Changeset 7924 in orxonox.OLD for branches/gui/src/story_entities
- Timestamp:
- May 28, 2006, 5:04:08 PM (18 years ago)
- Location:
- branches/gui/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r7919 r7924 66 66 /// GUI 67 67 ///(this is as modular as it is possible). 68 /* 68 69 OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME"); 69 70 pb->connectSignal(OrxGui::Signal_release, this, createExecutor<SimpleGameMenu>(&SimpleGameMenu::enterGui)); … … 73 74 OrxGui::GLGuiHandler::getInstance()->activateCursor(); 74 75 OrxGui::GLGuiHandler::getInstance()->activate(); 76 */ 75 77 ///// 76 78 -
branches/gui/src/story_entities/simple_game_menu.h
r7919 r7924 31 31 32 32 public: 33 std::vector<TextElement*> 33 std::vector<TextElement*> menuList; //!< the list of the menu items 34 34 std::vector<StoryEntity*> storyList; //!< the list of the StoryEntities for the menu 35 35 std::vector<ImageEntity*> screenshootList; //!< list of the screen shoots FIXME: make a better structure for this stuff
Note: See TracChangeset
for help on using the changeset viewer.