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