UISocketTimedCommand is a variant of UISocketCommand.
Inheritance:
Public Methods
-
UISocketTimedCommand()
- Basic Constructor for UISocketTimedCommand
-
string getState()
- Get State for command.
-
void setState(string state)
- Set state of the command.
-
long getTtc()
- Get Time To Complete Value for the command.
-
void setTtc(long ttc)
- set Time to Complete value of the command.
-
AbstractUISocketElement* clone()
- Return the Cloned copy of UISocketTimedCommand 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
UISocketTimedCommand is a variant of UISocketCommand.
It provides the functionality to set/get the state/ttc of type="timedCommand".
UISocketTimedCommand()
-
Basic Constructor for UISocketTimedCommand
string getState()
-
Get State for command.
- Returns:
- a String Value of state
void setState(string state)
-
Set state of the command.
- Parameters:
- state - a String value of state
long getTtc()
-
Get Time To Complete Value for the command.
- Returns:
- a long value
void setTtc(long ttc)
-
set Time to Complete value of the command.
- Parameters:
- ttc - a long value
AbstractUISocketElement* clone()
-
Return the Cloned copy of UISocketTimedCommand 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++.