Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3187 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_flags.h


Ignore:
Timestamp:
Dec 15, 2004, 9:00:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: doxygen-tags… it's very much.

File:
1 edited

Legend:

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

    r2595 r3187  
    1313{
    1414 private:
    15   Frame* flagsFrame;
    16   Box* flagsBox;
    17   CheckButton* shortFlags;
    18   Label* flagsLabel;
    19   char* flagText;
     15  Frame* flagsFrame;          //!< The Frame that holds the flagsDisplay.
     16  Box* flagsBox;              //!< The Box that holds the flagsDisplay.
     17  CheckButton* shortFlags;    //!< CheckButton to change the display of short and long flags \todo show long if long not availible...
     18  Label* flagsLabel;          //!< The Label of the Flags
     19  char* flagText;             //!< The Text of the Label. \todo Delete when Object is destroyed.
    2020
    2121 public:
Note: See TracChangeset for help on using the changeset viewer.