OpenGUI::Resized_EventArgs Class Reference

#include <OpenGUI_Event.h>

Inheritance diagram for OpenGUI::Resized_EventArgs:

OpenGUI::EventArgs List of all members.

Detailed Description

Specialization of EventArgs for Control Size events.


Public Member Functions

 Resized_EventArgs (const FVector2 &newSize, const FVector2 &prevSize)
 Constructor requires the new and old sizes.

Public Attributes

const FVector2 newSize
 The new position after the move.
const FVector2 prevSize
 The previous position from before the move.


Constructor & Destructor Documentation

OpenGUI::Resized_EventArgs::Resized_EventArgs const FVector2 newSize,
const FVector2 prevSize
[inline]
 

Constructor requires the new and old sizes.


Member Data Documentation

const FVector2 OpenGUI::Resized_EventArgs::newSize
 

The new position after the move.

const FVector2 OpenGUI::Resized_EventArgs::prevSize
 

The previous position from before the move.


The documentation for this class was generated from the following file:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Sun Sep 9 02:00:21 2007