Changes in src/UIElements/MainWindow.hpp [d893f79:dbb474]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/MainWindow.hpp
rd893f79 rdbb474 25 25 }; 26 26 27 /** 28 * The type of menuPopulators 29 */ 30 typedef void (*MenuMaker)(Menu*,MoleculeListClass*, config*, periodentafel*); 31 32 /** 33 * This contains all Functions that are used to create the menus. 34 * Needs a specific funtion for each menu. All populators will be called 35 * by the UIFactory upon creation of the main menu. Thus the actuall construction 36 * of the Menus can be kept independent of the concrete type of UI that is being 37 * built. 38 */ 39 struct menuPopulaters{ 40 MenuMaker MakeEditMoleculesMenu; 41 }; 27 42 28 43 #endif /* MAINWINDOW_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.