Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUI/TextWindow.hpp

    r5079a0 r11428f  
    1111#include "MainWindow.hpp"
    1212
     13#include <set>
     14
    1315class TextMenu;
    1416class Action;
    15 class oldmenu;
    1617class StringView;
    1718class TextStatusIndicator;
     
    2526
    2627  virtual void display();
     28
    2729private:
    2830  // 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);
    3033
    3134  TextMenu *main_menu;
     
    3639  StringView *moleculeView;
    3740  TextStatusIndicator *statusIndicator;
    38 
    39   // This class still contains a lot of scattered functionality
    40   oldmenu *old_menu;
    4141};
    4242
Note: See TracChangeset for help on using the changeset viewer.