Changeset d97af9 for molecuilder/src/UIElements/UIFactory.hpp
- Timestamp:
- Jan 9, 2010, 11:30:49 AM (16 years ago)
- Children:
- 1120b7
- Parents:
- 3e8325
- File:
-
- 1 edited
-
molecuilder/src/UIElements/UIFactory.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/UIFactory.hpp
r3e8325 rd97af9 12 12 class Dialog; 13 13 14 class MoleculeListClass; 15 class config; 16 class periodentafel; 17 18 struct menuPopulaters; 19 14 20 class UIFactory 15 21 { … … 20 26 21 27 // methods for creating UIElements 22 virtual MainWindow* makeMainWindow( )=0;28 virtual MainWindow* makeMainWindow(menuPopulaters,MoleculeListClass *, config *, periodentafel *, char *)=0; 23 29 virtual Dialog* makeDialog()=0; 24 30
Note:
See TracChangeset
for help on using the changeset viewer.
