Castor3D  ..
Public Member Functions | List of all members
Castor3D::ResizeWindowEvent Class Reference

Event used to resize a RenderWindow before rendering it. More...

+ Inheritance diagram for Castor3D::ResizeWindowEvent:
+ Collaboration diagram for Castor3D::ResizeWindowEvent:

Public Member Functions

C3D_API ResizeWindowEvent (RenderWindow &p_window)
 Constructor. More...
 
C3D_API ~ResizeWindowEvent ()
 Destructor. More...
 
virtual C3D_API bool Apply ()
 Applies the event : resizes the window. More...
 
- Public Member Functions inherited from Castor3D::FrameEvent
C3D_API FrameEvent (eEVENT_TYPE p_type)
 Constructor. More...
 
C3D_API FrameEvent (FrameEvent const &p_object)
 Copy constructor. More...
 
C3D_API FrameEvent (FrameEvent &&p_object)
 Move constructor. More...
 
C3D_API FrameEventoperator= (FrameEvent const &p_object)
 Copy assignment operator. More...
 
C3D_API FrameEventoperator= (FrameEvent &&p_object)
 Move assignment operator. More...
 
virtual C3D_API ~FrameEvent ()
 Destructor. More...
 
eEVENT_TYPE GetType ()
 Retrieves the event type. More...
 

Additional Inherited Members

- Protected Attributes inherited from Castor3D::FrameEvent
eEVENT_TYPE m_type
 The event type. More...
 

Detailed Description

Event used to resize a RenderWindow before rendering it.

Author
Sylvain DOREMUS
Date
24/04/2013
Version
0.7.0

Constructor & Destructor Documentation

◆ ResizeWindowEvent()

C3D_API Castor3D::ResizeWindowEvent::ResizeWindowEvent ( RenderWindow p_window)

Constructor.

Parameters
[in]p_windowThe RenderWindow to resize

◆ ~ResizeWindowEvent()

C3D_API Castor3D::ResizeWindowEvent::~ResizeWindowEvent ( )

Destructor.

Member Function Documentation

◆ Apply()

virtual C3D_API bool Castor3D::ResizeWindowEvent::Apply ( )
virtual

Applies the event : resizes the window.

Returns
true if the event was applied successfully

Implements Castor3D::FrameEvent.


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