Public Member Functions | |
void | connect_listener () |
void | disconnect_listener () |
GuiData (InterfaceManager &manager) | |
void | handle_size_event (bool handle) |
~GuiData () | |
Private Attributes | |
EventListener * | m_listener |
InterfaceManager & | m_manager |
ifm::wx::GuiData::GuiData | ( | InterfaceManager & | manager | ) |
ifm::wx::GuiData::~GuiData | ( | ) |
void ifm::wx::GuiData::connect_listener | ( | ) |
void ifm::wx::GuiData::disconnect_listener | ( | ) |
void ifm::wx::GuiData::handle_size_event | ( | bool | handle | ) |
Enables or Disables wxSizeEvent handling
EventListener* ifm::wx::GuiData::m_listener [private] |
InterfaceManager& ifm::wx::GuiData::m_manager [private] |