Dialog CATDlgSeparatorItem

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


public class CATDlgSeparatorItem

Base class for menu separators.
Role: This class allows to group consistent menu items. The separator item is used to leave thin vertical or horizontal empty areas between different items in menus and toolbars to help better visualize the different parts of a menu, a submenu, a toolbar, or an icon box, and to group related items in these parts.
Use separator items whenever you want to clearly separate groups of items in a menu, a submenu, a toolbar, or an icon box.


Constructor and Destructor Index


o CATDlgSeparatorItem(CATDialog*,CATString&,CATDlgStyle)
Constructs a CATDlgSeparatorItem.
o ~CATDlgSeparatorItem()

Constructor and Destructor


o CATDlgSeparatorItem
public CATDlgSeparatorItem( iParent,
const iObjectName,
iStyle=NULL)
Constructs a CATDlgSeparatorItem.
Parameters:
iParent
The parent of the menu separator.
iObjectName
The name of the menu separator.
iStyle
The style of the menu separator. The style can be :
NULL
if no value is passed, for the default menu separator,
o ~CATDlgSeparatorItem
public virtual ~CATDlgSeparatorItem()

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.