All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface CATICfgSpecCategory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICfgSpecCategory
This class is used to:
- Create CATICfgSimpleSpecification
- Manage the content and characteristics of a category
Method Index
- o
CreateSpecification(CATUnicodeString&,CATICfgSimpleSpecification_var&)
- Create Specification
- o
GetDescription(CATUnicodeString&)
- Get the Description of the category
- o
GetName(CATUnicodeString&)
- Get the name of the category
Methods
o CreateSpecification
| public virtual CreateSpecification( | const | iId, |
| | oCfgSimpleSpec) |
-
Create Specification
- Parameters:
-
- iId
- Name of the specification to create
- oCfgSimpleSpec
- The specification
o GetDescription
| public virtual GetDescription( | | oDescription) |
-
Get the Description of the category
- Parameters:
-
- oDescription
- Description of the category.
o GetName
| public virtual GetName( | | oName) |
-
Get the name of the category
- Parameters:
-
- oName
- Name of the category.
This object is included in the file: CATICfgSpecCategory.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces