Changeset 6108 for code/branches/presentation2/src/orxonox/overlays
- Timestamp:
- Nov 20, 2009, 8:15:25 PM (15 years ago)
- Location:
- code/branches/presentation2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2
- Property svn:mergeinfo changed
/code/branches/steering (added) merged: 5979,5981,5984,5993,6001,6033,6045,6052,6055,6058,6091
- Property svn:mergeinfo changed
-
code/branches/presentation2/src/orxonox/overlays/OrxonoxOverlay.h
r6057 r6108 155 155 static void rotateOverlay(const std::string& name, const Degree& angle); 156 156 157 void setBackgroundMaterial(const std::string& material); 158 const std::string& getBackgroundMaterial() const; 159 157 160 virtual void changedVisibility(); 158 161 … … 181 184 virtual void positionChanged(); 182 185 183 void setBackgroundMaterial(const std::string& material);184 const std::string& getBackgroundMaterial() const;185 186 186 Ogre::Overlay* overlay_; //!< The overlay the entire class is about. 187 187 Ogre::PanelOverlayElement* background_; //!< Background image (blank per default).
Note: See TracChangeset
for help on using the changeset viewer.