Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/UIFactory.hpp

    rd7940e rd893f79  
    1111class MainWindow;
    1212class Dialog;
    13 
    14 class MoleculeListClass;
    15 class config;
    16 class periodentafel;
    17 
    18 struct menuPopulaters;
     13class DialogDescription;
    1914
    2015#include "Patterns/Singleton.hpp"
     
    3126
    3227public:
    33   enum InterfaceTypes {Text};
     28  enum InterfaceTypes {Text, CommandLine};
    3429  virtual ~UIFactory();
    3530
     
    3732   * Produce some kind of main window, of whichever type was chosen when the factory was created
    3833   */
    39   virtual MainWindow* makeMainWindow(menuPopulaters,MoleculeListClass *, config *, periodentafel *, char *)=0;
     34  virtual MainWindow* makeMainWindow()=0;
    4035
    4136  /**
Note: See TracChangeset for help on using the changeset viewer.