FBEventTakeChange Class Reference
 
 
 
FBEventTakeChange Class Reference

#include <fbscene.h>


Class Description

Take change event class.

This event occurs every time a take is:

  • added
  • destroyed
  • renamed
  • selected, etc.

Definition at line 215 of file fbscene.h.

Inheritance diagram for FBEventTakeChange:
FBEvent

Public Member Functions

  FBEventTakeChange (HKEventBase pEvent)
  Constructor.
void  PropertyAdd (FBProperty *)
  Empty function to avoid creating property container object.

Public Attributes

FBPropertyTakeChangeType  Type
  Read Only Property: Type of take change event.
FBPropertyTake  Take
  Read Only Property: The take modified.

Protected Attributes

HKEventBase  mEvent
  Internal Event pointer.

Constructor & Destructor Documentation

FBEventTakeChange::FBEventTakeChange ( HKEventBase  pEvent )

Constructor.

Parameters:
pEvent Base event (internal) to obtain information from.

Member Function Documentation

void FBEvent::PropertyAdd ( FBProperty ) [inline, inherited]

Empty function to avoid creating property container object.

Definition at line 907 of file fbcomponent.h.

:

Member Data Documentation

FBPropertyTakeChangeType FBEventTakeChange::Type

Read Only Property: Type of take change event.

Reimplemented from FBEvent.

Definition at line 224 of file fbscene.h.

FBPropertyTake FBEventTakeChange::Take

Read Only Property: The take modified.

Definition at line 225 of file fbscene.h.

HKEventBase FBEvent::mEvent [protected, inherited]

Internal Event pointer.

Definition at line 904 of file fbcomponent.h.


The documentation for this class was generated from the following file: