Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3187 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_exec.cc


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.cc

    r3165 r3187  
    110110/**
    111111    \brief Saves the configuration-file to the Disk.\n
     112    \param widget from which Widget on should be saved.
     113
    112114    this Function only opens and closes the file, in between OrxonoxGuiExec::writeFileText (Widget* widget) will execute the real writing process.
    113     \param widget from which Widget on should be saved.
    114115*/
    115116void OrxonoxGuiExec::writeToFile (Widget* widget)
     
    248249
    249250/**
    250    \brief locates a Group member
     251   \brief Locates a Group.
     252   \param widget The Widget from where to search from
     253   \param groupName The GroupName for which to search.
     254   \param depth The Depth of the search seen from the first widget we searched from.
     255   \returns The Widget that holds the Group, or the NULL if the Group wasn't found.
    251256*/
    252257Widget* OrxonoxGuiExec::locateGroup(Widget* widget, char* groupName, int depth)
Note: See TracChangeset for help on using the changeset viewer.