FRX SDK Documentation
2025 SP0
Loading...
Searching...
No Matches
SDK
FxARX
_impl_include
acad
acad/Global Structs.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
#if defined (__cplusplus) || defined (__cplusplus__)
20
struct
ACEDVIEWPORTINFO
21
{
22
};
23
24
struct
AcCip_Plot_Option
25
{
26
};
27
28
struct
AcCip_Publish_Option
29
{
30
};
31
32
struct
AcCip_SteeringWheel_Opt
33
{
34
};
35
36
struct
AcCip_ViewCube_Opt
37
{
38
};
39
40
#ifdef _AFXDLL
//-------------------
41
struct
AcColorSettings
42
{
43
public
:
44
COLORREF
dwGfxModelBkColor
;
45
COLORREF
dwGfxLayoutBkColor
;
46
COLORREF
dwModelCrossHairColor
;
47
COLORREF
dwAutoTrackingVecColor
;
48
COLORREF
dwLayoutATrackVecColor
;
49
COLORREF
dwLayoutCrossHairColor
;
50
COLORREF
dwCmdLineBkColor
;
51
COLORREF
dwCmdLineForeColor
;
52
COLORREF
dwTextBkColor
;
53
COLORREF
dwTextForeColor
;
54
COLORREF
dwPlotPrevBkColor
;
55
56
};
57
#endif
// enf of _AFXDLL ---
58
59
struct
AcColorSettingsEx
60
{
61
};
62
63
struct
AcGsDrawableLink
64
{
65
};
66
67
struct
AcNFWWSInfo
68
{
69
};
70
71
struct
AcPl3dDwfOptions
72
{
73
};
74
75
struct
AcScaleEntry
76
{
77
};
78
79
struct
CIPEToolBarButton
80
{
81
};
82
83
struct
IAcSmDatabase
84
{
85
};
86
87
struct
IAcSmPersist
88
{
89
};
90
91
struct
IOpm
92
{
93
};
94
95
struct
IPEControl
96
{
97
};
98
99
struct
IPESettings
100
{
101
};
102
103
struct
IPEState
104
{
105
};
106
107
struct
_window
108
{
109
};
110
111
struct
pview
112
{
113
};
114
115
struct
ads_binary
116
{
117
short
clen
;
118
char
*
buf
;
119
};
120
121
union
ads_u_val
122
{
123
uintptr_t
rlname
[2];
124
long
rlong
;
125
TCHAR
*
rstring
;
126
double
rpoint
[3];
127
short
rint
;
128
double
rreal
;
129
ads_binary
rbinary
;
130
long
long
mnInt64
;
131
LONG_PTR
mnLongPtr
;
132
unsigned
char
ihandle
[8];
133
};
134
135
struct
resbuf
136
{
137
resbuf( resbuf*
rbn
=
nullptr
) :
rbnext
(
rbn
) {}
138
resbuf( resbuf*
rbn
,
int
rst
) :
rbnext
(
rbn
),
restype
(
rst
) {}
139
resbuf*
rbnext
;
140
int
restype
;
141
142
union
ads_u_val
resval
;
143
};
144
145
struct
spoint
146
{
147
};
148
149
struct
tagABITMAPINFO
150
{
151
};
152
153
struct
tagOLDLOGFONT
154
{
155
};
156
157
#endif
AcArrayObjectCopyReallocator
Definition
_AcArray.h:21
Generated on Mon Mar 4 2024 12:50:06