Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3294 in orxonox.OLD for orxonox/branches/updater/src/gui


Ignore:
Timestamp:
Dec 26, 2004, 6:44:44 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/updater: merged debug.h from trunk, and just some doxy-tags added

Location:
orxonox/branches/updater/src/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_exec.cc

    r3292 r3294  
    225225   \brief Maps Confugurations to the Options.
    226226   \param widget which widget downwards
    227    \param variableName the name of the Variable that should be set up.
    228    \param variableValue the Value of the Variable that should be set up
    229    \param depth the depth of the local Widget
     227   \param varInfo Information about the Variable to read
    230228*/
    231229void OrxonoxGuiExec::readFileText (Widget* widget, void* varInfo)
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.cc

    r3292 r3294  
    154154   \brief Moves through all the Widgets downwards from this and executes the function on them.
    155155   \param function must be of type void and takes a Widget* as an Input.
     156   \param depth the current depth. if > 0 then the next Widget will also be walked through.
    156157*/
    157158void Widget::walkThrough (void (*function)(Widget*), unsigned int depth)
     
    171172   \param function must be of type void and takes a Widget* as an Input.
    172173   \param data Additional Data you want to pass to the function.
     174   \param depth the current depth. if > 0 then the next Widget will also be walked through.
    173175*/
    174176void Widget::walkThrough (void (*function)(Widget*, void*), void* data, unsigned int depth)
Note: See TracChangeset for help on using the changeset viewer.