Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7548 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui.h


Ignore:
Timestamp:
May 6, 2006, 10:06:53 AM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: start-stop-events

File:
1 edited

Legend:

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

    r7547 r7548  
    2020        Null          = 0,
    2121        Quitting      = 1,
    22         Startig       = 2,
     22        Starting      = 2,
    2323        Saving        = 4,
    2424      } State;
     
    4242  protected:
    4343    void quitEvent();
     44    void startEvent();
    4445
    4546    private:
Note: See TracChangeset for help on using the changeset viewer.