UISocketBasicCommand is a variant of UISocketCommand.
Inheritance:
Public Methods
-
UISocketBasicCommand()
- Basic Constructor for UISocketBasicCommand
-
string getState()
- Get a Command State.
-
void setState(string state)
- Sets a command State.
-
AbstractUISocketElement* clone()
- Return the Cloned copy of UISocketBasicCommand Object
Public Fields
-
struct dimCmdStruct *dimCmdPtr
-
struct cmdParamStruct*cmdParamList
Public Methods
-
cmdParamStruct* cloneParamList()
-
void addParam(string id, UISocketCommandParam*cmdParam)
Public Fields
-
Session* session
-
list<string> dimensionList
Public Methods
-
string getElementId()
-
void setElementId(string elementId)
-
bool isDimensional()
-
void setDimensional(bool isDimensional)
-
SocketDescription* getSocket()
-
void setSocket(SocketDescription* socketDescription)
-
Session* getSession()
-
void setSession(Session* session)
-
bool isIncludeRes()
-
void setIncludeRes(bool isIncludeRes)
-
virtual void addSocketElement(AbstractUISocketElement*socketElement)
-
virtual SocketElementList* getElementIdSocketElementMap()
-
virtual void setElementIdSocketElementMap(SocketElementList* elementIdSocketElementMap)
-
virtual void parse(IXML_Node* rootElement)
Documentation
UISocketBasicCommand is a variant of UISocketCommand.
It provides the functionality to set/get the State of type="basicCommand".
UISocketBasicCommand()
-
Basic Constructor for UISocketBasicCommand
string getState()
-
Get a Command State.
- Returns:
- a String
void setState(string state)
-
Sets a command State.
- Parameters:
- state - a String
AbstractUISocketElement* clone()
-
Return the Cloned copy of UISocketBasicCommand Object
- Returns:
- AbstractUISocketElement Object
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.