Changes in src/UIElements/UIFactory.hpp [d7940e:d893f79]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/UIFactory.hpp
rd7940e rd893f79 11 11 class MainWindow; 12 12 class Dialog; 13 14 class MoleculeListClass; 15 class config; 16 class periodentafel; 17 18 struct menuPopulaters; 13 class DialogDescription; 19 14 20 15 #include "Patterns/Singleton.hpp" … … 31 26 32 27 public: 33 enum InterfaceTypes {Text };28 enum InterfaceTypes {Text, CommandLine}; 34 29 virtual ~UIFactory(); 35 30 … … 37 32 * Produce some kind of main window, of whichever type was chosen when the factory was created 38 33 */ 39 virtual MainWindow* makeMainWindow( menuPopulaters,MoleculeListClass *, config *, periodentafel *, char *)=0;34 virtual MainWindow* makeMainWindow()=0; 40 35 41 36 /**
Note:
See TracChangeset
for help on using the changeset viewer.