Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3158 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_gtk.h


Ignore:
Timestamp:
Dec 11, 2004, 11:55:08 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: safer (char* initialization), nicer _n →N

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_gtk.h

    r3157 r3158  
    181181
    182182  int value; //!< every option has a value either true or false (0,1) or something else like 25 for 25% of the volume
    183   char* flag_name; //!< options have a flag name that will be appendet if you start the Program from the GUI.
    184   char* flag_name_short; //!< like flag_name but shorter
    185   int default_value; //!< A default value is good, for hiding a option if it is not needed. (hidden if value == default_value)
     183  char* flagName; //!< options have a flag name that will be appendet if you start the Program from the GUI.
     184  char* flagNameShort; //!< like flag_name but shorter
     185  int defaultValue; //!< A default value is good, for hiding a option if it is not needed. (hidden if value == default_value)
    186186  bool saveable;  //! Options can be Saved.
    187187
Note: See TracChangeset for help on using the changeset viewer.