Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2009, 5:30:38 PM (16 years ago)
Author:
scheusso
Message:

partially working hiding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/menu/src/libraries/core/GUIManager.h

    r6024 r6032  
    6868        void update(const Clock& time);
    6969
    70         static void showGUI(const std::string& name, bool showCursor=true);
    71         void showGUIExtra(const std::string& name, const std::string& ptr, bool showCursor=true);
     70        static void showGUI(const std::string& name, bool hidePrevious=false, bool showCursor=true);
     71        void showGUIExtra(const std::string& name, const std::string& ptr, bool hidePrevious=false, bool showCursor=true);
    7272        static void hideGUI(const std::string& name);
     73        void setToggleMode(const bool& mode);
     74        void setBackground(const std::string& name);
    7375
    7476        void setCamera(Ogre::Camera* camera);
     
    111113
    112114        static GUIManager*                   singletonPtr_s;    //!< Singleton reference to GUIManager
     115        bool                                 bToggleMode_;
    113116
    114117    };
Note: See TracChangeset for help on using the changeset viewer.