#include <fbvideo.h>
Public Member Functions |
|
FBEventVideoSwitcher (HKEventBase pEvent) | |
Constructor. |
|
void | PropertyAdd (FBProperty *) |
Empty function to avoid creating property
container object. |
|
Public Attributes |
|
FBPropertyVideoSwitcher | VideoSwitcher |
Read Only Property: Video switcher.
|
|
FBPropertykReference | Reference |
Read Only Property: Data. |
|
FBPropertyClipEnd | EndType |
Read Only Property: Clip end action.
|
|
FBPropertyInt | Type |
Read Only Property: Type of event.
|
|
Protected Attributes |
|
HKEventBase | mEvent |
Internal Event pointer. |
FBEventVideoSwitcher::FBEventVideoSwitcher | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Internal video event. |
void FBEvent::PropertyAdd | ( | FBProperty * | ) | [inline, inherited] |
Empty function to avoid creating property container object.
Definition at line 907 of file fbcomponent.h.
:
FBPropertyVideoSwitcher FBEventVideoSwitcher::VideoSwitcher |
Read Only Property: Video switcher.
FBPropertyClipEnd FBEventVideoSwitcher::EndType |
Read Only Property: Clip end action.
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] |