Public Member Functions | |
QGWindow (const TGWindow *p=0, UInt_t w=100, UInt_t h=100) | |
Constructor. | |
virtual | ~QGWindow () |
Destructor. | |
virtual void | SetWindowName (const char *name=0) |
Set name of window. | |
Static Public Member Functions | |
static QGWindow * | GetWindowByName (const std::string &name) |
Get pointer to window with a given name. | |
static const std::list < QGWindow * > & | GetWindows () |
Get collection of windows. | |
static bool | IsNameInUse (std::string name) |
Check whether string is the name of any window. | |
static std::string | GenerateWindowName (std::string baseName) |
Generate a name for the window. | |
static void | UpdateWindowDropDownBoxes () |
Update window drop down boxes. | |
Protected Attributes | |
UInt_t | fWidth |
Width of window. | |
UInt_t | fHeight |
Height of window. | |
Static Protected Attributes | |
static std::list< QGWindow * > | fWindows |
Collection of pointers to all open QGWindows. |