All Frameworks Class Hierarchy This Framework Indexes
CATIAApplicationFrame Class CATEditorPage
Usage: you must use this class as is. You should never derive it.
public class CATEditorPage
Class to define/get state of the TabPage for the properties editors .
Constructor and Destructor Index
- o
~CATEditorPage()
-
- o
CATEditorPage(CATDialog*,CATString&)
- Constructs a CATEditor .
Method Index
- o
SetBuilt()
- Sets built state to the tabpage .
- o
SetPageModification(ModeYesNo)
- Sets the state of the tabpage.
Constructor and Destructor
o ~CATEditorPage
-
o CATEditorPage
| public CATEditorPage( | | iParent, |
| const | iName) |
-
Constructs a CATEditor .
- Parameters:
-
- iParent
- dialog parent of the object.
- iName
- name of the object.
Methods
o SetBuilt
-
Sets built state to the tabpage .
o SetPageModification
| public SetPageModification( | | iMode) |
-
Sets the state of the tabpage.
- See also:
- ModeYesNo
- Parameters:
-
- iMode
- Yes if the tabpage has been modified
else, No.
This object is included in the file: CATEditorPage.h
If needed, your Imakefile.mk should include the module: CATIAApplicationFrame