Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/UIFactory.hpp

    rd893f79 rd7940e  
    1111class MainWindow;
    1212class Dialog;
    13 class DialogDescription;
     13
     14class MoleculeListClass;
     15class config;
     16class periodentafel;
     17
     18struct menuPopulaters;
    1419
    1520#include "Patterns/Singleton.hpp"
     
    2631
    2732public:
    28   enum InterfaceTypes {Text, CommandLine};
     33  enum InterfaceTypes {Text};
    2934  virtual ~UIFactory();
    3035
     
    3237   * Produce some kind of main window, of whichever type was chosen when the factory was created
    3338   */
    34   virtual MainWindow* makeMainWindow()=0;
     39  virtual MainWindow* makeMainWindow(menuPopulaters,MoleculeListClass *, config *, periodentafel *, char *)=0;
    3540
    3641  /**
Note: See TracChangeset for help on using the changeset viewer.