All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Class CATEASchAppAddCommand

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATEASchAppAddCommand
 

Usage: you can derive this class.


public class CATEASchAppAddCommand

Super class to derive implementation for interface CATISchAppAddCommand.
Role: Adaptor


Constructor and Destructor Index


o CATEASchAppAddCommand()
Constructs an empty CATEASchAppAddCommand.
o ~CATEASchAppAddCommand()

Method Index


o AppGetApplicationCommand(CATCommandMode*,char*,CATISchAppAddCATStateCommand**)
Provide the application sub-class of CATDlgFrame to enhance the schematic platform route command.

Constructor and Destructor


o CATEASchAppAddCommand
public CATEASchAppAddCommand()
Constructs an empty CATEASchAppAddCommand.
o ~CATEASchAppAddCommand
public virtual ~CATEASchAppAddCommand()

Methods


o AppGetApplicationCommand
public virtual HRESULT AppGetApplicationCommand(CATCommandMode* iCommandMode,
const char* iApplicationName,
CATISchAppAddCATStateCommand** oAppCATStateCommand)
Provide the application sub-class of CATDlgFrame to enhance the schematic platform route command.
Parameters:
iCommandMode
pointer to the parent dialog object
iApplicationName
the application name that sends to the generic commmand
oAppCATStateCommand
pointer to application CATStateCommand that ties to CATISchAppAddCATStateCommand interface. The caller must allocate memory for the first level pointer (i.e. oAppCATStateCommand) and release the second level pointer (i.e. *oAppCATStateCommand) after usage.

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

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