- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo::UQuitEvent Class Reference

This event is used to request the application to terminate. More...

#include <uquitevent.hpp>

Inheritance diagram for ufo::UQuitEvent:

ufo::UEvent ufo::UObject ufo::UCollectable List of all members.

Public Member Functions

 UQuitEvent ()
 UQuitEvent (const std::string &reason, int errorCode)
std::string getReason ()
int getErrorCode ()

Detailed Description

This event is used to request the application to terminate.

Author:
Johannes Schmidt


Constructor & Destructor Documentation

ufo::UQuitEvent::UQuitEvent  )  [inline]
 

Normal program exit requested. Error code 0.

ufo::UQuitEvent::UQuitEvent const std::string &  reason,
int  errorCode
[inline]
 

If there is an abnormal application abort requested, use error code as return an print reason.


The documentation for this class was generated from the following file:
The libUFO Project - written by Johannes Schmidt