Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 23, 2009, 1:34:31 PM (15 years ago)
Author:
rgrieder
Message:

Removed GUIOverlay management from GUIManager: It shouldn't be the GUIManager's responsibility to handle some overlays.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/orxonox/gui/GUIManager.h

    r3327 r3337  
    8888        void executeCode(const std::string& str);
    8989
    90         bool registerOverlay(const std::string& name, GUIOverlay* overlay); //!< Register a GUIOverlay with the GUIManager.
    91         GUIOverlay* getOverlay(const std::string& name); // Get the GUIOverlay of the GUI with the given name.
    92 
    9390        void setCamera(Ogre::Camera* camera);
    9491
     
    123120        State                       state_;             //!< reflects state of the GUIManager
    124121
    125         std::map<std::string, GUIOverlay*> guiOverlays_;//!< A list of all GUIOverlay's.
    126 
    127122        static GUIManager*          singletonRef_s;     //!< Singleton reference to GUIManager
    128123
Note: See TracChangeset for help on using the changeset viewer.