The main frame of the wxWidgets application.
Definition at line 130 of file WxSubsystem.h.
#include <mrpt/gui/WxSubsystem.h>

Public Member Functions | |
| CWXMainFrame (wxWindow *parent, wxWindowID id=-1) | |
| virtual | ~CWXMainFrame () |
Static Public Member Functions | |
| static int | notifyWindowCreation () |
| Atomically increments the number of windows created with the main frame as parent. More... | |
| static int | notifyWindowDestruction () |
| Atomically decrements the number of windows created with the main frame as parent. More... | |
Static Public Attributes | |
| static volatile CWXMainFrame * | oneInstance |
Private Member Functions | |
| void | OnTimerProcessRequests (wxTimerEvent &event) |
Private Attributes | |
| wxTimer * | m_theTimer |
Static Private Attributes | |
| static synch::CCriticalSection | cs_windowCount |
| static int | m_windowCount |
Friends | |
| void | WxSubsystem::waitWxShutdownsIfNoWindows () |
| mrpt::gui::WxSubsystem::CWXMainFrame::CWXMainFrame | ( | wxWindow * | parent, |
| wxWindowID | id = -1 |
||
| ) |
|
virtual |
|
static |
Atomically increments the number of windows created with the main frame as parent.
|
static |
Atomically decrements the number of windows created with the main frame as parent.
|
private |
|
friend |
|
staticprivate |
Definition at line 153 of file WxSubsystem.h.
|
private |
Definition at line 156 of file WxSubsystem.h.
|
staticprivate |
Definition at line 154 of file WxSubsystem.h.
|
static |
Definition at line 148 of file WxSubsystem.h.
| Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017 |