Public Member Functions | |
void | connect_child_events (wxWindow *child) |
CustomPanel (wxWindow *parent, Component *c) | |
void | on_erase_bg (wxEraseEvent &event) |
void | on_kill_focus (wxFocusEvent &event) |
void | on_left_down (wxMouseEvent &event) |
void | on_left_up (wxMouseEvent &event) |
void | on_mouse_leave (wxMouseEvent &event) |
void | on_mouse_move (wxMouseEvent &event) |
void | on_paint (wxPaintEvent &event) |
void | on_set_focus (wxFocusEvent &event) |
Private Attributes | |
Component * | m_component |
ifm::wx::CustomPanel::CustomPanel | ( | wxWindow * | parent, | |
Component * | c | |||
) |
void ifm::wx::CustomPanel::connect_child_events | ( | wxWindow * | child | ) |
void ifm::wx::CustomPanel::on_erase_bg | ( | wxEraseEvent & | event | ) |
void ifm::wx::CustomPanel::on_kill_focus | ( | wxFocusEvent & | event | ) |
void ifm::wx::CustomPanel::on_left_down | ( | wxMouseEvent & | event | ) |
void ifm::wx::CustomPanel::on_left_up | ( | wxMouseEvent & | event | ) |
void ifm::wx::CustomPanel::on_mouse_leave | ( | wxMouseEvent & | event | ) |
void ifm::wx::CustomPanel::on_mouse_move | ( | wxMouseEvent & | event | ) |
void ifm::wx::CustomPanel::on_paint | ( | wxPaintEvent & | event | ) |
void ifm::wx::CustomPanel::on_set_focus | ( | wxFocusEvent & | event | ) |
Component* ifm::wx::CustomPanel::m_component [private] |