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