VICI
0.11.815
Visual Chart Interpreter
|
A main window class that automatically registers itself. More...
#include <vici/libgui.h>
Signals | |
void | widgetsRealised () |
Emitted when the widgets have been made visible. | |
Public Member Functions | |
VMainWindow (QWidget *parent=0, Qt::WindowFlags flags=0) | |
Constructor. | |
Public Member Functions inherited from VICI::GTHWindowWidget | |
virtual void | RegnFn (std::function< void(void *, gth::WidgetType, csr)> reg)=0 |
This may be called by the test harness to get pointers to the individual widgets. | |
Protected Slots | |
virtual void | startUp () |
This is called to do things that require the widgets to have been realized. | |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *event) |
Called when the window gets shown. | |
Protected Member Functions inherited from VICI::GTHWindowWidget | |
void | registerWindow () |
This is called by showEvent on first show. | |
A main window class that automatically registers itself.