All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Dialog Class CATDialog

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCommand
          |
          +---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(CATMsgCatalog&,CATString&)
Adds a message catalog and its path.
o AddResourcePath(CATRscCatalog&,CATString&)
Adds a resource catalog and its path.
o AddResourcePath(CATString&,CATString&)
Adds a catalog name 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 GetLongHelp()
Returns 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 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 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 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&)
Sets the size and position of the dialog object from a DRECT struct.
o SetRectDimensions(int,int,int,int)
Sets the size and position of the dialog object from coordinates, width and height.
o SetRectPosition(DPOS)
Sets the position of the upper left corner of the dialog object from a DPOS struct.
o SetRectPosition(int,int)
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 void AddResourcePath( const CATMsgCatalog& iCat,
const CATString& iPath)
Adds a message catalog and its path.
Parameters:
iCat
The message catalog.
iPath
The path of the message catalog.
o AddResourcePath
public void AddResourcePath( const CATRscCatalog& iCat,
const CATString& iPath)
Adds a resource catalog and its path.
Parameters:
iCat
The resource catalog.
iPath
The path of the resource catalog.
o AddResourcePath
public void AddResourcePath( const CATString& iCatname,
const CATString& iPath)
Adds a catalog name and its path.
Parameters:
iCatname
The name of the catalog.
iPath
The path of the catalog.
o DefineCursor
public static CATDialog::CATDlgHCursor DefineCursor(int iWidth,
int iHeight,
int iXspot,
int iYspot,
const char* 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. CATPathElementAgent.SetNoSelectionCursor, CATPathElementAgent.SetPreselectionCursor.
o FreeCursor
public static void FreeCursor(CATDialog::CATDlgHCursor iCursor)
Frees an applicative cursor.
o GetAbsolutePosition
public void GetAbsolutePosition(int& oX,
int& 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 CATDlgAccelerator GetAccelerator()
Returns the accelerator of the dialog object as a keystroke combination.
See also:
SetAccelerator
o GetAcceleratorString
public CATUnicodeString& GetAcceleratorString()
Returns the accelerator of the dialog object as a CATUnicodeString instance.
o GetCancelDragNotification
public CATNotification * GetCancelDragNotification()const
Returns the event notification sent whenever a mouse drag mechanism stops.
o GetChildCount
public int GetChildCount()
Returns the number of children of the dialog object.
o GetChildFromChildNumber
public CATDialog* GetChildFromChildNumber(int iChild)
Returns a pointer to a child dialog object from its rank.
Parameters:
iChild
The number of the child.
o GetChildNumberFromChild
public int GetChildNumberFromChild(CATDialog* 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 CATNotification * GetCreateNotification()const
Returns the event notification sent when the dialog object is created.
o GetDragButtonNotification
public CATNotification * GetDragButtonNotification()const
Returns the event notification sent whenever a mouse drag mechanism starts on a button.
o GetDragEnterNotification
public CATNotification * GetDragEnterNotification()const
Returns the event notification sent whenever a mouse drag enters the window.
o GetDragLeaveNotification
public CATNotification * GetDragLeaveNotification()const
Returns the event notification sent whenever a mouse drag leaves the window.
o GetDragOverNotification
public CATNotification * GetDragOverNotification()const
Returns the event notification sent whenever a mouse drag rolls over the window.
o GetDropNotification
public CATNotification * GetDropNotification()const
Returns the event notification sent whenever a mouse drop happens.
o GetEndDropNotification
public CATNotification * GetEndDropNotification()const
Returns the event notification sent whenever a mouse drop happens.
o GetFatherWindow
public CATDlgWindow* GetFatherWindow()
Returns the parent window that contains the dialog object.
o GetGridConstraints
public const CATDlgGridConstraints& GetGridConstraints()
Returns the layout grid constraints of the dialog object.
o GetHelp
public CATUnicodeString& GetHelp()
Returns the help message displayed in the message area of the status bar.
o GetHelpNotification
public CATNotification * GetHelpNotification()const
Returns the event notification sent whenever the object is selected using the What's This command.
o GetLongHelp
public CATUnicodeString& 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 GetMnemonic
public CATUnicodeChar GetMnemonic()
Returns the mnemonic (underlined letter for a menu item) of the dialog object. This method works only for CATDlgSubMenu, CATDlgPushItem, CATDlgRadioItem and CATDlgCheckItem.
o GetName
public CATString& GetName()
Returns the name of the dialog object.
o GetPowerInputHelp
public CATUnicodeString& 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 void GetRectDimensions(DRECT* 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 void GetRectPosition(DPOS* 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 CATNotification * GetResizeNotification()const
Returns the event notification sent whenever the object is resized.
o GetResourceFromKey
public int GetResourceFromKey( const CATString& iKey,
CATString& oValue,
CATString* iParameters= NULL,
int 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 CATString& GetResourceID()
Returns the resource key of the dialog object.
o GetResourceValueFromKey
public int GetResourceValueFromKey( const CATString& iKey,
CATUnicodeString& oValue,
CATUnicodeString* 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 CATULong 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 CATUnicodeString& 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 CATNotification * GetStartDragNotification()const
Returns the event notification sent whenever a mouse drag mechanism begins.
o GetStyle
public CATDlgStyle GetStyle()
Returns the style of the dialog object.
o GetTitle
public CATUnicodeString& GetTitle()
Returns the displayed title of the dialog object.
o GetVisibility
public CATULong 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 CATNotification * GetVisibilityNotification()const
Returns the event notification sent whenever the object visibility is modified.
o IsSetSensitivity
public CATBool IsSetSensitivity()
Returns TRUE if the dialog object is enabled.
Returns:
TRUE if the dialog object is enabled, FALSE otherwise.
o RemoveAccelerator
public void RemoveAccelerator()
Removes the accelerator of the dialog object.
o Reparent
public int Reparent(CATDialog* 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 void 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 void SetAccelerator(CATDlgAccelerator 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 void SetAcceleratorString( const CATUnicodeString& iKey)
Sets the accelerator of the dialog object as a CATUnicodeString instance.
Parameters:
iKey
The accelerator key.
o SetGridConstraints
public void SetGridConstraints( const CATDlgGridConstraints& 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 void SetGridConstraints(short int iTopRow,
short int iLeftColumn,
short int iRowSpan,
short int iColumnSpan,
unsigned int 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 void SetHelp( const CATUnicodeString& iMessage)
Sets the help message displayed in the message area of the status bar.
Parameters:
iMessage
The message to be displayed.
o SetIconName
public void SetIconName( const CATString& iIconNameNormal,
const CATString& iIconNameSelected= "",
const CATString& iIconNameFocussed= "",
const CATString& iIconNameDisabled= "",
const CATBool 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. For toolbar buttons, in "P2" session, an icon with a shadow is dynamically generated and displayed.
iIconNameSelected
The name of the icon when the dialog object is selected. This argument is kept for compatibility. For Toolbars buttons, in "P2" session, if not explicitly specified through SetIconName, the "selected" icon (sometimes called "pressed") is dynamically generated and displayed.
iIconNameFocussed
The name of the icon when the dialog object is on focus. This argument is kept for compatibility. For toolbars buttons, in "P2" session, 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 void SetLongHelp( const CATUnicodeString& 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 SetLongHelpId
public void SetLongHelpId( const CATUnicodeString& longHelpId)
Enables to get More Info from the LongHelp message of the dialog object.
Role:
Parameters:
longHelpId
The dialog object LongHelpId.
o SetMnemonic
public void SetMnemonic(CATUnicodeChar iLetter)
Sets the mnemonic (underlined letter for a menu item) of the dialog object. This method works only for CATDlgSubMenu, CATDlgPushItem, CATDlgRadioItem and CATDlgCheckItem.
Parameters:
iLetter
The character to set.
o SetPowerInputHelp
public void SetPowerInputHelp( const CATUnicodeString& 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 void SetPowerInputLink(int 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 void SetRectDimensions(DRECT& iRectangle)
Sets the size and position of the dialog object from a DRECT struct. This method works only for CATDlgContainer and all CATDlgWindow.
Parameters:
iRectangle
The specified DRECT struct.
o SetRectDimensions
public void SetRectDimensions(int iX,
int iY,
int iHeight,
int iWidth)
Sets the size and position of the dialog object from coordinates, width and height. This method works only for CATDlgContainer and all CATDlgWindow.
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.
o SetRectPosition
public void SetRectPosition(DPOS iUpperLeftCorner)
Sets the position of the upper left corner of the dialog object from a DPOS struct.
Parameters:
iUpperLeftCorner
The specified DPOS struct.
o SetRectPosition
public void SetRectPosition(int iX,
int iY)
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.
o SetResourceID
public void SetResourceID( const CATString& iID)
Sets the resource key of the dialog object.
Parameters:
iID
The resource key
o SetSensitivity
public void SetSensitivity(CATULong 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 void SetShortHelp( const CATUnicodeString& 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 void SetStatusBarText( const CATUnicodeString& iText)
Sets the status bar text of the current document.
Parameters:
iText
The text to be displayed.
o SetTitle
public void SetTitle( const CATUnicodeString& iTitle)
Sets the title of the dialog object to the specified character string.
Parameters:
iTitle
The title to be displayed.
o SetVisibility
public void SetVisibility(CATULong 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 © 2003, Dassault Systèmes. All rights reserved.