FRX SDK Documentation
2025 SP0
Loading...
Searching...
No Matches
SDK
FxARX
_impl_include
acad
acad/Global Enums.h
Go to the documentation of this file.
1
#pragma once
2
3
//
4
// (C) Copyright 2005-2024 by Graebert GmbH.
5
//
6
// Permission to use, copy, modify, and distribute this software in
7
// object code form for any purpose and without fee is hereby granted,
8
// provided that the above copyright notice appears in all copies and
9
// that both that copyright notice and the limited warranty and
10
// restricted rights notice below appear in all supporting
11
// documentation.
12
//
13
// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14
// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17
// UNINTERRUPTED OR ERROR FREE.
18
19
20
enum
AcCipPublish_PageSetup
21
{
22
};
23
enum
AcCipSSM_OpenFrom
24
{
25
};
26
enum
AcCip_DockState
27
{
28
};
29
enum
AcEdDrawOrderCmdType
30
{
31
kDrawOrderNone
= 0,
32
kDrawOrderBottom
,
33
kDrawOrderTop
,
34
kDrawOrderBelow
,
35
kDrawOrderAbove
36
};
37
enum
AcFilterablePropertyContext
38
{
39
acQuickPropertiesContext
= 0 ,
40
acTooltipContext
= 1
41
};
42
enum
AcGsBackground
43
{
44
};
45
enum
AcHatchEdReact
46
{
47
};
48
enum
AcHatchNotifier
49
{
50
};
51
enum
AcSaveDlgAnswer
52
{
53
};
54
enum
AcadContextMenuMode
55
{
56
#ifndef ARX_API_DLL
57
kDefault
= 0,
58
#endif
59
kEdit
= 1,
60
kCommand
,
61
kHotGrip
,
62
kOsnap
,
63
kCMPaperSpace
64
};
65
enum
ActionRecorderFlags
66
{
67
};
68
namespace
GS
69
{
70
enum
DeviceType
71
{
72
kScreenDevice
= 0 ,
73
kOffScreenDevice
= 1 ,
74
kSelectionDevice
= 2
75
};
76
};
77
enum
InputOverrideType
78
{
79
};
80
enum
InsertCommandEnumType
81
{
82
};
83
enum
MRUinfotype
84
{
85
};
86
enum
OpDlgControls
87
{
88
};
89
enum
PreviewShape
90
{
91
};
92
enum
ProcessPlotState
93
{
94
kNotPlotting
= 0 ,
// No plot in progress
95
kForegroundPlotting
,
// Plot is in progress in the current process
96
kBackgroundPlotting
// Plot is in progress in a background process,
97
};
98
enum
ResIds
99
{
100
};
101
enum
SelectionContext
102
{
103
};
104
enum
eCommandType
105
{
106
};
107
enum
inout
108
{
109
};
AcCipSSM_OpenFrom
AcCipSSM_OpenFrom
Definition
acad/Global Enums.h:24
AcCip_DockState
AcCip_DockState
Definition
acad/Global Enums.h:27
SelectionContext
SelectionContext
Definition
acad/Global Enums.h:102
OpDlgControls
OpDlgControls
Definition
acad/Global Enums.h:87
ActionRecorderFlags
ActionRecorderFlags
Definition
acad/Global Enums.h:66
AcadContextMenuMode
AcadContextMenuMode
Definition
acad/Global Enums.h:55
kDefault
@ kDefault
Definition
acad/Global Enums.h:57
kCMPaperSpace
@ kCMPaperSpace
Definition
acad/Global Enums.h:63
kHotGrip
@ kHotGrip
Definition
acad/Global Enums.h:61
kEdit
@ kEdit
Definition
acad/Global Enums.h:59
kCommand
@ kCommand
Definition
acad/Global Enums.h:60
kOsnap
@ kOsnap
Definition
acad/Global Enums.h:62
InputOverrideType
InputOverrideType
Definition
acad/Global Enums.h:78
ResIds
ResIds
Definition
acad/Global Enums.h:99
AcEdDrawOrderCmdType
AcEdDrawOrderCmdType
Definition
acad/Global Enums.h:30
kDrawOrderBelow
@ kDrawOrderBelow
Definition
acad/Global Enums.h:34
kDrawOrderNone
@ kDrawOrderNone
Definition
acad/Global Enums.h:31
kDrawOrderBottom
@ kDrawOrderBottom
Definition
acad/Global Enums.h:32
kDrawOrderAbove
@ kDrawOrderAbove
Definition
acad/Global Enums.h:35
kDrawOrderTop
@ kDrawOrderTop
Definition
acad/Global Enums.h:33
AcHatchEdReact
AcHatchEdReact
Definition
acad/Global Enums.h:46
InsertCommandEnumType
InsertCommandEnumType
Definition
acad/Global Enums.h:81
eCommandType
eCommandType
Definition
acad/Global Enums.h:105
AcCipPublish_PageSetup
AcCipPublish_PageSetup
Definition
acad/Global Enums.h:21
AcSaveDlgAnswer
AcSaveDlgAnswer
Definition
acad/Global Enums.h:52
PreviewShape
PreviewShape
Definition
acad/Global Enums.h:90
inout
inout
Definition
acad/Global Enums.h:108
ProcessPlotState
ProcessPlotState
Definition
acad/Global Enums.h:93
kBackgroundPlotting
@ kBackgroundPlotting
Definition
acad/Global Enums.h:96
kNotPlotting
@ kNotPlotting
Definition
acad/Global Enums.h:94
kForegroundPlotting
@ kForegroundPlotting
Definition
acad/Global Enums.h:95
AcGsBackground
AcGsBackground
Definition
acad/Global Enums.h:43
AcHatchNotifier
AcHatchNotifier
Definition
acad/Global Enums.h:49
MRUinfotype
MRUinfotype
Definition
acad/Global Enums.h:84
AcFilterablePropertyContext
AcFilterablePropertyContext
Definition
acad/Global Enums.h:38
acQuickPropertiesContext
@ acQuickPropertiesContext
Definition
acad/Global Enums.h:39
acTooltipContext
@ acTooltipContext
Definition
acad/Global Enums.h:40
GS
Definition
acad/Global Enums.h:69
GS::DeviceType
DeviceType
Definition
acad/Global Enums.h:71
GS::kScreenDevice
@ kScreenDevice
Definition
acad/Global Enums.h:72
GS::kSelectionDevice
@ kSelectionDevice
Definition
acad/Global Enums.h:74
GS::kOffScreenDevice
@ kOffScreenDevice
Definition
acad/Global Enums.h:73
Generated on Mon Mar 4 2024 12:50:05