Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8688 in orxonox.OLD for branches/gui/src/story_entities/game_menu.h


Ignore:
Timestamp:
Jun 21, 2006, 10:33:24 PM (19 years ago)
Author:
bensch
Message:

added image-button a speciality of glgui to display buttons, that on push show a new Image inside a ImageWidget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/game_menu.h

    r8677 r8688  
    4646    void showOptionsMenu();
    4747
     48
    4849    void quitMenu();
    4950
     
    5455
    5556  private:
     57    void showSecondLevelElement(OrxGui::GLGuiBox* element);
     58
     59
    5660    void animateScene(float dt);
    5761    void switchMenuLayer(int layer1, int layer2);
     
    6670
    6771    OrxGui::GLGuiBox*                 optionsBox;
     72    OrxGui::GLGuiBox*                 generalBox;
    6873    OrxGui::GLGuiBox*                 audioBox;
    6974    OrxGui::GLGuiBox*                 videoBox;
    7075    OrxGui::GLGuiBox*                 controlBox;
     76
     77    OrxGui::GLGuiBox*                 currentlyOpened;
    7178
    7279    Vector                            cameraVector;
Note: See TracChangeset for help on using the changeset viewer.