#include <base.h>
Veřejné metody | |
void | insert (MenuBase *menu) |
void | remove (bool quit_on_empty=true) |
void | clear () |
Privátní atributy | |
std::stack< MenuBase * > | stack_ |
void MenuStack::insert | ( | MenuBase * | menu | ) |
void MenuStack::remove | ( | bool | quit_on_empty = true |
) |
void MenuStack::clear | ( | ) |
std::stack< MenuBase * > MenuStack::stack_ [private] |