All Frameworks Class Hierarchy This Framework Next Indexes
ObjectModelerNavigator Interface CATIGraphLink
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIGraphLink
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGraphLink
Interface to customize graph's link physical representation.
Role: This interface is automatically implemented on tree nodes.
Method Index
- o
GetChildNode()
- Retrieves the child node.
- o
GetFatherNode()
- Retrieves the father node.
- o
IsHighlighted()
- Retrieves link highlight mode.
- o
SetColor(int)
- Sets the link color.
- o
SetHighlight(int)
- Sets link highlight mode.
Methods
o GetChildNode
-
Retrieves the child node.
- Returns:
- The child node.
o GetFatherNode
-
Retrieves the father node.
- Returns:
- The father node.
o IsHighlighted
public virtual int IsHighlighted( | )=0 |
-
Retrieves link highlight mode.
- Returns:
- The highlight mode.
Legal values: 1: The link is highlighted,
0: otherwise.
o SetColor
public virtual void SetColor( | int | iLinkColor)=0 |
-
Sets the link color.
- Parameters:
-
- iLinkColor
- The index of the color.
Legal values:iCouleur ranges from 0 to 255.
You can use the CATColorMap#GetColor method to retrieve the
r,g and b components associated with an index color.
o SetHighlight
public virtual void SetHighlight( | int | iMode)=0 |
-
Sets link highlight mode.
- Parameters:
-
- iMode
- The highlight mode.
Legal values: 1: The link has to be highlighted,
0: otherwise.
This object is included in the file: CATIGraphLink.h
If needed, your Imakefile.mk should include the module: CATObjectModelerNavigator