18 QGWindow(
const TGWindow *p = 0, UInt_t w = 100, UInt_t h = 100);
Base class for GUI windows.
static std::list< QGWindow * > fWindows
Collection of pointers to all open QGWindows.
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.
static QGWindow * GetWindowByName(const std::string &name)
Get pointer to window with a given name.
virtual void SetWindowName(const char *name=0)
Set name of window.
UInt_t fHeight
Height of window.
UInt_t fWidth
Width of window.
QGWindow(const TGWindow *p=0, UInt_t w=100, UInt_t h=100)
Constructor.
virtual ~QGWindow()
Destructor.