Open Reality Reference Guide
FBEventConnectionNotify Class Reference

Connection notify event class. More...

#include <fbcomponent.h>

Inheritance diagram for FBEventConnectionNotify:

Public Member Functions

 FBEventConnectionNotify (HKEventBase pEvent)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor. More...
 

Public Attributes

FBPropertyConnectionAction Action
 Read Only Property: Connection's action performed. More...
 
FBPropertyInt SrcIndex
 Read Only Property: Index of the source in the destination component. More...
 
FBPropertyConnectionType ConnectionType
 Read Only Property: Connection's type. More...
 
FBPropertyPlug SrcPlug
 Read Only Property: The source plug involved in the action. More...
 
FBPropertyPlug DstPlug
 Read Only Property: The destination plug involved in the action. More...
 
FBPropertyPlug NewPlug
 Read Only Property: New plug created by the action. (Mostly used by merge/replace) More...
 
- Public Attributes inherited from FBEvent
FBPropertyInt Type
 Read Only Property: Type of event. More...
 

Detailed Description

Connection notify event class.

Definition at line 966 of file fbcomponent.h.

Constructor & Destructor Documentation

◆ FBEventConnectionNotify()

FBEventConnectionNotify ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Action

FBPropertyConnectionAction Action

Read Only Property: Connection's action performed.

Definition at line 974 of file fbcomponent.h.

◆ ConnectionType

FBPropertyConnectionType ConnectionType

Read Only Property: Connection's type.

Definition at line 976 of file fbcomponent.h.

◆ DstPlug

FBPropertyPlug DstPlug

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

Definition at line 978 of file fbcomponent.h.

◆ NewPlug

FBPropertyPlug NewPlug

Read Only Property: New plug created by the action. (Mostly used by merge/replace)

Definition at line 979 of file fbcomponent.h.

◆ SrcIndex

FBPropertyInt SrcIndex

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

Definition at line 975 of file fbcomponent.h.

◆ SrcPlug

FBPropertyPlug SrcPlug

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

Definition at line 977 of file fbcomponent.h.


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