Dialog CATDlgContainer

Usage: you can derive this class.


public class CATDlgContainer

Base class for scrollable containers.
Role: A container defines a scrollable area that can contain a single object. this object could be a frame itself containing as many objects as you want. If the container contents does not fit in the displayable area, horizontal and/or vertical scroll bars are automatically created to allow scrolling through this contents.
Use containers whenever you want to gather many objects in a small window area with scrollbars. The container can have only one child object. This is usually a instance.
You can give a CATDlgContainer the dimensions of its contents for the first display by using the method : (CATDialog::)SetRectDimensions(1,1,-1,-1);


Constructor and Destructor Index


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

Constructor and Destructor


o CATDlgContainer
public CATDlgContainer( iParent,
const iObjectName,
iStyle=NULL)
Constructs a CATDlgContainer.
Parameters:
iParent
The parent of the container.
iObjectName
The name of the container.
iStyle
The style of the container.
o ~CATDlgContainer
public virtual ~CATDlgContainer()

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

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