Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8144 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_style.h


Ignore:
Timestamp:
Jun 4, 2006, 7:55:55 PM (19 years ago)
Author:
bensch
Message:

gui: better debugging system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl/glgui_style.h

    r8143 r8144  
    11/*!
    22 * @file glgui_style.h
    3  * @brief Definition of ...
     3 * @brief Definition of the OpenGL-GUI Style of a Class.
    44*/
    55
     
    1919  {
    2020  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;
    2821
    2922    //! Where a Certain feature will be positioned at.
     
    3528    } FeaturePosition;
    3629
     30
     31
    3732  public:
    3833    GLGuiStyle();
     
    4136
    4237  private:
    43 
    4438    float             _borderLeft;           //!< The Distance to the left Border of the widget, before any internal Element starts.
    4539    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.