Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 5:56:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: walkThrough is better now.

File:
1 edited

Legend:

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

    r3187 r3292  
    2424  char* configFile;            //!< The name of the .orxonox.conf(ig)-file.
    2525  FILE* CONFIG_FILE;           //!< Filehandler for reading and writing.
     26 
     27  //! A struct that holds informations about variables.
     28  struct VarInfo
     29  {
     30    char* variableName;        //!< The Name of this variable;
     31    char* variableValue;       //!< The Value this variable gets.
     32  };
    2633
    2734 public:
     
    3643  void writeFileText (Widget* widget, int depth);
    3744  void readFromFile (Widget* widget);
    38   void readFileText (Widget* widget, char* variableName, char* variableValue, int depth);
     45  static void readFileText (Widget* widget, void* varInfo);
    3946  Widget* locateGroup(Widget* widget, char* groupName, int depth);
    4047
Note: See TracChangeset for help on using the changeset viewer.