MachiningU5Itf Interface DELIMfgNavigateProcessTree

Usage: you can freely reimplement this interface.


interface DELIMfgNavigateProcessTree

Interface to navigate in activties process tree.
Role: This interface enables you to visualize a component in activities process tree.


Method Index


o GetChildren()
Retrieves list of direct childrens in the tree.
o GetIconMask(CATUnicodeString&)
Gets the icon mask for the given object and the given column.
o GetIconName(CATUnicodeString&)
Retrieves the icon node.
o GetIdentificator(CATUnicodeString&)
Retrieves the node text.
o OnActivate()
Called when the user double-click on the feature

Methods


o GetChildren
public virtual GetChildren()
Retrieves list of direct childrens in the tree.
Returns:
The children list.
o GetIconMask
public virtual GetIconMask( iconMaskName)
Gets the icon mask for the given object and the given column.
o GetIconName
public virtual GetIconName( iconName)
Retrieves the icon node.
Role:This method retrieves the icon name associated with the node.
Returns:
The icon name of the node. E_FAIL if use the default icon name
o GetIdentificator
public virtual GetIdentificator( nodeName)
Retrieves the node text.
Role:This method retrieves the text associated with the node.
Returns:
The text of the node. E_FAIL if use the default node name
o OnActivate
public virtual OnActivate()
Called when the user double-click on the feature

This object is included in the file: DELIMfgNavigateProcessTree.h
If needed, your Imakefile.mk should include the module: MachiningU5Itf

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.