FBEventConnectionNotify Class Reference
 
 
 
FBEventConnectionNotify Class Reference

#include <fbcomponent.h>


Class Description

Connection notify event class.

Definition at line 917 of file fbcomponent.h.

Inheritance diagram for FBEventConnectionNotify:
FBEvent

Public Member Functions

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

Public Attributes

FBPropertyConnectionAction  Action
  Read Only Property: Connection's action performed.
FBPropertyInt  SrcIndex
  Read Only Property: Index of the source in the destination component.
FBPropertyConnectionType  ConnectionType
  Read Only Property: Connection's type.
FBPropertyPlug  SrcPlug
  Read Only Property: The source plug involved in the action.
FBPropertyPlug  DstPlug
  Read Only Property: The destination plug involved in the action.
FBPropertyPlug  NewPlug
  Read Only Property: New plug created by the action.
FBPropertyInt  Type
  Read Only Property: Type of event.

Protected Attributes

HKEventBase  mEvent
  Internal Event pointer.

Constructor & Destructor Documentation

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

FBPropertyConnectionAction FBEventConnectionNotify::Action

Read Only Property: Connection's action performed.

Definition at line 925 of file fbcomponent.h.

Read Only Property: Index of the source in the destination component.

Definition at line 926 of file fbcomponent.h.

Read Only Property: Connection's type.

Definition at line 927 of file fbcomponent.h.

Read Only Property: The source plug involved in the action.

Definition at line 928 of file fbcomponent.h.

Read Only Property: The destination plug involved in the action.

Definition at line 929 of file fbcomponent.h.

Read Only Property: New plug created by the action.

(Mostly used by merge/replace)

Definition at line 930 of file fbcomponent.h.

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]

Internal Event pointer.

Definition at line 904 of file fbcomponent.h.


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