NX Open C++ Reference Guide
|
Manages the separate graphic windows. More...
Public Member Functions | |
void | CloseWindow (int deviceIndex) |
Closes the window of specified device index. | |
std::vector< int > | GetWindows () |
Gets the device indices of all the graphic windows. | |
int | NewWindow () |
Creates a new window and returns the device index. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Manages the separate graphic windows.
The value of device index is greater than 0. This class is restricted to being called from a program running during an interactive NX session. If run from a non-interactive session it will return NULL.
To obtain an instance of this class use CAE::Xyplot::XYPlotManager::WindowManager .
Created in NX9.0.0.
void NXOpen::CAE::Xyplot::WindowManager::CloseWindow | ( | int | deviceIndex | ) |
Closes the window of specified device index.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
deviceIndex | deviceindex |
std::vector<int> NXOpen::CAE::Xyplot::WindowManager::GetWindows | ( | ) |
Gets the device indices of all the graphic windows.
int NXOpen::CAE::Xyplot::WindowManager::NewWindow | ( | ) |
Creates a new window and returns the device index.
tag_t NXOpen::CAE::Xyplot::WindowManager::Tag | ( | ) | const |
Returns the tag of this object.