- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextWindow.hpp
r5079a0 r326bbe 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; … … 27 28 private: 28 29 // populaters 29 void populateEditMoleculesMenu(Menu* editMoleculesMenu); 30 char getSuitableShortForm(std::set <char> &ShortcutList, const std::string name) const; 31 void populateMenu(TextMenu* Menu, const std::string &name); 30 32 31 33 TextMenu *main_menu; … … 36 38 StringView *moleculeView; 37 39 TextStatusIndicator *statusIndicator; 38 39 // This class still contains a lot of scattered functionality40 oldmenu *old_menu;41 40 }; 42 41
Note:
See TracChangeset
for help on using the changeset viewer.