Definition at line 21 of file GuiControl.h.
Public Member Functions | |
GuiControl () | |
~GuiControl () | |
void | Tick (double pDTime) |
void | SetUI (GUI *pGui) |
void | PTUKeyPressed (int pKey) |
Private Member Functions | |
void | getImage () |
Private Attributes | |
bool | gotInfo |
GUI * | mGui |
Fl_RGB_Image * | mImage |
Fl_RGB_Image * | oldImage |
GuiControl | ( | ) |
~GuiControl | ( | ) |
Definition at line 27 of file GuiControl.cpp.
void Tick | ( | double | pDTime | ) |
Definition at line 35 of file GuiControl.cpp.
References ImageTransport::doPing(), ImageTransportInfoStruct::format, WURDE::FORMAT_CHAR_1_GRAY, WURDE::g_loginfo, ImageSource::getImage(), ImageTransport::getNextData(), ImageTransport::getNextInfo(), gotInfo, ImageTransport::info, m_source, mCom, WURDE::MESSAGE_PING, WURDE::MESSAGE_REQUEST, mGui, mImage, ImageTransportInfoStruct::mType, GUI::mViewBox, ImageTransport::newData(), ImageTransport::newInfo(), oldImage, Capability::publishRequest(), ImageTransport::requests, CommsManager::runUpdate(), and WURDE::STATE_QUIT.
Referenced by GUI::Tick().
void SetUI | ( | GUI * | pGui | ) | [inline] |
void PTUKeyPressed | ( | int | pKey | ) |
Definition at line 31 of file GuiControl.cpp.
void getImage | ( | ) | [private] |
bool gotInfo [private] |
Fl_RGB_Image* mImage [private] |
Fl_RGB_Image * oldImage [private] |