AfrFoundation CATFrmObjectEditor

Usage: you must use this class as is. You should never derive it.


public class CATFrmObjectEditor

Class for an object editor.
Role: The object editor is an instance of the CATFrmObjectEditor class associated with an object instance which represents the data this editor edits. It is returned by the GetEditor method of the implementation.

See also:


Constructor and Destructor Index


o CATFrmObjectEditor(CATBaseUnknown*)
Constructs an object editor.
o ~CATFrmObjectEditor()

Method Index


o GetEditedObject()
Returns the edited object.

Constructor and Destructor


o CATFrmObjectEditor
public CATFrmObjectEditor( ipEditedObject)
Constructs an object editor.
Parameters:
ipEditedObject
The edited object.
Legal values: A non null pointer to the edited object implementation.
See also:
,
o ~CATFrmObjectEditor
public ~CATFrmObjectEditor()

Methods


o GetEditedObject
public GetEditedObject()
Returns the edited object.
Returns:
The edited object.

This object is included in the file: CATFrmObjectEditor.h
If needed, your Imakefile.mk should include the module: CATAfrFoundation

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.