Changeset 3253 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_update.h
- Timestamp:
- Dec 23, 2004, 1:30:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_update.h
r3251 r3253 17 17 Frame* updateFrame; //!< The Frame that holds the updateOptions. 18 18 Box* updateBox; //!< The Box that holds the updateOptions. 19 Button* updateButton; //!< The update Button 19 20 Button* updateWindowButton; //!< The Button that opens the update Window. 21 Window* updateWindow; //!< A Window to update orxonox. 22 Box* updateWindowBox; //!< A Box to hold the updateWindow-Optios. 23 Button* updateData; //!< A Button to update the Data of orxonox. 24 Button* updateSource; //!< A Button to update the Source of orxonox. \todo tricky 20 25 21 26 public: … … 25 30 Widget* getWidget (); 26 31 32 void updateWindowCreate (void); 33 Button* updateWindowGetButton(void); 27 34 28 35 };
Note: See TracChangeset
for help on using the changeset viewer.