Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2004, 10:47:35 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: added save and load rutine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/orxonox_gui_exec.h

    r1980 r2007  
    33
    44#include "orxonox_gui.h"
     5#include <stdio.h>
     6using namespace std;
    57
    68class OrxonoxGuiExec
     
    1416  CheckButton* alwaysShow;
    1517  Button* quit;
    16    
     18  char* configFile;
     19  FILE* CONFIG_FILE;
    1720 public:
    1821  OrxonoxGuiExec (Window* orxonoxGUI);
     
    2023 
    2124  Frame* getFrame ();
     25 
     26  void setFilename (char* filename);
     27  void writeToFile (Widget* widget);
     28  void writeFileText (Widget* widget);
     29  void readFromFile (Widget* widget);
     30  void readFileText (Widget* widget, char* variableName, int variableValue);
     31
    2232};
    2333#endif /* _ORXONOX_GUI_EXEC_H */
Note: See TracChangeset for help on using the changeset viewer.