|
| enum | CursorType {
kNoSpecialCursor = -1
, kCrosshair = 0
, kRectCursor
, kRubberBand
,
kNotRotated
, kTargetBox
, kRotatedCrosshair
, kCrosshairNoRotate
,
kInvisible
, kEntitySelect
, kParallelogram
, kEntitySelectNoPersp
,
kPkfirstOrGrips
, kCrosshairDashed
} |
| |
| enum | DragStatus {
kModeless = -17
, kNoChange = -6
, kCancel = -4
, kOther = -3
,
kNull = -1
, kNormal = 0
, kKW1
, kKW2
,
kKW3
, kKW4
, kKW5
, kKW6
,
kKW7
, kKW8
, kKW9
} |
| |
| enum | UserInputControls {
kGovernedByOrthoMode = 0x000001
, kNullResponseAccepted = 0x000002
, kDontEchoCancelForCtrlC = 0x000004
, kDontUpdateLastPoint = 0x000008
,
kNoDwgLimitsChecking = 0x000010
, kNoZeroResponseAccepted = 0x000020
, kNoNegativeResponseAccepted = 0x000040
, kAccept3dCoordinates = 0x000080
,
kAcceptMouseUpAsPoint = 0x000100
, kAnyBlankTerminatesInput = 0x000200
, kInitialBlankTerminatesInput = 0x000400
, kAcceptOtherInputString = 0x000800
,
kGovernedByUCSDetect = 0x001000
, kNoZDirectionOrtho = 0x002000
, kImpliedFaceForUCSChange = 0x004000
, kUseBasePointElevation = 0x008000
,
kDisableDirectDistanceInput = 0x010000
} |
| |
| typedef enum AcEdJig::CursorType | CursorType |
| |
| typedef enum AcEdJig::DragStatus | DragStatus |
| |
| typedef enum AcEdJig::UserInputControls | UserInputControls |
| |
Definition at line 28 of file AcEdJig.h.