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/CommandLineWindow.hpp

    re04838 r495a53  
    1616{
    1717public:
    18   CommandLineWindow(menuPopulaters);
     18  CommandLineWindow();
    1919  virtual ~CommandLineWindow();
    2020
     
    2222
    2323private:
     24  // populaters
     25  void populateParserActions();
    2426
    2527  CommandLineStatusIndicator *statusIndicator;
Note: See TracChangeset for help on using the changeset viewer.