Changeset 8144 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_style.h
- Timestamp:
- Jun 4, 2006, 7:55:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_style.h
r8143 r8144 1 1 /*! 2 2 * @file glgui_style.h 3 * @brief Definition of ...3 * @brief Definition of the OpenGL-GUI Style of a Class. 4 4 */ 5 5 … … 19 19 { 20 20 public: 21 //! An enumerator that defines the different states Widgets may be in.22 typedef enum {23 Normal, //!< Normal state of the GUI's Widgets.24 Active, //!< If the widget is Active.25 Selected, //!< If the Widget is Selected.26 Insensitive //!< If the Widget is insensitive.27 } State;28 21 29 22 //! Where a Certain feature will be positioned at. … … 35 28 } FeaturePosition; 36 29 30 31 37 32 public: 38 33 GLGuiStyle(); … … 41 36 42 37 private: 43 44 38 float _borderLeft; //!< The Distance to the left Border of the widget, before any internal Element starts. 45 39 float _borderRight; //!< The Distance to the right Border of the widget, before any internal Element starts.
Note: See TracChangeset
for help on using the changeset viewer.