VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
VICI::WidgetMgr Class Reference

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 WidgetMgrinstance ()
 Get a reference to the window widget manager.
 

Detailed Description

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.


The documentation for this class was generated from the following files: