All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ApplicationFrame Class CATCmdAccess

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

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


public class CATCmdAccess

Base class to create an access.
Role: When you want to arrange commands to propose them appropriately to the end user, you need to either create a workshop or a workbench, or create an add-in to an existing workshop or workbench. When you create such objects, you create in fact a containment tree structure to access to the commands. A node of the tree is a CATCmdContainer, a CATCmdWorkbench for the workbench or a CATCmdWorkshop for the workshop, and a leaf can be a CATCmdStarter or a CATCmdSeparator. All these objects are therefore called accesses and their base class is CATCmdAccess.
To create any access use the NewAccess macro.

See also:
CATIWorkshop, CATIWorkbench, CATIWorkbenchAddin, CATCommandHeader



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

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