Public Member Functions | |
void | add_item (const std::string &text, int identifier) |
void | clear () |
Menu (Component *component) | |
void | on_menu_select (wxCommandEvent &event) |
~Menu () | |
Private Attributes | |
Component * | m_component |
ifm::wx::Menu::Menu | ( | Component * | component | ) |
ifm::wx::Menu::~Menu | ( | ) |
void ifm::wx::Menu::add_item | ( | const std::string & | text, | |
int | identifier | |||
) |
void ifm::wx::Menu::clear | ( | ) |
void ifm::wx::Menu::on_menu_select | ( | wxCommandEvent & | event | ) |
Component* ifm::wx::Menu::m_component [private] |