Changeset 2007 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui_exec.h
- Timestamp:
- Jun 22, 2004, 10:47:35 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/guicc/orxonox_gui_exec.h
r1980 r2007 3 3 4 4 #include "orxonox_gui.h" 5 #include <stdio.h> 6 using namespace std; 5 7 6 8 class OrxonoxGuiExec … … 14 16 CheckButton* alwaysShow; 15 17 Button* quit; 16 18 char* configFile; 19 FILE* CONFIG_FILE; 17 20 public: 18 21 OrxonoxGuiExec (Window* orxonoxGUI); … … 20 23 21 24 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 22 32 }; 23 33 #endif /* _ORXONOX_GUI_EXEC_H */
Note: See TracChangeset
for help on using the changeset viewer.