Dialog CATDialog

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


public class CATDialog

Base class for all dialog objects.
Role: This class implements common mechanisms for any dialog object.
This class can not be instantiated.


Constructor and Destructor Index


o ~CATDialog()

Method Index


o AddResourcePath(CATString&,CATString&)
Adds a catalog name and its path.
o AddResourcePath(CATRscCatalog&,CATString&)
Adds a resource catalog and its path.
o AddResourcePath(CATMsgCatalog&,CATString&)
Adds a message catalog and its path.
o DefineCursor(int,int,int,int,char*)
Constructs an applicative cursor using its width, its height, its hot spot coordinates and its geometry.
o FreeCursor(CATDialog::CATDlgHCursor)
Frees an applicative cursor.
o GetAbsolutePosition(int&,int&)
Retrieves the position of the dialog object relative to the root.
o GetAccelerator()
Returns the accelerator of the dialog object as a keystroke combination.
o GetAcceleratorString()
Returns the accelerator of the dialog object as a CATUnicodeString instance.
o GetCancelDragNotification()
Returns the event notification sent whenever a mouse drag mechanism stops.
o GetChildCount()
Returns the number of children of the dialog object.
o GetChildFromChildNumber(int)
Returns a pointer to a child dialog object from its rank.
o GetChildNumberFromChild(CATDialog*)
Returns the rank of a given child dialog object among all the children of the dialog object.
o GetCreateNotification()
Returns the event notification sent when the dialog object is created.
o GetDragButtonNotification()
Returns the event notification sent whenever a mouse drag mechanism starts on a button.
o GetDragEnterNotification()
Returns the event notification sent whenever a mouse drag enters the window.
o GetDragLeaveNotification()
Returns the event notification sent whenever a mouse drag leaves the window.
o GetDragOverNotification()
Returns the event notification sent whenever a mouse drag rolls over the window.
o GetDropNotification()
Returns the event notification sent whenever a mouse drop happens.
o GetEndDropNotification()
Returns the event notification sent whenever a mouse drop happens.
o GetFatherWindow()
Returns the parent window that contains the dialog object.
o GetGridConstraints()
Returns the layout grid constraints of the dialog object.
o GetHelp()
Returns the help message displayed in the message area of the status bar.
o GetHelpNotification()
Returns the event notification sent whenever the object is selected using the What's This command.
o GetIconName(CATString&,CATString&,CATString&)
Gets the icon names associated to the dialog object.
o GetLongHelp()
Returns the long help message of the dialog object.
o GetLongHelpIconName()
Returns the icon name of the image displayed in the long help message of the dialog object.
o GetMnemonic()
Returns the mnemonic (underlined letter for a menu item) of the dialog object.
o GetName()
Returns the name of the dialog object.
o GetPowerInputHelp()
Returns the Power Input help message of the dialog object.
o GetRectDimensions(DRECT*)
Retrieves the size and position of the dialog object as DRECT struct.
o GetRectPosition(DPOS*)
Retrieves the position of the upper left corner of the dialog object from two coordinates.
o GetResizeNotification()
Returns the event notification sent whenever the object is resized.
o GetResourceFromKey(CATString&,CATString&,CATString*,int)
Retrieves a resource value from its key, and the possible associated parameters, if any.
o GetResourceID()
Returns the resource key of the dialog object.
o GetResourceValueFromKey(CATString&,CATUnicodeString&,CATUnicodeString*)
Retrieves a resource value from its key, and the possible associated parameters, if any.
o GetSensitivity()
Returns the dialog object state.
o GetShortHelp()
Returns the short help message (or tooltip) of the dialog object.
o GetStartDragNotification()
Returns the event notification sent whenever a mouse drag mechanism begins.
o GetStyle()
Returns the style of the dialog object.
o GetTitle()
Returns the displayed title of the dialog object.
o GetVisibility()
Returns the current display state of the dialog object.
o GetVisibilityNotification()
Returns the event notification sent whenever the object visibility is modified.
o GetWindowHandle()
For Windows platform use only.
o IsSetSensitivity()
Returns TRUE if the dialog object is enabled.
o RemoveAccelerator()
Removes the accelerator of the dialog object.
o Reparent(CATDialog*)
Modifies the parent relationship by setting a new parent for the dialog object.
o RequestDelayedDestruction()
Requests the dialog object delayed destruction.
o SetAccelerator(CATDlgAccelerator)
Sets the accelerator of the dialog object as a keystroke combination.
o SetAcceleratorString(CATUnicodeString&)
Sets the accelerator of the dialog object as a CATUnicodeString instance.
o SetGridConstraints(CATDlgGridConstraints&)
Sets the layout grid constraints of the dialog object from a grid constraints object.
o SetGridConstraints(short int,short int,short int,short int,unsigned int)
Sets the layout grid constraints of the dialog object from its top left anchor cell, row and column extents, and justification.
o SetHelp(CATUnicodeString&)
Sets the help message displayed in the message area of the status bar.
o SetIconName(CATString&,CATString&,CATString&,CATString&,CATBool)
Sets the icon names associated to the state of the dialog object.
o SetLongHelp(CATUnicodeString&)
Sets the long help message of the dialog object.
o SetLongHelpIconName(CATString&)
Sets the icon name of the image displayed in the long help message of the dialog object.
o SetLongHelpId(CATUnicodeString&)
Enables to get More Info from the LongHelp message of the dialog object.
o SetMnemonic(CATUnicodeChar)
Sets the mnemonic (underlined letter for a menu item) of the dialog object.
o SetName(CATString&)
Sets the command identifier.
o SetPowerInputHelp(CATUnicodeString&)
Sets the Power Input help message of the dialog object.
o SetPowerInputLink(int)
Adds or removes a link to PowerInput.
o SetRectDimensions(DRECT&,CATBool)
Sets the size and position of the dialog object from a DRECT struct.
o SetRectDimensions(int,int,int,int,CATBool)
Sets the size and position of the dialog object from coordinates, width and height.
o SetRectPosition(DPOS,CATBool)
Sets the position of the upper left corner of the dialog object from a DPOS struct.
o SetRectPosition(int,int,CATBool)
Sets the position of the upper left corner of the dialog object from two coordinates.
o SetResourceID(CATString&)
Sets the resource key of the dialog object.
o SetSensitivity(CATULong)
Sets the dialog object state to the enabled, disabled or undefined state.
o SetShortHelp(CATUnicodeString&)
Sets the short help message (or tooltip) of the dialog object.
o SetStatusBarText(CATUnicodeString&)
Sets the status bar text of the current document.
o SetTitle(CATUnicodeString&)
Sets the title of the dialog object to the specified character string.
o SetVisibility(CATULong)
Sets the display state of the dialog object.

Enumerated Type Index


o CATDlgCursor
Cursor settings

Constructor and Destructor


o ~CATDialog
public virtual ~CATDialog()

Methods


o AddResourcePath
public AddResourcePath( const iCatname,
const iPath)
Adds a catalog name and its path.
Parameters:
iCatname
The name of the catalog.
iPath
The path of the catalog.
o AddResourcePath
public AddResourcePath( const iCat,
const iPath)
Adds a resource catalog and its path.
Parameters:
iCat
The resource catalog.
iPath
The path of the resource catalog.
o AddResourcePath
public AddResourcePath( const iCat,
const iPath)
Adds a message catalog and its path.
Parameters:
iCat
The message catalog.
iPath
The path of the message catalog.
o DefineCursor
public static DefineCursor( iWidth,
iHeight,
iXspot,
iYspot,
const iCursorDef)
Constructs an applicative cursor using its width, its height, its hot spot coordinates and its geometry.
The hot spot of a cursor is the point to which the framework Dialog refers in tracking the cursor's position.
When the coordinates are (0, 0), the hot spot is set to the upper-left corner.
The geometry of a cursor is defined by an array of characters.
The dimension of this array is : iWidth * iHeight.
The space character, ' ', defines a transparent pixel.
The point character, '.', defines a white pixel.
The star character, '*', defines a black pixel.
Parameters:
iWidth
The cursor's width.
iHeight
The cursor's height.
iXspot
The x coordinate of the hot spot.
iYspot
The y coordinate of the hot spot.
iCursorDef
The geometry of the cursor.
Example, a small arrow, Width = 9, Height = 13, Hot Spot = (0, 0) :
*
**
*.*
*..*
*...*
*....*
*.....*
*......*
*...*****
*..*
*.*
**
*
Returns:
A CATDialog::CATDlgHCursor used by the framework DialogEngine. , .
o FreeCursor
public static FreeCursor( iCursor)
Frees an applicative cursor.
o GetAbsolutePosition
public GetAbsolutePosition( oX,
oY)
Retrieves the position of the dialog object relative to the root.
Parameters:
oX,
oY The returned coordinates of the upper left corner of the dialog object.
o GetAccelerator
public GetAccelerator()
Returns the accelerator of the dialog object as a keystroke combination.
See also:
o GetAcceleratorString
public GetAcceleratorString()
Returns the accelerator of the dialog object as a CATUnicodeString instance.
o GetCancelDragNotification
public GetCancelDragNotification()
Returns the event notification sent whenever a mouse drag mechanism stops.
o GetChildCount
public GetChildCount()
Returns the number of children of the dialog object.
o GetChildFromChildNumber
public GetChildFromChildNumber( iChild)
Returns a pointer to a child dialog object from its rank.
Parameters:
iChild
The number of the child.
o GetChildNumberFromChild
public GetChildNumberFromChild( iChild)
Returns the rank of a given child dialog object among all the children of the dialog object.
Parameters:
iChild
The pointer to the child.
o GetCreateNotification
public GetCreateNotification()
Returns the event notification sent when the dialog object is created.
o GetDragButtonNotification
public GetDragButtonNotification()
Returns the event notification sent whenever a mouse drag mechanism starts on a button.
o GetDragEnterNotification
public GetDragEnterNotification()
Returns the event notification sent whenever a mouse drag enters the window.
o GetDragLeaveNotification
public GetDragLeaveNotification()
Returns the event notification sent whenever a mouse drag leaves the window.
o GetDragOverNotification
public GetDragOverNotification()
Returns the event notification sent whenever a mouse drag rolls over the window.
o GetDropNotification
public GetDropNotification()
Returns the event notification sent whenever a mouse drop happens. This notification is sent by the target of the drag&drop operation.
o GetEndDropNotification
public GetEndDropNotification()
Returns the event notification sent whenever a mouse drop happens. This notification is sent by the source of the drag&drop operation.
o GetFatherWindow
public GetFatherWindow()
Returns the parent window that contains the dialog object.
o GetGridConstraints
public GetGridConstraints()
Returns the layout grid constraints of the dialog object.
o GetHelp
public GetHelp()
Returns the help message displayed in the message area of the status bar.
o GetHelpNotification
public GetHelpNotification()
Returns the event notification sent whenever the object is selected using the What's This command.
o GetIconName
public GetIconName( oIconNameNormal,
oIconNameSelected,
oIconNameFocused)
Gets the icon names associated to the dialog object.
Parameters:
oIconNameNormal
The name of the icon in its default state.
oIconNameSelected
The name of the icon when the dialog object is selected (relevant for toolbar buttons only).
oIconNameFocused
The name of the icon when the dialog object is on focus. (relevant for toolbar buttons only).
o GetLongHelp
public GetLongHelp()
Returns the long help message of the dialog object. This message is displayed in a box when the What's This command is used.
o GetLongHelpIconName
public GetLongHelpIconName()
Returns the icon name of the image displayed in the long help message of the dialog object.
o GetMnemonic
public GetMnemonic()
Returns the mnemonic (underlined letter for a menu item) of the dialog object. This method works only for , , and .
o GetName
public virtual GetName()
Returns the name of the dialog object.
o GetPowerInputHelp
public GetPowerInputHelp()
Returns the Power Input help message of the dialog object. This message is displayed in front of the Power Input entry field.
o GetRectDimensions
public GetRectDimensions( oRectangle)
Retrieves the size and position of the dialog object as DRECT struct.
Parameters:
oRectangle
The DRECT struct filled with the size and position of the dialog object.
o GetRectPosition
public GetRectPosition( oUpperLeftCorner)
Retrieves the position of the upper left corner of the dialog object from two coordinates.
Parameters:
oUpperLeftCorner
The DPOS struct filled with the coordinates of the upper left corner of the dialog object.
o GetResizeNotification
public GetResizeNotification()
Returns the event notification sent whenever the object is resized.
o GetResourceFromKey
public GetResourceFromKey( const iKey,
oValue,
iParameters= NULL,
iNbParameters= 0 )
Retrieves a resource value from its key, and the possible associated parameters, if any.
Parameters:
iKey
The researched resource.
oValue
The returned resource value.
iParameters
The parameters array.
iNbParameters
The number of parameters.
Returns:
TRUE if the operation succeeded.
o GetResourceID
public GetResourceID()
Returns the resource key of the dialog object.
o GetResourceValueFromKey
public GetResourceValueFromKey( const iKey,
oValue,
iParameters= NULL)
Retrieves a resource value from its key, and the possible associated parameters, if any.
Parameters:
iKey
The researched resource.
oValue
The returned resource value.
iParameters
The parameters array.
Returns:
TRUE if the operation succeeded.
o GetSensitivity
public GetSensitivity()
Returns the dialog object state.
The dialog object state can be :
CATDlgEnable
if the dialog object is enabled,
CATDlgDisable
if the dialog object is disabled (grayed),
CATDlgUndefined
if the dialog object is in an undefined state.
o GetShortHelp
public GetShortHelp()
Returns the short help message (or tooltip) of the dialog object. This message is displayed in a box beside the dialog object when the mouse moves above it.
o GetStartDragNotification
public GetStartDragNotification()
Returns the event notification sent whenever a mouse drag mechanism begins.
o GetStyle
public GetStyle()
Returns the style of the dialog object.
o GetTitle
public GetTitle()
Returns the displayed title of the dialog object.
o GetVisibility
public GetVisibility()
Returns the current display state of the dialog object.
The visibility state can be :
CATDlgShow
if the dialog object is shown,
CATDlgHide
if the dialog object is hidden.
o GetVisibilityNotification
public GetVisibilityNotification()
Returns the event notification sent whenever the object visibility is modified.
o GetWindowHandle
public GetWindowHandle()
For Windows platform use only. Returns the handle of the underlying Windows object, if it is created, and NULL otherwise. The type of this object is HWND.
o IsSetSensitivity
public IsSetSensitivity()
Returns TRUE if the dialog object is enabled.
Returns:
TRUE if the dialog object is enabled, FALSE otherwise.
o RemoveAccelerator
public RemoveAccelerator()
Removes the accelerator of the dialog object.
o Reparent
public Reparent( iNewParent)
Modifies the parent relationship by setting a new parent for the dialog object.
Parameters:
iNewParent
The pointer to the new parent to set.
Returns:
TRUE if the operation succeeded.
o RequestDelayedDestruction
public virtual RequestDelayedDestruction()
Requests the dialog object delayed destruction.
Role: The dialog object will be destroyed as soon as it is possible. This method, declared in parent class CATCommand, is overloaded here for internal reasons. You are recommended against overloading it in a derived class.
o SetAccelerator
public SetAccelerator( iKey)
Sets the accelerator of the dialog object as a keystroke combination.
Role: Allows a quick access to a command.
It is usually set using a resource file.
Parameters:
iKey
The accelerator key.
Legal values: usually a control key and an alphanumeric key, such as "Ctrl+N" for the New Command.
o SetAcceleratorString
public SetAcceleratorString( const iKey)
Sets the accelerator of the dialog object as a CATUnicodeString instance.
Parameters:
iKey
The accelerator key.
o SetGridConstraints
public SetGridConstraints( const iGc)
Sets the layout grid constraints of the dialog object from a grid constraints object.
Parameters:
iGc
The grid constraints to set.
o SetGridConstraints
public SetGridConstraints( iTopRow,
iLeftColumn,
iRowSpan,
iColumnSpan,
iJustification)
Sets the layout grid constraints of the dialog object from its top left anchor cell, row and column extents, and justification.
Parameters:
iTopRow
The initial row index under the upper left corner of the object.
iLeftColumn
The initial column index under the upper left corner of the object.
iRowSpan
The initial horizontal span (in number of columns) of the object.
iColumnSpan
The initial vertical span (in number of rows) of the object.
iJustification
The initial position of the object in its cell.
Legal values : It can be set to either :
CATGRID_LEFT
to attach the object to the left side of its cell,
CATGRID_RIGHT
to attach the object to the right side of its cell,
CATGRID_TOP
to attach the object to the upper side of its cell,
CATGRID_BOTTOM
to attach the object to the lower side of its cell,
CATGRID_4SIDES
to set the object size equal to the size of its cell,
CATGRID_CST_WIDTH
to keep the object width constant, independently of its cell width,
CATGRID_CST_HEIGHT
to keep the object height constant, independently of its cell height,
CATGRID_CST_SIZE
to keep the object size constant, independently of its cell size,
CATGRID_CENTER
to center the object.
o SetHelp
public SetHelp( const iMessage)
Sets the help message displayed in the message area of the status bar.
Parameters:
iMessage
The message to be displayed.
o SetIconName
public SetIconName( const iIconNameNormal,
const iIconNameSelected= "",
const iIconNameFocused= "",
const iIconNameDisabled= "",
const iForceSmall= FALSE)
Sets the icon names associated to the state of the dialog object.
Parameters:
iIconNameNormal
The name of the icon in its default state.
iIconNameSelected
The name of the icon when the dialog object is selected. For Toolbars buttons, if not explicitly specified through SetIconName, the "selected" icon (sometimes called "pressed") is dynamically generated and displayed.
iIconNameFocused
The name of the icon when the dialog object is on focus. For toolbars buttons, if not explicitly specified through SetIconName, the focussed icon is dynamically generated and displayed.
iIconNameDisabled
The name of the icon when the dialog object is disabled. This parameter is obsolete and no longer taken into account The disabled icon is automatically generated.
iForceSmall
If an icon exists both in normal format and small format, this parameter forces selection of the small one. That does not apply to toolbar buttons, for which format is chosen through setting in Tools+Customize. nor to icon box buttons, nor to menu items.
o SetLongHelp
public SetLongHelp( const iMessage)
Sets the long help message of the dialog object. This message is displayed in a box when the What's This command is used.
Parameters:
iMessage
The message to be displayed.
o SetLongHelpIconName
public SetLongHelpIconName( const iIconName)
Sets the icon name of the image displayed in the long help message of the dialog object.
Parameters:
iIconName
The name of the icon.
o SetLongHelpId
public SetLongHelpId( const longHelpId)
Enables to get More Info from the LongHelp message of the dialog object.
Role:
Parameters:
longHelpId
The dialog object LongHelpId.
o SetMnemonic
public SetMnemonic( iLetter)
Sets the mnemonic (underlined letter for a menu item) of the dialog object. This method works only for , , and .
Parameters:
iLetter
The character to set.
o SetName
public virtual SetName( iIdentifier)
Sets the command identifier.
Parameters:
iIdentifier
The identifier to set to the command
o SetPowerInputHelp
public SetPowerInputHelp( const iMessage)
Sets the Power Input help message of the dialog object. This message is displayed in front of the Power Input entry field.
Parameters:
iMessage
The message to be displayed.
o SetPowerInputLink
public SetPowerInputLink( iOnOff)
Adds or removes a link to PowerInput.
Parameters:
iOnOff
Legal values : It can be set to either :
1
to add a link to PowerInput, or
0
to remove a link to PowerInput.
o SetRectDimensions
public SetRectDimensions( iRectangle,
iPreferencePriority=FALSE)
Sets the size and position of the dialog object from a DRECT struct. This method works only for and all .
Parameters:
iRectangle
The specified DRECT struct.
iPreferencePriority
Specifies if, only for CATDlgDialog objects without CATDlgWndChildMDI style, the user preferences may overwrite the origin of the rectangle.
o SetRectDimensions
public SetRectDimensions( iX,
iY,
iHeight,
iWidth,
iPreferencePriority=FALSE)
Sets the size and position of the dialog object from coordinates, width and height. This method works only for and all .
None of the four arguments can be null.
Parameters:
iX,iY
The coordinates of the upper left corner of the dialog object.
iHeight
The value to use to set the height of the dialog object.
iWidth
The value to use to set the width of the dialog object.
iPreferencePriority
Specifies if, only for CATDlgDialog objects without CATDlgWndChildMDI style, the user preferences may overwrite coordinates of the upper left corner.
o SetRectPosition
public SetRectPosition( iUpperLeftCorner,
iPreferencePriority=FALSE)
Sets the position of the upper left corner of the dialog object from a DPOS struct.
Parameters:
iUpperLeftCorner
The specified DPOS struct.
iPreferencePriority
Specifies if, only for CATDlgDialog objects without CATDlgWndChildMDI style, the user preferences may overwrite coordinates of the upper left corner.
o SetRectPosition
public SetRectPosition( iX,
iY,
iPreferencePriority=FALSE)
Sets the position of the upper left corner of the dialog object from two coordinates.
Parameters:
iX,iY
The coordinates of the upper left corner of the dialog object.
iPreferencePriority
Specifies if, only for CATDlgDialog objects without CATDlgWndChildMDI style, the user preferences may overwrite coordinates of the upper left corner.
o SetResourceID
public SetResourceID( const iID)
Sets the resource key of the dialog object.
Parameters:
iID
The resource key
o SetSensitivity
public SetSensitivity( iState)
Sets the dialog object state to the enabled, disabled or undefined state. When a dialog object is disabled, it is grayed. Undefined state is relevant only for the CATDlgCheckButton, CATDlgCombo, CATDlgEditor and CATDlgSpinner dialog objects
Parameters:
iState
The dialog object state to set.
Legal values : It can be set to either :
CATDlgEnable
to enable the dialog object,
CATDlgDisable
to disable the dialog object (grayed),
CATDlgUndefined
for an undefined state.
o SetShortHelp
public SetShortHelp( const iMessage)
Sets the short help message (or tooltip) of the dialog object. This message is displayed in a box beside the dialog object when the mouse moves above it.
Parameters:
iMessage
The message to be displayed.
o SetStatusBarText
public SetStatusBarText( const iText)
Sets the status bar text of the current document.
Parameters:
iText
The text to be displayed.
o SetTitle
public SetTitle( const iTitle)
Sets the title of the dialog object to the specified character string.
Parameters:
iTitle
The title to be displayed.
o SetVisibility
public SetVisibility( iState)
Sets the display state of the dialog object.
Parameters:
iState
The visibility state to set.
Legal values : It can be set to either :
CATDlgShow
to show the dialog object,
CATDlgHide
to hide the dialog object. This is not possible with the CATDlgTabPage dialog object .

Enumerated Types


o CATDlgCursor
enum CATDlgCursor {
  NorthWestArrow,
  Cross,
  NorthHand,
  NorthWestHand,
  FilterNorthWestHand,
  NoArrow,
  MoveArrow,
  NorthSouthArrow,
  Target,
  Forward,
  Backward,
  OpenedHand,
  Magnifier,
  ClosedHand,
  NoEntry,
  MeasureItemSeek,
  MeasureItemOnTarget,
  MeasureItemOnTargetPlus,
  MeasureItemOnTargetMinus,
  MeasureBetweenOnFirstTarget,
  MeasureBetweenOnSecondTarget,
  MeasureThreePointsOnFirstPoint,
  MeasureThreePointsOnSecondPoint,
  MeasureThreePointsOnThirdPoint,
  EastWestArrow,
  EastArrow,
  NorthWestSmallArrow,
  NorthWestSmallArrowWithPoint,
  NorthWestSmallArrowWithEdge,
  NorthWestSmallArrowWithFace,
  NorthWestContextualArrow,
  CrossWhiteContour,
  MeasureItemOnPlane,
  MeasureItemOnCylinder,
  MeasureItemOnCone,
  MeasureItemOnSphere,
  MeasureItemOnSurface,
  MeasureItemOnLine,
  MeasureItemOnCircle,
  MeasureItemOnCurve,
  MeasureItemOnPoint,
  MeasureItemOnAxisSystem,
  MeasureItemOnVolume,
  MeasureBtwn1OnPlane,
  MeasureBtwn1OnCylinder,
  MeasureBtwn1OnCone,
  MeasureBtwn1OnSphere,
  MeasureBtwn1OnSurface,
  MeasureBtwn1OnLine,
  MeasureBtwn1OnCircle,
  MeasureBtwn1OnCurve,
  MeasureBtwn1OnPoint,
  MeasureBtwn1OnAxisSystem,
  MeasureBtwn1OnVolume,
  MeasureBtwn2OnPlane,
  MeasureBtwn2OnCylinder,
  MeasureBtwn2OnCone,
  MeasureBtwn2OnSphere,
  MeasureBtwn2OnSurface,
  MeasureBtwn2OnLine,
  MeasureBtwn2OnCircle,
  MeasureBtwn2OnCurve,
  MeasureBtwn2OnPoint,
  MeasureBtwn2OnAxisSystem,
  MeasureBtwn2OnVolume
}
Cursor settings

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

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