Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7547 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui.cc


Ignore:
Timestamp:
May 6, 2006, 9:52:07 AM (19 years ago)
Author:
bensch
Message:

orxonox/qt_gui: more gui-implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/gui.cc

    r7476 r7547  
    2828  {
    2929    //this->setClassID(CL_PROTO_ID, "Gui");
     30    this->state = Gui::Null;
    3031  }
    3132
     
    3839    // delete what has to be deleted here
    3940  }
     41
     42  void Gui::quitEvent()
     43  {
     44    this->state |= Gui::Quitting;
     45  }
    4046}
Note: See TracChangeset for help on using the changeset viewer.