Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 23, 2004, 11:26:51 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: better update presentation. only one sub-window

File:
1 edited

Legend:

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

    r3259 r3261  
    1717  Frame* updateFrame;          //!< The Frame that holds the updateOptions.
    1818  Box* updateBox;              //!< The Box that holds the updateOptions.
     19  CheckButton* autoUpdate;     //!< A Checkbutton to enable the automatic Updating.
     20
    1921 
    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
    25   Button* updateWindowClose;   //!< A Button to Close the update Window
     22  Button* updateDataWindowButton;//!< A Button to update the Data of orxonox.
     23  Window* updateDataWindow;    //!< A Window for the data-update.
     24  Box* updateDataBox;          //!< A Box for the Window for the Data-update.
    2625  ProgressBar* updateDataBar;  //!< A Bar to display the progress of the download.
    27   ProgressBar* updateSourceBar;//!< A Bar to display the progress of the download.
    28   Window* updateDataWindow;    //!< A Window for the data-update.
    2926
    3027
     28  Button* updateSourceWindowButton;//!< A Button to update the Source of orxonox. \todo tricky
    3129  Window* updateSourceWindow;  //!< A Window for the Source-update.
    32   Box* updateSourceWindowBox;  //!< A Box for the Window for the Source-update.
     30  Box* updateSourceBox;  //!< A Box for the Window for the Source-update.
     31  ProgressBar* updateSourceBar;//!< A Bar to display the progress of the download.
    3332
    3433  Button* test;  //!< will be deleted soon.
Note: See TracChangeset for help on using the changeset viewer.