CATFmtUIInterfaces CATFmtUIBasicServices
Usage: you must use this class as is. You should never derive it.
public class CATFmtUIBasicServices
Role: Class of useful services dedicated to user interface.
Method Index
- o
BuildPath(CATFmtPath*,CATPathElement*)
- Constructs a path element on a given object
- o
BuildPath(CATBaseUnknown*,CATPathElement*)
- Constructs a path element on a given object
- o
GetViewManager()
- Returns a pointer to the finite element visualization management interface ( See
Methods
o BuildPath
public static BuildPath( | | iObject, |
| | iHeader | = NULL ) |
-
Constructs a path element on a given object
- Parameters:
-
- iObject
- CATFmtPath on the future target of path element
- iHeader
- Potential path to concatenate with the result path element.
- Returns:
- CATBaseUnknown#Release The desired path element.
o BuildPath
public static BuildPath( | | iObject, |
| | iHeader | = NULL ) |
-
Constructs a path element on a given object
- Parameters:
-
- iObject
- leaf of the future path element
- iHeader
- Potential path to concatenate with the result path element.
- Returns:
- CATBaseUnknown#Release The desired path element.
o GetViewManager
public static GetViewManager( | ) |
-
Returns a pointer to the finite element visualization management interface ( See
).
- Returns:
- CATBaseUnknown#Release
This object is included in the file: CATFmtUIBasicServices.h
If needed, your Imakefile.mk should include the module: CATFmtUIInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.