#include <FXNodeConnection.h>
Public Types |
|
| enum | EConnectionType { SI_NONE, SI_FXOPERATOR } |
| Defines the various types of connection. More... |
|
Public Member Functions |
|
| CSLFXOperatorConnection (CdotXSITemplate *in_pTemplate, SI_Int in_nValueIndex) | |
| SI_Error | Synchronize () |
| SI_Char * | GetName () |
| SI_Void | SetName (SI_Char *in_szName) |
| CSLFXOperator * | GetFXOperator () |
| SI_Void | SetFXOperator (CSLFXOperator *in_pNode) |
| EConnectionType | GetConnectionType () |
| SI_Void | SetConnectionType (EConnectionType in_Type) |
| virtual | ~CSLFXOperatorConnection () |
| Destructor. |
|
| enum EConnectionType |
| CSLFXOperatorConnection | ( | CdotXSITemplate * | in_pTemplate, | |
| SI_Int | in_nValueIndex | |||
| ) |
Constructor
| in_pTemplate | Parent Template | |
| in_nValueIndex | Index |
| SI_Error Synchronize | ( | ) |
Commits semantic layer data
Gets the name of the connection
Sets the name of the connection
| in_szName | The name of the connection |
Gets the refered node
Sets the refered node
| in_pNode | Pointer to the refered node or null if none |
Gets the connection type
Sets the connection type
| in_Type | New type of connection |