Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 15, 2006, 10:22:12 AM (18 years ago)
Author:
bensch
Message:

gui: less compile-time for gui

File:
1 edited

Legend:

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

    r8440 r8441  
    77#define _GLGUI_STYLE_H
    88
    9 // FORWARD DECLARATION
     9#include "glgui_defs.h"
    1010
    1111#include "font.h"
     
    2727      FeatureBottom,        //!< At the Bottom of the rest of the Widget.
    2828    } FeaturePosition;
    29 
    30 
    3129
    3230  public:
     
    5149    StatedStyle;
    5250
    53     StatedStyle      _style[4];
     51
     52    StatedStyle         _style[GLGUI_STATE_COUNT];
    5453
    5554    FeaturePosition   _featurePosition;      //!< The Position a Feature will be layed at (checkbox(box), slider(text),...)
    56     Font*             _font;                 //!< The Font used in the current Widget.
     55    Font*               _font;                 //!< The Font used in the current Widget.
    5756
    5857
Note: See TracChangeset for help on using the changeset viewer.