Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3187 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_exec.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_exec.h

    r3165 r3187  
    1515{
    1616 private:
    17   Frame* execFrame;
    18   Box* execBox;
    19   Button* start;
    20   CheckButton* saveSettings;
    21   Menu* verboseMode;
    22   CheckButton* alwaysShow;
    23   Button* quit;
    24   char* configFile;
    25   FILE* CONFIG_FILE;
     17  Frame* execFrame;            //!< The Frame that holds the ExecutionOptions.
     18  Box* execBox;                //!< The Box that holds the ExecutionOptions.
     19  Button* start;               //!< The start Button of orxonox.
     20  CheckButton* saveSettings;   //!< A CheckBox for if the Options should be saved.
     21  Menu* verboseMode;           //!< A Menu for setting the verbose-Mode. \todo setting up a verbose-class.
     22  CheckButton* alwaysShow;     //!< A CheckButton, for if orxonox should start with or without gui.
     23  Button* quit;                //!< A Button to quit the Gui without starting orxonox.
     24  char* configFile;            //!< The name of the .orxonox.conf(ig)-file.
     25  FILE* CONFIG_FILE;           //!< Filehandler for reading and writing.
     26
    2627 public:
    2728  OrxonoxGuiExec (Window* orxonoxGUI);
Note: See TracChangeset for help on using the changeset viewer.