Changeset d97af9 for molecuilder/src/UIElements/MainWindow.hpp
- Timestamp:
- Jan 9, 2010, 11:30:49 AM (16 years ago)
- Children:
- 1120b7
- Parents:
- 3e8325
- File:
-
- 1 edited
-
molecuilder/src/UIElements/MainWindow.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/MainWindow.hpp
r3e8325 rd97af9 13 13 class periodentafel; 14 14 15 class Menu; 16 15 17 class MainWindow 16 18 { … … 19 21 virtual ~MainWindow(); 20 22 21 virtual void display( MoleculeListClass *, config *, periodentafel *, char *)=0;23 virtual void display()=0; 22 24 23 25 }; 24 26 27 typedef void (*MenuMaker)(Menu*,MoleculeListClass*, config*, periodentafel*); 28 29 struct menuPopulaters{ 30 MenuMaker MakeEditMoleculesMenu; 31 }; 32 25 33 #endif /* MAINWINDOW_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.
