Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2588 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_flags.cc


Ignore:
Timestamp:
Oct 17, 2004, 5:18:58 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: doxygen orxodox created for all h-files, classes and functions.

File:
1 edited

Legend:

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

    r2581 r2588  
    2727#include <iostream.h>
    2828
    29 
     29/**
     30   \brief Creates the Flags-Frame
     31   \param widget The Widget from which the data will be parsed
     32*/
    3033OrxonoxGuiFlags::OrxonoxGuiFlags (Widget* widget)
    3134{
     
    4346}
    4447
     48/**
     49   \brief Function to return the Frame that holds the Flagtext.
     50   \returns Frame that holds the Flagtext.
     51*/
    4552Frame* OrxonoxGuiFlags::getFrame ()
    4653{
     
    4855}
    4956
     57/**
     58   \brief Sets the Flags from widget downwards.
     59   \param widget the Widget from which on to scan for deeper Options and their settings.
     60*/
    5061void OrxonoxGuiFlags::setTextFromFlags (Widget* widget)
    5162{
     
    5667}
    5768
     69/**
     70    \brief this actually sets the flagtext, and appends it to flagText
     71    \param widget like OrxonoxGuiFlags::setTextFromFlags(widget)
     72*/
    5873void OrxonoxGuiFlags::FlagsText(Widget* widget)
    5974{
     
    89104    FlagsText (widget->next);
    90105}
    91 
    92 
Note: See TracChangeset for help on using the changeset viewer.