Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

    r2595 r3187  
    1212{
    1313 private:
    14   Frame* videoFrame;
    15   Box* videoBox;
    16   CheckButton* fullscreen;
    17   CheckButton* wireframe;
     14  Frame* videoFrame;        //!< The Frame that holds the video options.
     15  Box* videoBox;            //!< The Box that holds the video options.
     16  CheckButton* fullscreen;  //!< CheckButton for fullscreen-mode
     17  CheckButton* wireframe;   //!< CheckButton for wireframe Mode.
    1818 public:
    1919  OrxonoxGuiVideo ();
Note: See TracChangeset for help on using the changeset viewer.