Changeset db6b872 for molecuilder/src/UIElements/MainWindow.hpp
- Timestamp:
- Mar 4, 2010, 10:34:52 AM (16 years ago)
- Children:
- fe3540
- Parents:
- d50264 (diff), f058ef (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/UIElements/MainWindow.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/MainWindow.hpp
rd50264 rdb6b872 25 25 }; 26 26 27 /** 28 * The type of menuPopulators 29 */ 27 30 typedef void (*MenuMaker)(Menu*,MoleculeListClass*, config*, periodentafel*); 28 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 */ 29 39 struct menuPopulaters{ 30 40 MenuMaker MakeEditMoleculesMenu;
Note:
See TracChangeset
for help on using the changeset viewer.
