Ignore:
File:
1 edited

Legend:

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

    rb59da6 r11428f  
    1111#include "MainWindow.hpp"
    1212
    13 #include <string>
    1413#include <set>
    1514
    16 #include "Menu/TextMenu/TextMenu.hpp"
    17 
     15class TextMenu;
    1816class Action;
    1917class StringView;
    2018class TextStatusIndicator;
    21 class TxMenu;
    2219
    2320
     
    3128
    3229private:
    33   TextMenu<TxMenu> *main_menu;
     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;
    3435
    3536  // some actions only needed in textMenus
    36   std::list<Action *> returnFromActions;
    3737  Action *quitAction;
    3838  // all views that are contained in the main Menu
Note: See TracChangeset for help on using the changeset viewer.