#include <vuGui.h>
Inheritance diagram for vuGUI:
Public Member Functions | |
bool | OnInit () |
The initialization/starting function of the program. | |
Private Attributes | |
vuMainWindow * | m_Main |
The vuMainWindow instance for the program. |
This class represents the main program of the GUI Tool. It is derived from the wxApp class of the wxWindows library. For more information see www.wxwindows.org
Definition at line 27 of file vuGui.h.
|
The initialization/starting function of the program. It passes on the initialization to the vuMainWindow class Definition at line 7 of file vuGui.cpp. References vuMainWindow::init(), and m_Main. |
Here is the call graph for this function:
|
The vuMainWindow instance for the program.
Definition at line 36 of file vuGui.h. Referenced by OnInit(). |