Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8143 in orxonox.OLD


Ignore:
Timestamp:
Jun 4, 2006, 1:34:24 AM (18 years ago)
Author:
bensch
Message:

gui: features

File:
1 edited

Legend:

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

    r8142 r8143  
    1818  class GLGuiStyle
    1919  {
     20  public:
    2021    //! An enumerator that defines the different states Widgets may be in.
    2122    typedef enum {
     
    2526      Insensitive       //!< If the Widget is insensitive.
    2627    } State;
     28
     29    //! Where a Certain feature will be positioned at.
     30    typedef enum {
     31      FeatureLeft,          //!< On the Left side.
     32      FeatureRight,         //!< On the Right side.
     33      FeatureTop,           //!< On Top of the rest of the Widget.
     34      FeatureBottom,        //!< At the Bottom of the rest of the Widget.
     35    } FeaturePosition;
    2736
    2837  public:
     
    4857    Texture           _foregorundTexture;    //!< The ForegroundTexture of the Widget
    4958
     59    FeaturePosition   _featurePosition;      //!< The Position a Feature will be layed at (checkbox(box), slider(text),...)
     60
    5061    bool              _animated;             //!< If the Widget is animated (Texture might be an AnimatedTexture.)
    5162    bool              _animatedStateChanges; //!< If the Transitions between States are Animated automatically.
Note: See TracChangeset for help on using the changeset viewer.