#include <ump.h>
Public Member Functions | |
void | updateMenu (void) |
void | setMenuEntry (GtkMenuItem *menuItem, GtkMenu *menu) |
Static Public Member Functions | |
static UMPMenuCreator * | getInstance (void) |
Private Attributes | |
GtkMenuItem * | _menuItem |
GtkMenu * | _menu |
class is responsible for updating rma sub menu according to actual opened file
Definition at line 48 of file ump.h.
static UMPMenuCreator* map::ump::UMPMenuCreator::getInstance | ( | void | ) | [inline, static] |
void map::ump::UMPMenuCreator::setMenuEntry | ( | GtkMenuItem * | menuItem, | |
GtkMenu * | menu | |||
) | [inline] |
void map::ump::UMPMenuCreator::updateMenu | ( | void | ) |
GtkMenu* map::ump::UMPMenuCreator::_menu [private] |
Definition at line 52 of file ump.h.
Referenced by setMenuEntry().
GtkMenuItem* map::ump::UMPMenuCreator::_menuItem [private] |
Definition at line 51 of file ump.h.
Referenced by setMenuEntry().