#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
| SI_Char* GetName | ( | ) |
Gets the name of the connection
| SI_Void SetName | ( | SI_Char * | in_szName | ) |
Sets the name of the connection
| in_szName | The name of the connection |
| CSLFXOperator* GetFXOperator | ( | ) |
Gets the refered node
| SI_Void SetFXOperator | ( | CSLFXOperator * | in_pNode | ) |
Sets the refered node
| in_pNode | Pointer to the refered node or null if none |
| EConnectionType GetConnectionType | ( | ) |
Gets the connection type
| SI_Void SetConnectionType | ( | EConnectionType | in_Type | ) |
Sets the connection type
| in_Type | New type of connection |