UISocketSet is the variant of UISocketElement.
Inheritance:
Public Fields
-
dimSetStruct* dimSetPtr
- Pointer to dimSetPtr Link List.
-
SocketElementList* elementListInSet
- Socket Element list for this class
Public Methods
-
UISocketSet()
- Basic Constructor for UISocketSet
-
SocketElementList* getElementIdSocketElementMap()
- Gets the Socket Element list for this object
-
void setElementIdSocketElementMap(SocketElementList* elementIdSocketElementMap)
- Sets the Socket Element list for calling class
-
void addSocketElement(AbstractUISocketElement* socketElement)
- Adds the Socket Element in the List.
-
AbstractUISocketElement* clone()
- Returns the Cloned copy of UISocketSet Object
-
SocketElementList* clone(SocketElementList* sourceList)
- It produces clone copy of Socket Element list from given Socket Element list
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 parse(IXML_Node* rootElement)
Documentation
UISocketSet is the variant of UISocketElement.
It stores the information about the 'set' node of Socket Description File.
dimSetStruct* dimSetPtr
-
Pointer to dimSetPtr Link List.
@See AbstractUISocketElement for further details.
SocketElementList* elementListInSet
-
Socket Element list for this class
- Returns:
- SocketElementList Struct
UISocketSet()
-
Basic Constructor for UISocketSet
SocketElementList* getElementIdSocketElementMap()
-
Gets the Socket Element list for this object
- Parameters:
- socket - element list
- Returns:
- SocketElementList Struct
void setElementIdSocketElementMap(SocketElementList* elementIdSocketElementMap)
-
Sets the Socket Element list for calling class
- Parameters:
- socketElementList - Struct
void addSocketElement(AbstractUISocketElement* socketElement)
-
Adds the Socket Element in the List.
- Parameters:
- socketElement - an Object of AbstractUISocketElement
AbstractUISocketElement* clone()
-
Returns the Cloned copy of UISocketSet Object
- Returns:
- AbstractUISocketElement Object
SocketElementList* clone(SocketElementList* sourceList)
-
It produces clone copy of Socket Element list from given Socket Element list
- Parameters:
- sourceList - socket Element list to be cloned.
- Returns:
- cloned SocketElementList.
- 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++.