All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATIAApplicationFrame Class CATEditorPage

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCommand
          |
          +---Dialog.CATDialog
            |
            +---Dialog.CATDlgBox
              |
              +---Dialog.CATDlgContainer
                |
                +---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(CATDialog*,CATString&)
Constructs a CATEditor .
o ~CATEditorPage()

Method Index


o SetBuilt()
Sets built state to the tabpage .
o SetPageModification(ModeYesNo)
Sets the state of the tabpage.

Constructor and Destructor


o CATEditorPage
public CATEditorPage(CATDialog* iParent,
const CATString& iName)
Constructs a CATEditor .
Parameters:
iParent
dialog parent of the object.
iName
name of the object.
o ~CATEditorPage
public ~CATEditorPage()

Methods


o SetBuilt
public void SetBuilt()
Sets built state to the tabpage .
o SetPageModification
public void SetPageModification(ModeYesNo 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

Copyright © 2003, Dassault Systèmes. All rights reserved.