- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextWindow.hpp
rb59da6 r11428f 11 11 #include "MainWindow.hpp" 12 12 13 #include <string>14 13 #include <set> 15 14 16 #include "Menu/TextMenu/TextMenu.hpp" 17 15 class TextMenu; 18 16 class Action; 19 17 class StringView; 20 18 class TextStatusIndicator; 21 class TxMenu;22 19 23 20 … … 31 28 32 29 private: 33 TextMenu<TxMenu> *main_menu; 30 // populaters 31 char getSuitableShortForm(std::set <char> &ShortcutList, const std::string name) const; 32 void populateMenu(TextMenu* Menu, const std::string &name); 33 34 TextMenu *main_menu; 34 35 35 36 // some actions only needed in textMenus 36 std::list<Action *> returnFromActions;37 37 Action *quitAction; 38 38 // all views that are contained in the main Menu
Note:
See TracChangeset
for help on using the changeset viewer.