All Frameworks Class Hierarchy This Framework Indexes
ObjectModelerBase Class CATFormat
Usage: you must use this class as is. You should never derive it.
public class CATFormat
Interface to manage formats.
Role: this interface is used during cut, copy and paste operations in order to
test formats needed for specific actions.
Method Index
- o
Match(IdFormat)
- Compares the name of the current CATFormat object with the value passed as input.
- o
Name()
- Returns the name of a CATFormat object.
Methods
o Match
| public virtual Match( | | iFormatName) |
-
Compares the name of the current CATFormat object with the value passed as input.
- Parameters:
-
- iFormatName
- A declared format name.
- Returns:
- 1 if the two format names are not equal.
0 otherwise
o Name
-
Returns the name of a CATFormat object.
This object is included in the file: CATFormat.h
If needed, your Imakefile.mk should include the module: CATObjectModelerBase