#include <fbcontrols.h>
Event sent to a control that resizes.
Definition at line 604 of file fbcontrols.h.
Public Member Functions |
|
FBEventResize (HKEventBase pEvent) | |
Constructor. |
|
void | PropertyAdd (FBProperty *) |
Empty function to avoid creating property
container object. |
|
Public Attributes |
|
FBPropertyInt | Width |
Property: New Width of the window.
|
|
FBPropertyInt | Height |
Property: New Height of the window.
|
|
FBPropertyInt | Type |
Read Only Property: Type of event.
|
|
Protected Attributes |
|
HKEventBase | mEvent |
Internal Event pointer. |
FBEventResize::FBEventResize | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
void FBEvent::PropertyAdd | ( | FBProperty * | ) | [inline, inherited] |
Empty function to avoid creating property container object.
Definition at line 907 of file fbcomponent.h.
:
Property: New Width of the window.
Definition at line 612 of file fbcontrols.h.
Property: New Height of the window.
Definition at line 613 of file fbcontrols.h.
FBPropertyInt
FBEvent::Type
[inherited] |
Read Only Property: Type of event.
Reimplemented in FBEventAnimationNode, FBEventSceneChange, FBEventTakeChange, and FBEventFileChange.
Definition at line 900 of file fbcomponent.h.
HKEventBase FBEvent::mEvent
[protected, inherited] |