Ignore:
Timestamp:
May 8, 2010, 9:59:27 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
48b5fd
Parents:
e04838
Message:

removed menuPopulaters from MainWindow.

  • menuPopulaters is too specific to TextUIFactory.
  • for CommandLineUIFactory a different structure was needed.
  • the shift of struct menuPopulaters inside of class MainWindow makes it superflous.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

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

    re04838 r495a53  
    1717class TextStatusIndicator;
    1818
     19
    1920class TextWindow : public MainWindow
    2021{
    2122public:
    22   TextWindow(menuPopulaters);
     23  TextWindow();
    2324  virtual ~TextWindow();
    2425
    2526  virtual void display();
    2627private:
     28  // populaters
     29  void populateEditMoleculesMenu(Menu* editMoleculesMenu);
     30
    2731  TextMenu *main_menu;
    2832
Note: See TracChangeset for help on using the changeset viewer.