#include <fbcontrols.h>
FBTree node event.
Definition at line 1757 of file fbcontrols.h.
Public Member Functions |
|
FBEventTree (HKEventBase pEvent) | |
Constructor. |
|
void | PropertyAdd (FBProperty *) |
Empty function to avoid creating property
container object. |
|
Public Attributes |
|
FBPropertyEventTreeWhy | Why |
Read Write Property: Reason of the
event. |
|
FBPropertyTreeNode | TreeNode |
Read Write Property: Tree node.
|
|
FBPropertyInt | Type |
Read Only Property: Type of event.
|
|
Protected Attributes |
|
HKEventBase | mEvent |
Internal Event pointer. |
FBEventTree::FBEventTree | ( | 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.
:
FBPropertyEventTreeWhy FBEventTree::Why |
Read Write Property: Reason of the event.
Definition at line 1765 of file fbcontrols.h.
FBPropertyTreeNode FBEventTree::TreeNode |
Read Write Property: Tree node.
Definition at line 1766 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] |