All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Dialog Class CATDlgPushItem

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

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


public class CATDlgPushItem

Base class for menu items.
Role:Assign a CATDlgPushItem to any menu.


Constructor and Destructor Index


o CATDlgPushItem(CATDialog*,CATString&,CATDlgStyle)
Constructor.
o ~CATDlgPushItem()
Destructor.

Method Index


o GetMenuIActivateNotification()
Returns the event notification sent whenever the menu item is activated.

Constructor and Destructor


o CATDlgPushItem
public CATDlgPushItem(CATDialog* iParent,
const CATString& iObjectName,
CATDlgStyle iStyle=NULL)
Constructor.
Parameters:
iParent
The parent widget.
iObjectName
The internal name of the menu item.
iStyle
The style of the menu item. Legal values:Only the current default value is available.
o ~CATDlgPushItem
public virtual ~CATDlgPushItem()
Destructor.

Methods


o GetMenuIActivateNotification
public CATNotification * GetMenuIActivateNotification()const
Returns the event notification sent whenever the menu item is activated.

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

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