Nymph Game Engine
Chaiscript based Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Utility::WindowExitEvent Class Reference

Class for window exit event. More...

#include <window_exit_event.h>

Inheritance diagram for Utility::WindowExitEvent:
Events::Event

Public Member Functions

 WindowExitEvent ()
 Constructor for WindowExitEvent. More...
 
- Public Member Functions inherited from Events::Event
 Event (const EventType &type)
 Event constructor. More...
 
EventType getEventType () const
 Gets the event type. More...
 

Static Public Member Functions

static std::shared_ptr
< WindowExitEvent
create ()
 Factory Function. More...
 

Detailed Description

Class for window exit event.

Constructor & Destructor Documentation

Utility::WindowExitEvent::WindowExitEvent ( )
inline

Constructor for WindowExitEvent.

Member Function Documentation

static std::shared_ptr<WindowExitEvent> Utility::WindowExitEvent::create ( )
inlinestatic

Factory Function.

Returns
newly created WindowExitEvent

Referenced by generated::getWindowExitEventModule(), and Utility::DebugParser::parseCommand().


The documentation for this class was generated from the following file: