Nebula
Loading...
Searching...
No Matches
CoreGraphics::RenderEvent Class Reference

#include <renderevent.h>

Detailed Description

Render events are sent by the RenderDevice to registered render event handlers.

Public Types

enum  Code {
  InvalidCode , DeviceOpen , DeviceClose , DeviceLost ,
  DeviceRestored
}
 event codes More...
 

Public Member Functions

 RenderEvent ()
 default constructor
 
 RenderEvent (Code c)
 constructor with event code
 
Code GetEventCode () const
 get event code
 

Private Attributes

Code code
 

Member Enumeration Documentation

◆ Code

event codes

Enumerator
InvalidCode 
DeviceOpen 
DeviceClose 
DeviceLost 
DeviceRestored 

Constructor & Destructor Documentation

◆ RenderEvent() [1/2]

CoreGraphics::RenderEvent::RenderEvent ( )
inline

default constructor

◆ RenderEvent() [2/2]

CoreGraphics::RenderEvent::RenderEvent ( Code c)
inline

constructor with event code

Member Function Documentation

◆ GetEventCode()

RenderEvent::Code CoreGraphics::RenderEvent::GetEventCode ( ) const
inline

get event code

Member Data Documentation

◆ code

Code CoreGraphics::RenderEvent::code
private

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