#include <fbcontrols.h>
Menu event.
Definition at line 678 of file fbcontrols.h.
Public Member Functions |
|
FBEventMenu (HKEventBase pEvent) | |
Constructor. |
|
void | PropertyAdd (FBProperty *) |
Empty function to avoid creating property
container object. |
|
Public Attributes |
|
FBPropertyInt | Id |
Read Write Property: Id number for
menu item. |
|
FBPropertyString | Name |
Read Write Property: Name of menu
item. |
|
FBPropertyInt | Type |
Read Only Property: Type of event.
|
|
Protected Attributes |
|
HKEventBase | mEvent |
Internal Event pointer. |
FBEventMenu::FBEventMenu | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event object. |
void FBEvent::PropertyAdd | ( | FBProperty * | ) | [inline, inherited] |
Empty function to avoid creating property container object.
Definition at line 907 of file fbcomponent.h.
:
Read Write Property: Id number for menu item.
Definition at line 681 of file fbcontrols.h.
Read Write Property: Name of menu item.
Definition at line 682 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] |