All Frameworks Class Hierarchy This Framework Indexes
CATSchPlatformInterfaces Class CATEASchAppRouteDialog
Usage: you can derive this class.
public class CATEASchAppRouteDialog
Super class to derive implementation for interface CATISchAppRouteDialog.
Role: Adaptor
Constructor and Destructor Index
- o
CATEASchAppRouteDialog()
- Constructs an empty CATEASchAppRouteDialog.
- o
~CATEASchAppRouteDialog()
-
Method Index
- o
AppGetApplicationDialog(CATDialog*,char*,CATISchAppRouteCATDlgFrame**)
- Provide the application sub-class of CATDlgFrame to enhance the schematic
platform route command.
Constructor and Destructor
o CATEASchAppRouteDialog
| public CATEASchAppRouteDialog( | ) |
-
Constructs an empty CATEASchAppRouteDialog.
o ~CATEASchAppRouteDialog
| public virtual ~CATEASchAppRouteDialog( | ) |
-
Methods
o AppGetApplicationDialog
| public virtual AppGetApplicationDialog( | | iParentDialog, |
| const | iAppRouteType, |
| | oAppCATDlgFrame) |
-
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: CATEASchAppRouteDialog.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP