NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::WindowManager Class Reference

Manages the separate graphic windows. More...

Public Member Functions

void CloseWindow (int deviceIndex)
 Closes the window of specified device index. More...
 
std::vector< int > GetWindows ()
 Gets the device indices of all the graphic windows. More...
 
int NewWindow ()
 Creates a new window and returns the device index. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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 NXOpen::CAE::Xyplot::XYPlotManager::WindowManager .

Created in NX9.0.0.

Member Function Documentation

void NXOpen::CAE::Xyplot::WindowManager::CloseWindow ( int  deviceIndex)

Closes the window of specified device index.


Created in NX9.0.0.

License requirements : None

Parameters
deviceIndexdeviceindex
std::vector<int> NXOpen::CAE::Xyplot::WindowManager::GetWindows ( )

Gets the device indices of all the graphic windows.

Returns

Created in NX9.0.0.

License requirements : None
int NXOpen::CAE::Xyplot::WindowManager::NewWindow ( )

Creates a new window and returns the device index.

Returns

Created in NX9.0.0.

License requirements : None
tag_t NXOpen::CAE::Xyplot::WindowManager::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.