Definition at line 164 of file WxSubsystem.h.
#include <mrpt/gui/WxSubsystem.h>
Public Member Functions | |
TWxMainThreadData () | |
Public Attributes | |
mrpt::system::TThreadHandle | m_wxMainThreadId |
The thread ID of wxMainThread, or 0 if it is not running. More... | |
mrpt::synch::CSemaphore | m_semWxMainThreadReady |
This is signaled when wxMainThread is ready. More... | |
mrpt::synch::CCriticalSection | m_csWxMainThreadId |
The critical section for accessing "m_wxMainThreadId". More... | |
mrpt::gui::WxSubsystem::TWxMainThreadData::TWxMainThreadData | ( | ) |
mrpt::synch::CCriticalSection mrpt::gui::WxSubsystem::TWxMainThreadData::m_csWxMainThreadId |
The critical section for accessing "m_wxMainThreadId".
Definition at line 169 of file WxSubsystem.h.
mrpt::synch::CSemaphore mrpt::gui::WxSubsystem::TWxMainThreadData::m_semWxMainThreadReady |
This is signaled when wxMainThread is ready.
Definition at line 168 of file WxSubsystem.h.
mrpt::system::TThreadHandle mrpt::gui::WxSubsystem::TWxMainThreadData::m_wxMainThreadId |
The thread ID of wxMainThread, or 0 if it is not running.
Definition at line 167 of file WxSubsystem.h.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017 |