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.
public virtual ~CATDialog( | ) |
public AddResourcePath( | const | iCatname, |
const | iPath) |
public AddResourcePath( | const | iCat, |
const | iPath) |
public AddResourcePath( | const | iCat, |
const | iPath) |
public static DefineCursor( | iWidth, | |
iHeight, | ||
iXspot, | ||
iYspot, | ||
const | iCursorDef) |
public static FreeCursor( | iCursor) |
public GetAbsolutePosition( | oX, | |
oY) |
public GetAccelerator( | ) |
public GetAcceleratorString( | ) |
public GetCancelDragNotification( | ) |
public GetChildCount( | ) |
public GetChildFromChildNumber( | iChild) |
public GetChildNumberFromChild( | iChild) |
public GetCreateNotification( | ) |
public GetDragButtonNotification( | ) |
public GetDragEnterNotification( | ) |
public GetDragLeaveNotification( | ) |
public GetDragOverNotification( | ) |
public GetDropNotification( | ) |
public GetEndDropNotification( | ) |
public GetFatherWindow( | ) |
public GetGridConstraints( | ) |
public GetHelp( | ) |
public GetHelpNotification( | ) |
public GetIconName( | oIconNameNormal, | |
oIconNameSelected, | ||
oIconNameFocused) |
public GetLongHelp( | ) |
public GetLongHelpIconName( | ) |
public GetMnemonic( | ) |
public virtual GetName( | ) |
public GetPowerInputHelp( | ) |
public GetRectDimensions( | oRectangle) |
public GetRectPosition( | oUpperLeftCorner) |
public GetResizeNotification( | ) |
public GetResourceFromKey( | const | iKey, | |
oValue, | |||
iParameters | = NULL, | ||
iNbParameters | = 0 ) |
public GetResourceID( | ) |
public GetResourceValueFromKey( | const | iKey, | |
oValue, | |||
iParameters | = NULL) |
public GetSensitivity( | ) |
public GetShortHelp( | ) |
public GetStartDragNotification( | ) |
public GetStyle( | ) |
public GetTitle( | ) |
public GetVisibility( | ) |
public GetVisibilityNotification( | ) |
public GetWindowHandle( | ) |
public IsSetSensitivity( | ) |
public RemoveAccelerator( | ) |
public Reparent( | iNewParent) |
public virtual RequestDelayedDestruction( | ) |
public SetAccelerator( | iKey) |
public SetAcceleratorString( | const | iKey) |
public SetGridConstraints( | const | iGc) |
public SetGridConstraints( | iTopRow, | |
iLeftColumn, | ||
iRowSpan, | ||
iColumnSpan, | ||
iJustification) |
public SetHelp( | const | iMessage) |
public SetIconName( | const | iIconNameNormal, | |
const | iIconNameSelected | = "", | |
const | iIconNameFocused | = "", | |
const | iIconNameDisabled | = "", | |
const | iForceSmall | = FALSE) |
public SetLongHelp( | const | iMessage) |
public SetLongHelpIconName( | const | iIconName) |
public SetLongHelpId( | const | longHelpId) |
public SetMnemonic( | iLetter) |
public virtual SetName( | iIdentifier) |
public SetPowerInputHelp( | const | iMessage) |
public SetPowerInputLink( | iOnOff) |
public SetRectDimensions( | iRectangle, | ||
iPreferencePriority | =FALSE) |
public SetRectDimensions( | iX, | ||
iY, | |||
iHeight, | |||
iWidth, | |||
iPreferencePriority | =FALSE) |
public SetRectPosition( | iUpperLeftCorner, | ||
iPreferencePriority | =FALSE) |
public SetRectPosition( | iX, | ||
iY, | |||
iPreferencePriority | =FALSE) |
public SetResourceID( | const | iID) |
public SetSensitivity( | iState) |
public SetShortHelp( | const | iMessage) |
public SetStatusBarText( | const | iText) |
public SetTitle( | const | iTitle) |
public SetVisibility( | iState) |
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
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.