#include <fbcomponent.h>
Connection notify event class.
Definition at line 982 of file fbcomponent.h.
Public Member Functions | |
FBEventConnectionNotify (HKEventBase pEvent) | |
Constructor. More... | |
![]() | |
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. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
FBEventConnectionNotify | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
FBPropertyConnectionAction Action |
Read Only Property: Connection's action performed.
Definition at line 990 of file fbcomponent.h.
FBPropertyConnectionType ConnectionType |
Read Only Property: Connection's type.
Definition at line 992 of file fbcomponent.h.
FBPropertyPlug DstPlug |
Read Only Property: The destination plug involved in the action.
Definition at line 994 of file fbcomponent.h.
FBPropertyPlug NewPlug |
Read Only Property: New plug created by the action.
(Mostly used by merge/replace)
Definition at line 995 of file fbcomponent.h.
FBPropertyInt SrcIndex |
Read Only Property: Index of the source in the destination component.
Definition at line 991 of file fbcomponent.h.
FBPropertyPlug SrcPlug |
Read Only Property: The source plug involved in the action.
Definition at line 993 of file fbcomponent.h.