CXCFWNode Class Reference
class CXCFWNode : public CBase
|
Node interface for setting data and relative nodes This interface is not exported,
CXCFWTree
is the only user.
XCFW.lib
-
Since
-
Series 60 3.1
Constructor & Destructor Documentation
Member Functions Documentation
ConstructL(CGECOObjectBase *)
By default Symbian 2nd phase constructor is private.
Data()
From
MXCFWNode
. Returns Data object for this node
FirstChild()
From
MXCFWNode
. Returns first child node for this node
LastChild()
From
MXCFWNode
. Returns last child node for this node
NextSibling()
From
MXCFWNode
. Returns next sibling node for this node
Parent()
From
MXCFWNode
. Returns parent node for this node
PrevSibling()
From
MXCFWNode
. Returns previous sibling node for this node
SetData(CGECOObjectBase *)
Sets content to this node
-
Since
-
Series 60 3.1
Parameters
CGECOObjectBase
* aData
|
New content object to be stored in this node. Note: Old data pointer should be deleted first.
|
SetFirstChild(MXCFWNode *)
Sets first child node for this node
-
Since
-
Series 60 3.1
Parameters
MXCFWNode
* aNode
|
New first child for this node
|
SetLastChild(MXCFWNode *)
Sets last child for this node
-
Since
-
Series 60 3.1
Parameters
MXCFWNode
* aNode
|
New last child for this node
|
SetNextSibling(MXCFWNode *)
Sets next sibling for this node
-
Since
-
Series 60 3.1
Parameters
MXCFWNode
* aNode
|
New next sibling for this node
|
SetParent(MXCFWNode *)
Sets parent for this node
-
Since
-
Series 60 3.1
SetPrevSibling(MXCFWNode *)
Sets previous sibling for this node
-
Since
-
Series 60 3.1
Parameters
MXCFWNode
* aNode
|
New previous sibling for this node
|
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.