FBEventSceneChange Class Reference
 
 
 
FBEventSceneChange Class Reference

#include <fbscene.h>


Class Description

Select model event class.

This event occurs every time a model is:

  • (un)selected
  • added
  • destroyed
  • renamed, etc..

Definition at line 175 of file fbscene.h.

Inheritance diagram for FBEventSceneChange:
FBEvent

Public Member Functions

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

Public Attributes

FBPropertySceneChangeType  Type
  Read Only Property: Type of selection event.
FBPropertyComponent  Component
  Read Only Property: Modified component
FBPropertyComponent  ChildComponent
  Read Only Property: Child component of the event.

Protected Attributes

HKEventBase  mEvent
  Internal Event pointer.

Constructor & Destructor Documentation

FBEventSceneChange::FBEventSceneChange ( 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

FBPropertySceneChangeType FBEventSceneChange::Type

Read Only Property: Type of selection event.

Reimplemented from FBEvent.

Definition at line 183 of file fbscene.h.

Read Only Property: Modified component

Definition at line 184 of file fbscene.h.

Read Only Property: Child component of the event.

Definition at line 185 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: