Usage: you can reimplement this interface by deriving the supplied CATMatFeaturePropEditFrameAdaptor adapter class.
interface CATIMatFeaturePropEditFrame
Interface for comunication between Edit Definition window and feature edition frame.
Role: When a behavior owner wants to be integrated into Edit Definition of the behavior he needs
to implement CATIEdit on the applicative feature to return a frame.
That frame need to implement CATIMatFeaturePropEditFrame to interact with the panel.
How to retrieve this interface.
CATIMatFeaturePropEditFrame* currentDisplay = NULL;
rc = window->QueryInterface(IID_CATIMatFeaturePropEditFrame, (void**) ¤tDisplay);
BOA information: this interface can be implemented using the BOA (Basic Object Adapter).
To know more about the BOA, refer to the CAA Encyclopedia home page.
Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.
public virtual CheckDomainDataValidity( | oShortErrorMessage) |
public virtual CloseAction( | ) |
public virtual GetTabTitle( | oTabTitle) |
public virtual OkAction( | ) |
public virtual UseUndoAtEnd( | ) |
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.