Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/branches/updater: now the GUI just opens the first time, and the seccond time only if requested by —gui.

File:
1 edited

Legend:

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

    r3294 r3296  
    7878
    7979/**
    80    \brief Sets the location of the configuration File.\n
    81    * The name will be parsed from ~/ to /home/[username] on unix and c:/Documents and Settings/username/Settings/ on Windows
     80   \brief Sets the location of the configuration File.
    8281   \param filename the location of the configFile
     82
     83   The name will be parsed from ~/ to /home/[username] on unix and c:/Documents and Settings/username/Settings/ on Windows
    8384*/
    8485void OrxonoxGuiExec::setFilename (char* filename)
     
    9798    sprintf(configFile, "%s", buffer);
    9899  delete buffer;
     100}
     101
     102/**
     103   \returns The name of the Configuration-File
     104*/
     105char* OrxonoxGuiExec::getConfigFile(void)
     106{
     107  return configFile;
    99108}
    100109
     
    289298   \param data additional data
    290299*/
    291 gint startOrxonox (GtkWidget *widget, Widget* data)
     300gint OrxonoxGuiExec::startOrxonox (GtkWidget *widget, Widget* data)
    292301{
    293302  cout << "Starting Orxonox" <<endl;
Note: See TracChangeset for help on using the changeset viewer.