The data structure for each inter-thread request:
Definition at line 182 of file WxSubsystem.h.
#include <mrpt/gui/WxSubsystem.h>
Public Member Functions | |
TRequestToWxMainThread () | |
Public Attributes | |
mrpt::gui::CDisplayWindow * | source2D |
Only one of source* can be non-NULL, indicating the class that generated the request. More... | |
mrpt::gui::CDisplayWindow3D * | source3D |
Only one of source* can be non-NULL, indicating the class that generated the request. More... | |
mrpt::gui::CDisplayWindowPlots * | sourcePlots |
Only one of source* can be non-NULL, indicating the class that generated the request. More... | |
bool | sourceCameraSelectDialog |
Only one of source* can be non-NULL, indicating the class that generated the request. More... | |
std::string | str |
Parameters, depending on OPCODE. More... | |
void * | voidPtr |
Parameters, depending on OPCODE. More... | |
void * | voidPtr2 |
int | x |
int | y |
bool | boolVal |
mrpt::math::CVectorFloat | vector_x |
mrpt::math::CVectorFloat | vector_y |
std::string | plotName |
int | OPCODE |
Valid codes are: For CDisplayWindow: More... | |
|
inline |
Definition at line 184 of file WxSubsystem.h.
bool mrpt::gui::WxSubsystem::TRequestToWxMainThread::boolVal |
Definition at line 216 of file WxSubsystem.h.
int mrpt::gui::WxSubsystem::TRequestToWxMainThread::OPCODE |
Valid codes are: For CDisplayWindow:
For CDisplayWindow3D:
For CDisplayWindowPlots:
Definition at line 259 of file WxSubsystem.h.
std::string mrpt::gui::WxSubsystem::TRequestToWxMainThread::plotName |
Definition at line 218 of file WxSubsystem.h.
mrpt::gui::CDisplayWindow* mrpt::gui::WxSubsystem::TRequestToWxMainThread::source2D |
Only one of source* can be non-NULL, indicating the class that generated the request.
Definition at line 197 of file WxSubsystem.h.
mrpt::gui::CDisplayWindow3D* mrpt::gui::WxSubsystem::TRequestToWxMainThread::source3D |
Only one of source* can be non-NULL, indicating the class that generated the request.
Definition at line 200 of file WxSubsystem.h.
bool mrpt::gui::WxSubsystem::TRequestToWxMainThread::sourceCameraSelectDialog |
Only one of source* can be non-NULL, indicating the class that generated the request.
Definition at line 206 of file WxSubsystem.h.
mrpt::gui::CDisplayWindowPlots* mrpt::gui::WxSubsystem::TRequestToWxMainThread::sourcePlots |
Only one of source* can be non-NULL, indicating the class that generated the request.
Definition at line 203 of file WxSubsystem.h.
std::string mrpt::gui::WxSubsystem::TRequestToWxMainThread::str |
Parameters, depending on OPCODE.
Definition at line 210 of file WxSubsystem.h.
mrpt::math::CVectorFloat mrpt::gui::WxSubsystem::TRequestToWxMainThread::vector_x |
Definition at line 217 of file WxSubsystem.h.
mrpt::math::CVectorFloat mrpt::gui::WxSubsystem::TRequestToWxMainThread::vector_y |
Definition at line 217 of file WxSubsystem.h.
void* mrpt::gui::WxSubsystem::TRequestToWxMainThread::voidPtr |
Parameters, depending on OPCODE.
Definition at line 214 of file WxSubsystem.h.
void * mrpt::gui::WxSubsystem::TRequestToWxMainThread::voidPtr2 |
Definition at line 214 of file WxSubsystem.h.
int mrpt::gui::WxSubsystem::TRequestToWxMainThread::x |
Definition at line 215 of file WxSubsystem.h.
int mrpt::gui::WxSubsystem::TRequestToWxMainThread::y |
Definition at line 215 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 |