- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextWindow.hpp
r11428f rb59da6 11 11 #include "MainWindow.hpp" 12 12 13 #include <string> 13 14 #include <set> 14 15 15 class TextMenu; 16 #include "Menu/TextMenu/TextMenu.hpp" 17 16 18 class Action; 17 19 class StringView; 18 20 class TextStatusIndicator; 21 class TxMenu; 19 22 20 23 … … 28 31 29 32 private: 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; 33 TextMenu<TxMenu> *main_menu; 35 34 36 35 // 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.