VICI
0.11.815
Visual Chart Interpreter
|
A singleton class that window widgets register with. More...
#include <vici/libgui.h>
Public Member Functions | |
void | registerWindowWidget (GTHWindowWidget *) |
Add window to list and inform any clients. | |
void | deregisterWindowWidget (GTHWindowWidget *) |
Remove a window and inform any clients. | |
void | addClient (WidgetMgrClient *) |
Add client to list and inform it about any registered windows. | |
void | removeClient (WidgetMgrClient *) |
Remove a client. | |
Static Public Member Functions | |
static WidgetMgr & | instance () |
Get a reference to the window widget manager. | |
A singleton class that window widgets register with.
The test harness can register as a client to be told about the widgets so that it can ask them to register their widgets for use by the test harness.