All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppRouteDialog

System.IUnknown
  |
  +---CATISchAppRouteDialog
 

Usage: you can reimplement this interface by deriving the supplied CATEASchAppRouteDialog adapter class.


interface CATISchAppRouteDialog

Interface to add application dialog for the platform route command.
Application must derived implementation of this interface from CATEASchAppRouteDialog. Role: To allow application to customize the definition of the route.

BOA information: this interface CANNOT 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.


Method Index


o AppGetApplicationDialog(CATDialog*,char*,CATISchAppRouteCATDlgFrame**)
Provide the application sub-class of CATDlgFrame to enhance the schematic platform route command.

Methods


o AppGetApplicationDialog
public virtual HRESULT AppGetApplicationDialog(CATDialog* iParentDialog,
const char* iAppRouteType,
CATISchAppRouteCATDlgFrame** oAppCATDlgFrame) = 0
Provide the application sub-class of CATDlgFrame to enhance the schematic platform route command.
Parameters:
iParentDialog
pointer to the parent dialog object
iRouteType
the application route type the dialog supports
oAppCATDlgFrame
pointer to application CATDlgFrame that ties to CATISchAppRouteCATDlgFrame interface.The caller must allocate memory for the first level pointer (i.e. oAppCATDlgFrame) and release the second level pointer (i.e. *oAppCATDlgFrame) after usage.

This object is included in the file: CATISchAppRouteDialog.h

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