Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7924 in orxonox.OLD for branches/gui/src/story_entities


Ignore:
Timestamp:
May 28, 2006, 5:04:08 PM (18 years ago)
Author:
bensch
Message:

gui: introducing rect into gui

Location:
branches/gui/src/story_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/simple_game_menu.cc

    r7919 r7924  
    6666  /// GUI
    6767  ///(this is as modular as it is possible).
     68  /*
    6869  OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME");
    6970  pb->connectSignal(OrxGui::Signal_release, this, createExecutor<SimpleGameMenu>(&SimpleGameMenu::enterGui));
     
    7374  OrxGui::GLGuiHandler::getInstance()->activateCursor();
    7475  OrxGui::GLGuiHandler::getInstance()->activate();
     76  */
    7577  /////
    7678
  • branches/gui/src/story_entities/simple_game_menu.h

    r7919 r7924  
    3131
    3232  public:
    33     std::vector<TextElement*>          menuList;                        //!< the list of the menu items
     33    std::vector<TextElement*>         menuList;                        //!< the list of the menu items
    3434    std::vector<StoryEntity*>         storyList;                       //!< the list of the StoryEntities for the menu
    3535    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.