Connection notify event class.
Definition at line 788 of file fbcomponent.h.
#include <fbcomponent.h>

Public Member Functions |
|
| FBEventConnectionNotify (HKEventBase pEvent) | |
| Constructor. |
|
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. |
|
| FBEventConnectionNotify | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| FBPropertyConnectionAction Action |
Read Only Property: Connection's action performed.
Definition at line 796 of file fbcomponent.h.
Read Only Property: Index of the source in the destination component.
Definition at line 797 of file fbcomponent.h.
| FBPropertyConnectionType ConnectionType |
Read Only Property: Connection's type.
Definition at line 798 of file fbcomponent.h.
Read Only Property: The source plug involved in the action.
Definition at line 799 of file fbcomponent.h.
Read Only Property: The destination plug involved in the action.
Definition at line 800 of file fbcomponent.h.
Read Only Property: New plug created by the action.
(Mostly used by merge/replace)
Definition at line 801 of file fbcomponent.h.