All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Dialog Class CATDlgMenu

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCommand
          |
          +---Dialog.CATDialog
            |
            +---CATDlgMenu
 

Usage: you can derive this class.


public class CATDlgMenu

Base class to create a menu.

This class can not be instantiated.

See also:
CATDlgBarMenu, CATDlgSubMenu, CATDlgContextualMenu


Constructor and Destructor Index


o CATDlgMenu(CATDialog*,CATString&,CATDlgStyle)
Constructs a menu object.
o ~CATDlgMenu()

Constructor and Destructor


o CATDlgMenu
protected CATDlgMenu(CATDialog* iParent,
const CATString& iObjectName,
CATDlgStyle iStyle=NULL)
Constructs a menu object.
Parameters:
iParent
The parent widget.
iObjectName
The internal name of the menu.
iStyle
The style of the menu.
o ~CATDlgMenu
protected virtual ~CATDlgMenu()

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

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