- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextWindow.hpp
r5079a0 r11428f 11 11 #include "MainWindow.hpp" 12 12 13 #include <set> 14 13 15 class TextMenu; 14 16 class Action; 15 class oldmenu;16 17 class StringView; 17 18 class TextStatusIndicator; … … 25 26 26 27 virtual void display(); 28 27 29 private: 28 30 // populaters 29 void populateEditMoleculesMenu(Menu* editMoleculesMenu); 31 char getSuitableShortForm(std::set <char> &ShortcutList, const std::string name) const; 32 void populateMenu(TextMenu* Menu, const std::string &name); 30 33 31 34 TextMenu *main_menu; … … 36 39 StringView *moleculeView; 37 40 TextStatusIndicator *statusIndicator; 38 39 // This class still contains a lot of scattered functionality40 oldmenu *old_menu;41 41 }; 42 42
Note:
See TracChangeset
for help on using the changeset viewer.