LIBRARY: fwTree:

Library of functions to create and add/remove nodes to/from a Hierarchical Tree

modifications: none

WARNING: the functions use the dpGet or dpSetWait, problems may occur when using these functions in a working function called by a PVSS (dpConnect) or in a calling function

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Author:
C. Gaspar
Version:
creation: 16/07/2003

o fwTree_create
Create a new Tree
o fwTree_addNode
Add a node (child or root) to a Tree
o fwTree_removeNode
Remove a node (child or root) from a Tree
o fwTree_cutNode
Cut a sub tree from a Tree
o fwTree_pasteNode
Paste a sub tree into a Tree
o fwTree_renameNode
Rename a node from a Tree
o fwTree_getChildren
Get the children of a Tree node
o fwTree_reorderChildren
Rename a node from a Tree
o fwTree_getParent
Get the Parent of a Tree node
o fwTree_getTreeName
get the Tree name of a node
o fwTree_getRootNodes
Get all Tree Root nodes, i
o fwTree_getAllNodes
Get all Tree's nodes
o fwTree_getAllTreeNodes
Get all nodes belonging to a Tree
o fwTree_getAllTreeNodesWithClipboard
Get all nodes belonging to a Tree
o fwTree_isNode
Check if a node exists
o fwTree_isRoot
Check if a node is a root node (i
o fwTree_isClipboard
Check if node is a Trees's clipboard
o fwTree_setNodeDevice
Set a node's device
o fwTree_getNodeDevice
Get a node's device
o fwTree_setNodeUserData
Set a node's specific user data
o fwTree_getNodeUserData
Get a node's specific user data
o fwTree_createNode
Create and Add a node (child or root) to a Tree
o fwTree_getNodeDisplayName
Get a node's display name
o fwTree_getNamedNodes
Get all nodes with the same name

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.