cppcheck-py 2.9__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cppcheck/__init__.py +55 -0
- cppcheck/cppcheck-2.9.tar.gz +0 -0
- cppcheck/data/addons/__init__.py +0 -0
- cppcheck/data/addons/cppcheck.py +39 -0
- cppcheck/data/addons/cppcheckdata.py +1529 -0
- cppcheck/data/addons/findcasts.py +33 -0
- cppcheck/data/addons/misc.py +163 -0
- cppcheck/data/addons/misra.py +4728 -0
- cppcheck/data/addons/misra_9.py +513 -0
- cppcheck/data/addons/naming.py +91 -0
- cppcheck/data/addons/namingng.py +253 -0
- cppcheck/data/addons/runaddon.py +12 -0
- cppcheck/data/addons/threadsafety.py +39 -0
- cppcheck/data/addons/y2038.py +252 -0
- cppcheck/data/cfg/avr.cfg +431 -0
- cppcheck/data/cfg/bento4.cfg +142 -0
- cppcheck/data/cfg/boost.cfg +1268 -0
- cppcheck/data/cfg/bsd.cfg +546 -0
- cppcheck/data/cfg/cairo.cfg +88 -0
- cppcheck/data/cfg/cppcheck-lib.cfg +72 -0
- cppcheck/data/cfg/cppunit.cfg +48 -0
- cppcheck/data/cfg/daca.cfg +31 -0
- cppcheck/data/cfg/dpdk.cfg +11 -0
- cppcheck/data/cfg/embedded_sql.cfg +4 -0
- cppcheck/data/cfg/emscripten.cfg +7 -0
- cppcheck/data/cfg/ginac.cfg +12848 -0
- cppcheck/data/cfg/gnu.cfg +1626 -0
- cppcheck/data/cfg/googletest.cfg +60 -0
- cppcheck/data/cfg/gtk.cfg +20584 -0
- cppcheck/data/cfg/icu.cfg +6 -0
- cppcheck/data/cfg/kde.cfg +51 -0
- cppcheck/data/cfg/libcerror.cfg +128 -0
- cppcheck/data/cfg/libcurl.cfg +487 -0
- cppcheck/data/cfg/libsigc++.cfg +36 -0
- cppcheck/data/cfg/lua.cfg +316 -0
- cppcheck/data/cfg/mfc.cfg +256 -0
- cppcheck/data/cfg/microsoft_atl.cfg +40 -0
- cppcheck/data/cfg/microsoft_sal.cfg +491 -0
- cppcheck/data/cfg/microsoft_unittest.cfg +20 -0
- cppcheck/data/cfg/motif.cfg +318 -0
- cppcheck/data/cfg/nspr.cfg +38 -0
- cppcheck/data/cfg/ntl.cfg +6907 -0
- cppcheck/data/cfg/opencv2.cfg +132 -0
- cppcheck/data/cfg/opengl.cfg +580 -0
- cppcheck/data/cfg/openmp.cfg +157 -0
- cppcheck/data/cfg/openssl.cfg +174 -0
- cppcheck/data/cfg/pcre.cfg +165 -0
- cppcheck/data/cfg/posix.cfg +6252 -0
- cppcheck/data/cfg/python.cfg +674 -0
- cppcheck/data/cfg/qt.cfg +5255 -0
- cppcheck/data/cfg/ruby.cfg +142 -0
- cppcheck/data/cfg/sdl.cfg +354 -0
- cppcheck/data/cfg/sfml.cfg +301 -0
- cppcheck/data/cfg/sqlite3.cfg +1527 -0
- cppcheck/data/cfg/std.cfg +8716 -0
- cppcheck/data/cfg/tinyxml2.cfg +56 -0
- cppcheck/data/cfg/vcl.cfg +4 -0
- cppcheck/data/cfg/windows.cfg +17941 -0
- cppcheck/data/cfg/wxsqlite3.cfg +1955 -0
- cppcheck/data/cfg/wxsvg.cfg +16905 -0
- cppcheck/data/cfg/wxwidgets.cfg +16464 -0
- cppcheck/data/cfg/zlib.cfg +1450 -0
- cppcheck/data/cppcheck-htmlreport +986 -0
- cppcheck/data/cppcheck.exe +0 -0
- cppcheck/data/platforms/aix_ppc64.xml +17 -0
- cppcheck/data/platforms/arm32-wchar_t2.xml +17 -0
- cppcheck/data/platforms/arm32-wchar_t4.xml +17 -0
- cppcheck/data/platforms/arm64-wchar_t2.xml +17 -0
- cppcheck/data/platforms/arm64-wchar_t4.xml +17 -0
- cppcheck/data/platforms/avr8.xml +18 -0
- cppcheck/data/platforms/cray_sv1.xml +17 -0
- cppcheck/data/platforms/elbrus-e1cp.xml +18 -0
- cppcheck/data/platforms/mips32.xml +18 -0
- cppcheck/data/platforms/msp430_eabi_large_datamodel.xml +17 -0
- cppcheck/data/platforms/pic16.xml +18 -0
- cppcheck/data/platforms/pic8-enhanced.xml +18 -0
- cppcheck/data/platforms/pic8.xml +18 -0
- cppcheck/data/platforms/unix32-unsigned.xml +17 -0
- cppcheck/data/platforms/unix64-unsigned.xml +17 -0
- cppcheck_py-2.9.dist-info/METADATA +76 -0
- cppcheck_py-2.9.dist-info/RECORD +84 -0
- cppcheck_py-2.9.dist-info/WHEEL +5 -0
- cppcheck_py-2.9.dist-info/entry_points.txt +4 -0
- cppcheck_py-2.9.dist-info/licenses/LICENSE.md +191 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<def format="2">
|
|
3
|
+
<!-- libsigc++ Library Configuration https://libsigcplusplus.github.io/libsigcplusplus/ -->
|
|
4
|
+
<!-- On GitHub: https://github.com/libsigcplusplus/libsigcplusplus -->
|
|
5
|
+
<!-- Typically included via: "#include <sigc++/sigc++.h>" -->
|
|
6
|
+
<!-- ########## libsigc++ Types ########## -->
|
|
7
|
+
<!-- ########## libsigc++ Macros / Defines ########## -->
|
|
8
|
+
<!-- ########## libsigc++ Allocation / Deallocation ########## -->
|
|
9
|
+
<!-- ########## libsigc++ Functions ########## -->
|
|
10
|
+
<!-- sigc::mem_fun for libsigc++ 2.0: -->
|
|
11
|
+
<!-- template<class T_return , class T_obj >
|
|
12
|
+
mem_functor0< T_return, T_obj > sigc::mem_fun (T_return(T_obj::* _A_func)()) -->
|
|
13
|
+
<!-- template<class T_arg1 , class T_return , class T_obj >
|
|
14
|
+
mem_functor1< T_return, T_obj, T_arg1 > sigc::mem_fun (T_return(T_obj::* _A_func)(T_arg1)) -->
|
|
15
|
+
<!-- template<class T_arg1 , class T_arg2 , class T_return , class T_obj >
|
|
16
|
+
mem_functor2< T_return, T_obj, T_arg1, T_arg2 > sigc::mem_fun (T_return(T_obj::* _A_func)(T_arg1, T_arg2)) -->
|
|
17
|
+
<!-- and so on, until:
|
|
18
|
+
template<class T_arg1 , class T_arg2 , class T_arg3 , class T_arg4 , class T_arg5 , class T_arg6 , class T_arg7 , class T_return , class T_obj >
|
|
19
|
+
mem_functor7< T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7 > sigc::mem_fun (T_return(T_obj::* _A_func)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)) -->
|
|
20
|
+
<!-- template<class T_return , class T_obj , class T_obj2 >
|
|
21
|
+
bound_mem_functor0< T_return, T_obj > sigc::mem_fun (T_obj* _A_obj, T_return(T_obj2::* _A_func)()) -->
|
|
22
|
+
<!-- and so on, until:
|
|
23
|
+
template<class T_arg1 , class T_arg2 , class T_arg3 , class T_arg4 , class T_arg5 , class T_arg6 , class T_arg7 , class T_return , class T_obj , class T_obj2 >
|
|
24
|
+
bound_mem_functor7< T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7 > sigc::mem_fun (T_obj& _A_obj, T_return(T_obj2::* _A_func)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)) -->
|
|
25
|
+
<!-- sigc::mem_fun since libsigc++ 3.0 -->
|
|
26
|
+
<!-- template<typename T_return , typename T_obj , typename... T_arg>
|
|
27
|
+
decltype(auto) sigc::mem_fun (T_return(T_obj::* func)(T_arg...)) -->
|
|
28
|
+
<!-- template<typename T_return , typename T_obj , typename T_obj2 , typename... T_arg>
|
|
29
|
+
decltype(auto) sigc::mem_fun (T_obj& obj, T_return(T_obj2::* func)(T_arg...)) -->
|
|
30
|
+
<function name="sigc::mem_fun">
|
|
31
|
+
<noreturn>false</noreturn>
|
|
32
|
+
<use-retval/>
|
|
33
|
+
<arg nr="1"/>
|
|
34
|
+
<arg nr="2" default=""/>
|
|
35
|
+
</function>
|
|
36
|
+
</def>
|
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<def format="2">
|
|
3
|
+
<!-- Lua C API. See https://www.lua.org/manual/5.3/manual.html#4 -->
|
|
4
|
+
<!-- The Lua C API is typically include by '#include <lua.h>' or '#include "lua.h"' -->
|
|
5
|
+
<!-- ########## Lua C API Types ########## -->
|
|
6
|
+
<!-- https://www.lua.org/manual/5.3/manual.html#lua_Number -->
|
|
7
|
+
<define name="lua_Number" value="double"/>
|
|
8
|
+
<!-- https://www.lua.org/manual/5.3/manual.html#lua_Integer -->
|
|
9
|
+
<podtype name="lua_Integer" sign="s"/>
|
|
10
|
+
<!-- https://www.lua.org/manual/5.3/manual.html#lua_Unsigned -->
|
|
11
|
+
<podtype name="lua_Unsigned" sign="u"/>
|
|
12
|
+
<!-- ########## Lua C API Defines / Macros ########## -->
|
|
13
|
+
<define name="define lua_setglobal(L,s)" value="lua_setfield(L, LUA_GLOBALSINDEX, s)"/>
|
|
14
|
+
<!-- ########## Lua C API Functions ########## -->
|
|
15
|
+
<!-- int lua_error (lua_State *L); -->
|
|
16
|
+
<function name="lua_error">
|
|
17
|
+
<noreturn>true</noreturn>
|
|
18
|
+
<returnValue type="int"/>
|
|
19
|
+
<arg nr="1"/>
|
|
20
|
+
</function>
|
|
21
|
+
<!-- int lua_gettop (lua_State *L); -->
|
|
22
|
+
<function name="lua_gettop">
|
|
23
|
+
<noreturn>false</noreturn>
|
|
24
|
+
<returnValue type="int"/>
|
|
25
|
+
<use-retval/>
|
|
26
|
+
<arg nr="1"/>
|
|
27
|
+
</function>
|
|
28
|
+
<!-- int lua_isboolean (lua_State *L, int index); -->
|
|
29
|
+
<!-- int lua_iscfunction (lua_State *L, int index); -->
|
|
30
|
+
<!-- int lua_isfunction (lua_State *L, int index); -->
|
|
31
|
+
<!-- int lua_isinteger (lua_State *L, int index); -->
|
|
32
|
+
<!-- int lua_islightuserdata (lua_State *L, int index); -->
|
|
33
|
+
<!-- int lua_isnil (lua_State *L, int index); -->
|
|
34
|
+
<!-- int lua_isnone (lua_State *L, int index); -->
|
|
35
|
+
<!-- int lua_isnoneornil (lua_State *L, int index); -->
|
|
36
|
+
<!-- int lua_isnumber (lua_State *L, int index); -->
|
|
37
|
+
<!-- int lua_isstring (lua_State *L, int index); -->
|
|
38
|
+
<!-- int lua_istable (lua_State *L, int index); -->
|
|
39
|
+
<!-- int lua_isthread (lua_State *L, int index); -->
|
|
40
|
+
<!-- int lua_isuserdata (lua_State *L, int index); -->
|
|
41
|
+
<function name="lua_isboolean,lua_iscfunction,lua_isfunction,lua_isinteger,lua_islightuserdata,lua_isnil,lua_isnone,lua_isnoneornil,lua_isnumber,lua_isstring,lua_istable,lua_isthread,lua_isuserdata">
|
|
42
|
+
<noreturn>false</noreturn>
|
|
43
|
+
<returnValue type="int"/>
|
|
44
|
+
<use-retval/>
|
|
45
|
+
<arg nr="1"/>
|
|
46
|
+
<arg nr="2" direction="in">
|
|
47
|
+
<not-uninit/>
|
|
48
|
+
<not-bool/>
|
|
49
|
+
</arg>
|
|
50
|
+
</function>
|
|
51
|
+
<!-- int lua_isyieldable (lua_State *L); -->
|
|
52
|
+
<function name="lua_isyieldable">
|
|
53
|
+
<noreturn>false</noreturn>
|
|
54
|
+
<returnValue type="int"/>
|
|
55
|
+
<use-retval/>
|
|
56
|
+
<arg nr="1"/>
|
|
57
|
+
</function>
|
|
58
|
+
<!-- lua_State *lua_newstate (lua_Alloc f, void *ud); -->
|
|
59
|
+
<function name="lua_newstate">
|
|
60
|
+
<noreturn>false</noreturn>
|
|
61
|
+
<returnValue type="lua_State *"/>
|
|
62
|
+
<use-retval/>
|
|
63
|
+
<arg nr="1"/>
|
|
64
|
+
<arg nr="2"/>
|
|
65
|
+
</function>
|
|
66
|
+
<!-- void lua_pop (lua_State *L, int n); -->
|
|
67
|
+
<function name="lua_pop">
|
|
68
|
+
<noreturn>false</noreturn>
|
|
69
|
+
<returnValue type="void"/>
|
|
70
|
+
<arg nr="1"/>
|
|
71
|
+
<arg nr="2" direction="in">
|
|
72
|
+
<not-uninit/>
|
|
73
|
+
<valid>1:</valid>
|
|
74
|
+
</arg>
|
|
75
|
+
</function>
|
|
76
|
+
<!-- void lua_pushboolean (lua_State *L, int b); -->
|
|
77
|
+
<function name="lua_pushboolean">
|
|
78
|
+
<noreturn>false</noreturn>
|
|
79
|
+
<returnValue type="void"/>
|
|
80
|
+
<arg nr="1"/>
|
|
81
|
+
<arg nr="2" direction="in">
|
|
82
|
+
<not-uninit/>
|
|
83
|
+
</arg>
|
|
84
|
+
</function>
|
|
85
|
+
<!-- const char *lua_pushfstring (lua_State *L, const char *fmt, ...); -->
|
|
86
|
+
<function name="lua_pushfstring">
|
|
87
|
+
<noreturn>false</noreturn>
|
|
88
|
+
<returnValue type="const char *"/>
|
|
89
|
+
<arg nr="1"/>
|
|
90
|
+
<formatstr/>
|
|
91
|
+
<arg nr="2" direction="in">
|
|
92
|
+
<not-uninit/>
|
|
93
|
+
<formatstr/>
|
|
94
|
+
</arg>
|
|
95
|
+
</function>
|
|
96
|
+
<!-- void lua_pushglobaltable (lua_State *L); -->
|
|
97
|
+
<function name="lua_pushglobaltable">
|
|
98
|
+
<noreturn>false</noreturn>
|
|
99
|
+
<returnValue type="void"/>
|
|
100
|
+
<arg nr="1"/>
|
|
101
|
+
</function>
|
|
102
|
+
<!-- void lua_pushinteger (lua_State *L, lua_Integer n); -->
|
|
103
|
+
<function name="lua_pushinteger">
|
|
104
|
+
<noreturn>false</noreturn>
|
|
105
|
+
<returnValue type="void"/>
|
|
106
|
+
<arg nr="1"/>
|
|
107
|
+
<arg nr="2" direction="in">
|
|
108
|
+
<not-uninit/>
|
|
109
|
+
<not-bool/>
|
|
110
|
+
</arg>
|
|
111
|
+
</function>
|
|
112
|
+
<!-- const char *lua_pushliteral (lua_State *L, const char *s); -->
|
|
113
|
+
<function name="lua_pushliteral">
|
|
114
|
+
<noreturn>false</noreturn>
|
|
115
|
+
<returnValue type="const char *"/>
|
|
116
|
+
<arg nr="1"/>
|
|
117
|
+
<arg nr="2" direction="in">
|
|
118
|
+
<not-uninit/>
|
|
119
|
+
<not-bool/>
|
|
120
|
+
<strz/>
|
|
121
|
+
</arg>
|
|
122
|
+
</function>
|
|
123
|
+
<!-- const char *lua_pushlstring (lua_State *L, const char *s, size_t len); -->
|
|
124
|
+
<function name="lua_pushlstring">
|
|
125
|
+
<noreturn>false</noreturn>
|
|
126
|
+
<returnValue type="const char *"/>
|
|
127
|
+
<arg nr="1"/>
|
|
128
|
+
<arg nr="2" direction="in">
|
|
129
|
+
<not-uninit/>
|
|
130
|
+
<minsize type="argvalue" arg="3"/>
|
|
131
|
+
</arg>
|
|
132
|
+
<arg nr="3" direction="in">
|
|
133
|
+
<not-uninit/>
|
|
134
|
+
<not-bool/>
|
|
135
|
+
<valid>0:</valid>
|
|
136
|
+
</arg>
|
|
137
|
+
</function>
|
|
138
|
+
<!-- void lua_pushnil (lua_State *L); -->
|
|
139
|
+
<function name="lua_pushnil">
|
|
140
|
+
<noreturn>false</noreturn>
|
|
141
|
+
<returnValue type="void"/>
|
|
142
|
+
<arg nr="1"/>
|
|
143
|
+
</function>
|
|
144
|
+
<!-- void lua_pushnumber (lua_State *L, lua_Number n); -->
|
|
145
|
+
<function name="lua_pushnumber">
|
|
146
|
+
<noreturn>false</noreturn>
|
|
147
|
+
<returnValue type="void"/>
|
|
148
|
+
<arg nr="1"/>
|
|
149
|
+
<arg nr="2" direction="in">
|
|
150
|
+
<not-uninit/>
|
|
151
|
+
</arg>
|
|
152
|
+
</function>
|
|
153
|
+
<!-- const char *lua_pushstring (lua_State *L, const char *s); -->
|
|
154
|
+
<function name="lua_pushstring">
|
|
155
|
+
<noreturn>false</noreturn>
|
|
156
|
+
<returnValue type="const char *"/>
|
|
157
|
+
<arg nr="1"/>
|
|
158
|
+
<arg nr="2" direction="in">
|
|
159
|
+
<not-uninit/>
|
|
160
|
+
<not-bool/>
|
|
161
|
+
<strz/>
|
|
162
|
+
</arg>
|
|
163
|
+
</function>
|
|
164
|
+
<!-- int lua_pushthread (lua_State *L); -->
|
|
165
|
+
<function name="lua_pushthread">
|
|
166
|
+
<noreturn>false</noreturn>
|
|
167
|
+
<returnValue type="int"/>
|
|
168
|
+
<arg nr="1"/>
|
|
169
|
+
</function>
|
|
170
|
+
<!-- void lua_pushvalue (lua_State *L, int index); -->
|
|
171
|
+
<function name="lua_pushvalue">
|
|
172
|
+
<noreturn>false</noreturn>
|
|
173
|
+
<returnValue type="void"/>
|
|
174
|
+
<arg nr="1"/>
|
|
175
|
+
<arg nr="2" direction="in">
|
|
176
|
+
<not-uninit/>
|
|
177
|
+
</arg>
|
|
178
|
+
</function>
|
|
179
|
+
<!-- const char *lua_pushvfstring (lua_State *L, const char *fmt, va_list argp); -->
|
|
180
|
+
<function name="lua_pushvfstring">
|
|
181
|
+
<noreturn>false</noreturn>
|
|
182
|
+
<returnValue type="const char *"/>
|
|
183
|
+
<arg nr="1"/>
|
|
184
|
+
<arg nr="2" direction="in">
|
|
185
|
+
<not-uninit/>
|
|
186
|
+
<formatstr/>
|
|
187
|
+
</arg>
|
|
188
|
+
<arg nr="3" direction="in">
|
|
189
|
+
<not-uninit/>
|
|
190
|
+
<not-bool/>
|
|
191
|
+
</arg>
|
|
192
|
+
</function>
|
|
193
|
+
<!-- int lua_rawequal (lua_State *L, int index1, int index2); -->
|
|
194
|
+
<function name="lua_rawequal">
|
|
195
|
+
<noreturn>false</noreturn>
|
|
196
|
+
<returnValue type="int"/>
|
|
197
|
+
<use-retval/>
|
|
198
|
+
<leak-ignore/>
|
|
199
|
+
<arg nr="1"/>
|
|
200
|
+
<arg nr="2" direction="in">
|
|
201
|
+
<not-uninit/>
|
|
202
|
+
</arg>
|
|
203
|
+
<arg nr="3" direction="in">
|
|
204
|
+
<not-uninit/>
|
|
205
|
+
<not-bool/>
|
|
206
|
+
</arg>
|
|
207
|
+
</function>
|
|
208
|
+
<!-- void lua_rawgeti (lua_State *L, int index, int n); -->
|
|
209
|
+
<function name="lua_rawgeti">
|
|
210
|
+
<noreturn>false</noreturn>
|
|
211
|
+
<returnValue type="void"/>
|
|
212
|
+
<leak-ignore/>
|
|
213
|
+
<arg nr="1"/>
|
|
214
|
+
<arg nr="2" direction="in">
|
|
215
|
+
<not-uninit/>
|
|
216
|
+
</arg>
|
|
217
|
+
<arg nr="3" direction="in">
|
|
218
|
+
<not-uninit/>
|
|
219
|
+
</arg>
|
|
220
|
+
</function>
|
|
221
|
+
<!-- void lua_setfield (lua_State *L, int index, const char *k); -->
|
|
222
|
+
<function name="lua_setfield">
|
|
223
|
+
<noreturn>false</noreturn>
|
|
224
|
+
<returnValue type="void"/>
|
|
225
|
+
<leak-ignore/>
|
|
226
|
+
<arg nr="1"/>
|
|
227
|
+
<arg nr="2" direction="in">
|
|
228
|
+
<not-uninit/>
|
|
229
|
+
</arg>
|
|
230
|
+
<arg nr="3" direction="in">
|
|
231
|
+
<not-uninit/>
|
|
232
|
+
</arg>
|
|
233
|
+
</function>
|
|
234
|
+
<!-- const char *lua_tolstring (lua_State *L, int index, size_t *len); -->
|
|
235
|
+
<function name="lua_tolstring">
|
|
236
|
+
<noreturn>false</noreturn>
|
|
237
|
+
<returnValue type="const char *"/>
|
|
238
|
+
<arg nr="1"/>
|
|
239
|
+
<arg nr="2" direction="in">
|
|
240
|
+
<not-uninit/>
|
|
241
|
+
</arg>
|
|
242
|
+
<arg nr="3" direction="out">
|
|
243
|
+
<not-bool/>
|
|
244
|
+
</arg>
|
|
245
|
+
</function>
|
|
246
|
+
<!-- lua_Number lua_tonumber (lua_State *L, int index); -->
|
|
247
|
+
<function name="lua_tonumber">
|
|
248
|
+
<noreturn>false</noreturn>
|
|
249
|
+
<returnValue type="lua_Number"/>
|
|
250
|
+
<use-retval/>
|
|
251
|
+
<arg nr="1"/>
|
|
252
|
+
<arg nr="2" direction="in">
|
|
253
|
+
<not-uninit/>
|
|
254
|
+
<not-bool/>
|
|
255
|
+
</arg>
|
|
256
|
+
</function>
|
|
257
|
+
<!-- lua_Number lua_tonumberx (lua_State *L, int index, int *isnum); -->
|
|
258
|
+
<function name="lua_tonumberx">
|
|
259
|
+
<noreturn>false</noreturn>
|
|
260
|
+
<returnValue type="lua_Number"/>
|
|
261
|
+
<arg nr="1"/>
|
|
262
|
+
<arg nr="2" direction="in">
|
|
263
|
+
<not-uninit/>
|
|
264
|
+
</arg>
|
|
265
|
+
<arg nr="3" direction="out">
|
|
266
|
+
<not-bool/>
|
|
267
|
+
</arg>
|
|
268
|
+
</function>
|
|
269
|
+
<!-- const char *lua_tostring (lua_State *L, int index); -->
|
|
270
|
+
<function name="lua_tostring">
|
|
271
|
+
<noreturn>false</noreturn>
|
|
272
|
+
<returnValue type="const char *"/>
|
|
273
|
+
<use-retval/>
|
|
274
|
+
<arg nr="1"/>
|
|
275
|
+
<arg nr="2" direction="in">
|
|
276
|
+
<not-uninit/>
|
|
277
|
+
<not-bool/>
|
|
278
|
+
</arg>
|
|
279
|
+
</function>
|
|
280
|
+
<!-- int lua_type (lua_State *L, int index); -->
|
|
281
|
+
<function name="lua_type">
|
|
282
|
+
<noreturn>false</noreturn>
|
|
283
|
+
<returnValue type="int"/>
|
|
284
|
+
<use-retval/>
|
|
285
|
+
<leak-ignore/>
|
|
286
|
+
<arg nr="1"/>
|
|
287
|
+
<arg nr="2" direction="in">
|
|
288
|
+
<not-uninit/>
|
|
289
|
+
<not-bool/>
|
|
290
|
+
</arg>
|
|
291
|
+
</function>
|
|
292
|
+
<!-- const char *lua_typename (lua_State *L, int tp); -->
|
|
293
|
+
<function name="lua_typename">
|
|
294
|
+
<noreturn>false</noreturn>
|
|
295
|
+
<returnValue type="const char *"/>
|
|
296
|
+
<use-retval/>
|
|
297
|
+
<leak-ignore/>
|
|
298
|
+
<arg nr="1"/>
|
|
299
|
+
<arg nr="2" direction="in">
|
|
300
|
+
<not-uninit/>
|
|
301
|
+
<not-bool/>
|
|
302
|
+
</arg>
|
|
303
|
+
</function>
|
|
304
|
+
<!-- int luaL_error (lua_State *L, const char *fmt, ...); -->
|
|
305
|
+
<function name="luaL_error">
|
|
306
|
+
<noreturn>true</noreturn>
|
|
307
|
+
<returnValue type="int"/>
|
|
308
|
+
<arg nr="1"/>
|
|
309
|
+
<arg nr="2" direction="in">
|
|
310
|
+
<not-uninit/>
|
|
311
|
+
</arg>
|
|
312
|
+
<arg nr="variadic" direction="in">
|
|
313
|
+
<not-uninit/>
|
|
314
|
+
</arg>
|
|
315
|
+
</function>
|
|
316
|
+
</def>
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<def format="2">
|
|
3
|
+
<define name="DECLARE_MESSAGE_MAP()" value=""/>
|
|
4
|
+
<define name="BEGIN_MESSAGE_MAP(x,y)" value=""/>
|
|
5
|
+
<define name="BEGIN_TEMPLATE_MESSAGE_MAP(x,y,z)" value=""/>
|
|
6
|
+
<define name="ON_COMMAND(x,y)" value=""/>
|
|
7
|
+
<define name="ON_COMMAND_RANGE(x,y,z)" value=""/>
|
|
8
|
+
<define name="ON_COMMAND_EX(x,y)" value=""/>
|
|
9
|
+
<define name="ON_COMMAND_EX_RANGE(x,y,z)" value=""/>
|
|
10
|
+
<define name="ON_UPDATE_COMMAND_UI(x,y)" value=""/>
|
|
11
|
+
<define name="ON_UPDATE_COMMAND_UI_RANGE(x,y,z)" value=""/>
|
|
12
|
+
<define name="ON_NOTIFY(x,y,z)" value=""/>
|
|
13
|
+
<define name="ON_NOTIFY_RANGE(w,x,y,z)" value=""/>
|
|
14
|
+
<define name="ON_NOTIFY_EX(x,y,z)" value=""/>
|
|
15
|
+
<define name="ON_NOTIFY_EX_RANGE(w,x,y,z)" value=""/>
|
|
16
|
+
<define name="ON_CONTROL(x,y,z)" value=""/>
|
|
17
|
+
<define name="ON_CONTROL_RANGE(w,x,y,z)" value=""/>
|
|
18
|
+
<define name="ON_CONTROL_REFLECT(x,y)" value=""/>
|
|
19
|
+
<define name="ON_CONTROL_REFLECT_EX(x,y)" value=""/>
|
|
20
|
+
<define name="ON_NOTIFY_REFLECT(x,y)" value=""/>
|
|
21
|
+
<define name="ON_NOTIFY_REFLECT_EX(x,y)" value=""/>
|
|
22
|
+
<define name="ON_UPDATE_COMMAND_UI_REFLECT(x)" value=""/>
|
|
23
|
+
<define name="ON_WM_CREATE()" value=""/>
|
|
24
|
+
<define name="ON_WM_COPYDATA()" value=""/>
|
|
25
|
+
<define name="ON_WM_DESTROY()" value=""/>
|
|
26
|
+
<define name="ON_WM_MOVE()" value=""/>
|
|
27
|
+
<define name="ON_WM_SIZE()" value=""/>
|
|
28
|
+
<define name="ON_WM_ACTIVATE()" value=""/>
|
|
29
|
+
<define name="ON_WM_SETFOCUS()" value=""/>
|
|
30
|
+
<define name="ON_WM_KILLFOCUS()" value=""/>
|
|
31
|
+
<define name="ON_WM_ENABLE()" value=""/>
|
|
32
|
+
<define name="ON_WM_HELPINFO()" value=""/>
|
|
33
|
+
<define name="ON_WM_PAINT()" value=""/>
|
|
34
|
+
<define name="ON_WM_SYNCPAINT()" value=""/>
|
|
35
|
+
<define name="ON_WM_CLOSE()" value=""/>
|
|
36
|
+
<define name="ON_WM_QUERYENDSESSION()" value=""/>
|
|
37
|
+
<define name="ON_WM_QUERYOPEN()" value=""/>
|
|
38
|
+
<define name="ON_WM_ERASEBKGND()" value=""/>
|
|
39
|
+
<define name="ON_WM_PRINTCLIENT()" value=""/>
|
|
40
|
+
<define name="ON_WM_SYSCOLORCHANGE()" value=""/>
|
|
41
|
+
<define name="ON_WM_ENDSESSION()" value=""/>
|
|
42
|
+
<define name="ON_WM_SETTEXT()" value=""/>
|
|
43
|
+
<define name="ON_WM_GETTEXT()" value=""/>
|
|
44
|
+
<define name="ON_WM_GETTEXTLENGTH()" value=""/>
|
|
45
|
+
<define name="ON_WM_SETFONT()" value=""/>
|
|
46
|
+
<define name="ON_WM_GETFONT()" value=""/>
|
|
47
|
+
<define name="ON_WM_SETICON()" value=""/>
|
|
48
|
+
<define name="ON_WM_MDISETMENU()" value=""/>
|
|
49
|
+
<define name="ON_WM_MDIREFRESHMENU()" value=""/>
|
|
50
|
+
<define name="ON_WM_MDIDESTROY()" value=""/>
|
|
51
|
+
<define name="ON_WM_MDINEXT()" value=""/>
|
|
52
|
+
<define name="ON_WM_CUT()" value=""/>
|
|
53
|
+
<define name="ON_WM_COPY()" value=""/>
|
|
54
|
+
<define name="ON_WM_PASTE()" value=""/>
|
|
55
|
+
<define name="ON_WM_CLEAR()" value=""/>
|
|
56
|
+
<define name="ON_WM_DISPLAYCHANGE()" value=""/>
|
|
57
|
+
<define name="ON_WM_DDE_INITIATE()" value=""/>
|
|
58
|
+
<define name="ON_WM_DDE_EXECUTE()" value=""/>
|
|
59
|
+
<define name="ON_WM_DDE_TERMINATE()" value=""/>
|
|
60
|
+
<define name="ON_WM_WTSSESSION_CHANGE()" value=""/>
|
|
61
|
+
<define name="ON_WM_SHOWWINDOW()" value=""/>
|
|
62
|
+
<define name="ON_WM_CTLCOLOR()" value=""/>
|
|
63
|
+
<define name="ON_WM_CTLCOLOR_REFLECT()" value=""/>
|
|
64
|
+
<define name="ON_WM_SETTINGCHANGE()" value=""/>
|
|
65
|
+
<define name="ON_WM_WININICHANGE()" value=""/>
|
|
66
|
+
<define name="ON_WM_DEVMODECHANGE()" value=""/>
|
|
67
|
+
<define name="ON_WM_ACTIVATEAPP()" value=""/>
|
|
68
|
+
<define name="ON_WM_FONTCHANGE()" value=""/>
|
|
69
|
+
<define name="ON_WM_TIMECHANGE()" value=""/>
|
|
70
|
+
<define name="ON_WM_CANCELMODE()" value=""/>
|
|
71
|
+
<define name="ON_WM_SETCURSOR()" value=""/>
|
|
72
|
+
<define name="ON_WM_MOUSEACTIVATE()" value=""/>
|
|
73
|
+
<define name="ON_WM_CHILDACTIVATE()" value=""/>
|
|
74
|
+
<define name="ON_WM_GETMINMAXINFO()" value=""/>
|
|
75
|
+
<define name="ON_WM_ICONERASEBKGND()" value=""/>
|
|
76
|
+
<define name="ON_WM_SPOOLERSTATUS()" value=""/>
|
|
77
|
+
<define name="ON_WM_DRAWITEM()" value=""/>
|
|
78
|
+
<define name="ON_WM_DRAWITEM_REFLECT()" value=""/>
|
|
79
|
+
<define name="ON_WM_MEASUREITEM()" value=""/>
|
|
80
|
+
<define name="ON_WM_MEASUREITEM_REFLECT()" value=""/>
|
|
81
|
+
<define name="ON_WM_DELETEITEM()" value=""/>
|
|
82
|
+
<define name="ON_WM_DELETEITEM_REFLECT()" value=""/>
|
|
83
|
+
<define name="ON_WM_CHARTOITEM()" value=""/>
|
|
84
|
+
<define name="ON_WM_CHARTOITEM_REFLECT()" value=""/>
|
|
85
|
+
<define name="ON_WM_VKEYTOITEM()" value=""/>
|
|
86
|
+
<define name="ON_WM_VKEYTOITEM_REFLECT()" value=""/>
|
|
87
|
+
<define name="ON_WM_QUERYDRAGICON()" value=""/>
|
|
88
|
+
<define name="ON_WM_COMPAREITEM()" value=""/>
|
|
89
|
+
<define name="ON_WM_COMPAREITEM_REFLECT()" value=""/>
|
|
90
|
+
<define name="ON_WM_COMPACTING()" value=""/>
|
|
91
|
+
<define name="ON_WM_NCCREATE()" value=""/>
|
|
92
|
+
<define name="ON_WM_NCDESTROY()" value=""/>
|
|
93
|
+
<define name="ON_WM_NCCALCSIZE()" value=""/>
|
|
94
|
+
<define name="ON_WM_NCHITTEST()" value=""/>
|
|
95
|
+
<define name="ON_WM_NCPAINT()" value=""/>
|
|
96
|
+
<define name="ON_WM_NCACTIVATE()" value=""/>
|
|
97
|
+
<define name="ON_WM_GETDLGCODE()" value=""/>
|
|
98
|
+
<define name="ON_WM_NCMOUSEMOVE()" value=""/>
|
|
99
|
+
<define name="ON_WM_NCMOUSEHOVER()" value=""/>
|
|
100
|
+
<define name="ON_WM_NCMOUSELEAVE()" value=""/>
|
|
101
|
+
<define name="ON_WM_NCLBUTTONDOWN()" value=""/>
|
|
102
|
+
<define name="ON_WM_NCLBUTTONUP()" value=""/>
|
|
103
|
+
<define name="ON_WM_NCLBUTTONDBLCLK()" value=""/>
|
|
104
|
+
<define name="ON_WM_NCRBUTTONDOWN()" value=""/>
|
|
105
|
+
<define name="ON_WM_NCRBUTTONUP()" value=""/>
|
|
106
|
+
<define name="ON_WM_NCRBUTTONDBLCLK()" value=""/>
|
|
107
|
+
<define name="ON_WM_NCMBUTTONDOWN()" value=""/>
|
|
108
|
+
<define name="ON_WM_NCMBUTTONUP()" value=""/>
|
|
109
|
+
<define name="ON_WM_NCMBUTTONDBLCLK()" value=""/>
|
|
110
|
+
<define name="ON_WM_NCXBUTTONDOWN()" value=""/>
|
|
111
|
+
<define name="ON_WM_NCXBUTTONUP()" value=""/>
|
|
112
|
+
<define name="ON_WM_NCXBUTTONDBLCLK()" value=""/>
|
|
113
|
+
<define name="ON_WM_KEYDOWN()" value=""/>
|
|
114
|
+
<define name="ON_WM_KEYUP()" value=""/>
|
|
115
|
+
<define name="ON_WM_HOTKEY()" value=""/>
|
|
116
|
+
<define name="ON_WM_CHAR()" value=""/>
|
|
117
|
+
<define name="ON_WM_UNICHAR()" value=""/>
|
|
118
|
+
<define name="ON_WM_DEADCHAR()" value=""/>
|
|
119
|
+
<define name="ON_WM_SYSKEYDOWN()" value=""/>
|
|
120
|
+
<define name="ON_WM_SYSKEYUP()" value=""/>
|
|
121
|
+
<define name="ON_WM_SYSCHAR()" value=""/>
|
|
122
|
+
<define name="ON_WM_SYSDEADCHAR()" value=""/>
|
|
123
|
+
<define name="ON_WM_SYSCOMMAND()" value=""/>
|
|
124
|
+
<define name="ON_WM_INPUTLANGCHANGE()" value=""/>
|
|
125
|
+
<define name="ON_WM_INPUTLANGCHANGEREQUEST()" value=""/>
|
|
126
|
+
<define name="ON_WM_APPCOMMAND()" value=""/>
|
|
127
|
+
<define name="ON_WM_INPUT()" value=""/>
|
|
128
|
+
<define name="ON_WM_INPUT_DEVICE_CHANGE()" value=""/>
|
|
129
|
+
<define name="ON_WM_TCARD()" value=""/>
|
|
130
|
+
<define name="ON_WM_TIMER()" value=""/>
|
|
131
|
+
<define name="ON_WM_HSCROLL()" value=""/>
|
|
132
|
+
<define name="ON_WM_HSCROLL_REFLECT()" value=""/>
|
|
133
|
+
<define name="ON_WM_VSCROLL()" value=""/>
|
|
134
|
+
<define name="ON_WM_VSCROLL_REFLECT()" value=""/>
|
|
135
|
+
<define name="ON_WM_INITMENU()" value=""/>
|
|
136
|
+
<define name="ON_WM_INITMENUPOPUP()" value=""/>
|
|
137
|
+
<define name="ON_WM_MENUSELECT()" value=""/>
|
|
138
|
+
<define name="ON_WM_MENUCHAR()" value=""/>
|
|
139
|
+
<define name="ON_WM_MENURBUTTONUP()" value=""/>
|
|
140
|
+
<define name="ON_WM_MENUDRAG()" value=""/>
|
|
141
|
+
<define name="ON_WM_MENUGETOBJECT()" value=""/>
|
|
142
|
+
<define name="ON_WM_UNINITMENUPOPUP()" value=""/>
|
|
143
|
+
<define name="ON_WM_NEXTMENU()" value=""/>
|
|
144
|
+
<define name="ON_WM_ENTERIDLE()" value=""/>
|
|
145
|
+
<define name="ON_WM_MOUSEMOVE()" value=""/>
|
|
146
|
+
<define name="ON_WM_MOUSEHOVER()" value=""/>
|
|
147
|
+
<define name="ON_WM_MOUSELEAVE()" value=""/>
|
|
148
|
+
<define name="ON_WM_MOUSEWHEEL()" value=""/>
|
|
149
|
+
<define name="ON_WM_MOUSEHWHEEL()" value=""/>
|
|
150
|
+
<define name="ON_WM_LBUTTONDOWN()" value=""/>
|
|
151
|
+
<define name="ON_WM_LBUTTONUP()" value=""/>
|
|
152
|
+
<define name="ON_WM_LBUTTONDBLCLK()" value=""/>
|
|
153
|
+
<define name="ON_WM_RBUTTONDOWN()" value=""/>
|
|
154
|
+
<define name="ON_WM_RBUTTONUP()" value=""/>
|
|
155
|
+
<define name="ON_WM_RBUTTONDBLCLK()" value=""/>
|
|
156
|
+
<define name="ON_WM_MBUTTONDOWN()" value=""/>
|
|
157
|
+
<define name="ON_WM_MBUTTONUP()" value=""/>
|
|
158
|
+
<define name="ON_WM_MBUTTONDBLCLK()" value=""/>
|
|
159
|
+
<define name="ON_WM_XBUTTONDOWN()" value=""/>
|
|
160
|
+
<define name="ON_WM_XBUTTONUP()" value=""/>
|
|
161
|
+
<define name="ON_WM_XBUTTONDBLCLK()" value=""/>
|
|
162
|
+
<define name="ON_WM_PARENTNOTIFY()" value=""/>
|
|
163
|
+
<define name="ON_WM_PARENTNOTIFY_REFLECT()" value=""/>
|
|
164
|
+
<define name="ON_WM_NOTIFYFORMAT()" value=""/>
|
|
165
|
+
<define name="ON_WM_MDIACTIVATE()" value=""/>
|
|
166
|
+
<define name="ON_WM_RENDERFORMAT()" value=""/>
|
|
167
|
+
<define name="ON_WM_RENDERALLFORMATS()" value=""/>
|
|
168
|
+
<define name="ON_WM_DESTROYCLIPBOARD()" value=""/>
|
|
169
|
+
<define name="ON_WM_DRAWCLIPBOARD()" value=""/>
|
|
170
|
+
<define name="ON_WM_PAINTCLIPBOARD()" value=""/>
|
|
171
|
+
<define name="ON_WM_VSCROLLCLIPBOARD()" value=""/>
|
|
172
|
+
<define name="ON_WM_CONTEXTMENU()" value=""/>
|
|
173
|
+
<define name="ON_WM_SIZECLIPBOARD()" value=""/>
|
|
174
|
+
<define name="ON_WM_ASKCBFORMATNAME()" value=""/>
|
|
175
|
+
<define name="ON_WM_CHANGECBCHAIN()" value=""/>
|
|
176
|
+
<define name="ON_WM_HSCROLLCLIPBOARD()" value=""/>
|
|
177
|
+
<define name="ON_WM_CLIPBOARDUPDATE()" value=""/>
|
|
178
|
+
<define name="ON_WM_QUERYNEWPALETTE()" value=""/>
|
|
179
|
+
<define name="ON_WM_PALETTECHANGED()" value=""/>
|
|
180
|
+
<define name="ON_WM_PALETTEISCHANGING()" value=""/>
|
|
181
|
+
<define name="ON_WM_DROPFILES()" value=""/>
|
|
182
|
+
<define name="ON_WM_WINDOWPOSCHANGING()" value=""/>
|
|
183
|
+
<define name="ON_WM_WINDOWPOSCHANGED()" value=""/>
|
|
184
|
+
<define name="ON_WM_EXITMENULOOP()" value=""/>
|
|
185
|
+
<define name="ON_WM_ENTERMENULOOP()" value=""/>
|
|
186
|
+
<define name="ON_WM_STYLECHANGED()" value=""/>
|
|
187
|
+
<define name="ON_WM_STYLECHANGING()" value=""/>
|
|
188
|
+
<define name="ON_WM_SIZING()" value=""/>
|
|
189
|
+
<define name="ON_WM_MOVING()" value=""/>
|
|
190
|
+
<define name="ON_WM_ENTERSIZEMOVE()" value=""/>
|
|
191
|
+
<define name="ON_WM_EXITSIZEMOVE()" value=""/>
|
|
192
|
+
<define name="ON_WM_CAPTURECHANGED()" value=""/>
|
|
193
|
+
<define name="ON_WM_DEVICECHANGE()" value=""/>
|
|
194
|
+
<define name="ON_WM_POWERBROADCAST()" value=""/>
|
|
195
|
+
<define name="ON_WM_USERCHANGED()" value=""/>
|
|
196
|
+
<define name="ON_WM_CHANGEUISTATE()" value=""/>
|
|
197
|
+
<define name="ON_WM_UPDATEUISTATE()" value=""/>
|
|
198
|
+
<define name="ON_WM_QUERYUISTATE()" value=""/>
|
|
199
|
+
<define name="ON_WM_THEMECHANGED()" value=""/>
|
|
200
|
+
<define name="ON_WM_DWMCOMPOSITIONCHANGED()" value=""/>
|
|
201
|
+
<define name="ON_WM_DWMNCRENDERINGCHANGED()" value=""/>
|
|
202
|
+
<define name="ON_WM_DWMCOLORIZATIONCOLORCHANGED()" value=""/>
|
|
203
|
+
<define name="ON_WM_DWMWINDOWMAXIMIZEDCHANGE()" value=""/>
|
|
204
|
+
<define name="ON_WM_DWMSENDICONICTHUMBNAIL()" value=""/>
|
|
205
|
+
<define name="ON_WM_DWMSENDICONICLIVEPREVIEWBITMAP()" value=""/>
|
|
206
|
+
<define name="ON_STN_CLICKED(x,y)" value=""/>
|
|
207
|
+
<define name="ON_STN_DBLCLK(x,y)" value=""/>
|
|
208
|
+
<define name="ON_STN_ENABLE(x,y)" value=""/>
|
|
209
|
+
<define name="ON_STN_DISABLE(x,y)" value=""/>
|
|
210
|
+
<define name="ON_EN_SETFOCUS(x,y)" value=""/>
|
|
211
|
+
<define name="ON_EN_KILLFOCUS(x,y)" value=""/>
|
|
212
|
+
<define name="ON_EN_CHANGE(x,y)" value=""/>
|
|
213
|
+
<define name="ON_EN_UPDATE(x,y)" value=""/>
|
|
214
|
+
<define name="ON_EN_ERRSPACE(x,y)" value=""/>
|
|
215
|
+
<define name="ON_EN_MAXTEXT(x,y)" value=""/>
|
|
216
|
+
<define name="ON_EN_HSCROLL(x,y)" value=""/>
|
|
217
|
+
<define name="ON_EN_VSCROLL(x,y)" value=""/>
|
|
218
|
+
<define name="ON_EN_ALIGN_LTR_EC(x,y)" value=""/>
|
|
219
|
+
<define name="ON_EN_ALIGN_RTL_EC(x,y)" value=""/>
|
|
220
|
+
<define name="ON_EN_IMECHANGE(x,y)" value=""/>
|
|
221
|
+
<define name="ON_EN_ALIGNLTR(x,y)" value=""/>
|
|
222
|
+
<define name="ON_EN_ALIGNRTL(x,y)" value=""/>
|
|
223
|
+
<define name="ON_ACN_START(x,y)" value=""/>
|
|
224
|
+
<define name="ON_ACN_STOP(x,y)" value=""/>
|
|
225
|
+
<define name="ON_BN_CLICKED(x,y)" value=""/>
|
|
226
|
+
<define name="ON_BN_DOUBLECLICKED(x,y)" value=""/>
|
|
227
|
+
<define name="ON_BN_SETFOCUS(x,y)" value=""/>
|
|
228
|
+
<define name="ON_BN_KILLFOCUS(x,y)" value=""/>
|
|
229
|
+
<define name="ON_BN_PAINT(x,y)" value=""/>
|
|
230
|
+
<define name="ON_BN_HILITE(x,y)" value=""/>
|
|
231
|
+
<define name="ON_BN_UNHILITE(x,y)" value=""/>
|
|
232
|
+
<define name="ON_BN_DISABLE(x,y)" value=""/>
|
|
233
|
+
<define name="ON_LBN_ERRSPACE(x,y)" value=""/>
|
|
234
|
+
<define name="ON_LBN_SELCHANGE(x,y)" value=""/>
|
|
235
|
+
<define name="ON_LBN_DBLCLK(x,y)" value=""/>
|
|
236
|
+
<define name="ON_LBN_SELCANCEL(x,y)" value=""/>
|
|
237
|
+
<define name="ON_LBN_SETFOCUS(x,y)" value=""/>
|
|
238
|
+
<define name="ON_LBN_KILLFOCUS(x,y)" value=""/>
|
|
239
|
+
<define name="ON_CLBN_CHKCHANGE(x,y)" value=""/>
|
|
240
|
+
<define name="ON_CBN_ERRSPACE(x,y)" value=""/>
|
|
241
|
+
<define name="ON_CBN_SELCHANGE(x,y)" value=""/>
|
|
242
|
+
<define name="ON_CBN_DBLCLK(x,y)" value=""/>
|
|
243
|
+
<define name="ON_CBN_SETFOCUS(x,y)" value=""/>
|
|
244
|
+
<define name="ON_CBN_KILLFOCUS(x,y)" value=""/>
|
|
245
|
+
<define name="ON_CBN_EDITCHANGE(x,y)" value=""/>
|
|
246
|
+
<define name="ON_CBN_EDITUPDATE(x,y)" value=""/>
|
|
247
|
+
<define name="ON_CBN_DROPDOWN(x,y)" value=""/>
|
|
248
|
+
<define name="ON_CBN_CLOSEUP(x,y)" value=""/>
|
|
249
|
+
<define name="ON_CBN_SELENDOK(x,y)" value=""/>
|
|
250
|
+
<define name="ON_CBN_SELENDCANCEL(x,y)" value=""/>
|
|
251
|
+
<define name="ON_MESSAGE(x,y)" value=""/>
|
|
252
|
+
<define name="ON_REGISTERED_MESSAGE(x,y)" value=""/>
|
|
253
|
+
<define name="ON_THREAD_MESSAGE(x,y)" value=""/>
|
|
254
|
+
<define name="ON_REGISTERED_THREAD_MESSAGE(x,y)" value=""/>
|
|
255
|
+
<define name="END_MESSAGE_MAP()" value=""/>
|
|
256
|
+
</def>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<def format="2">
|
|
3
|
+
<!-- Microsoft Windows ATL (Active Template Library) https://docs.microsoft.com/en-us/cpp/atl/atl-com-desktop-components -->
|
|
4
|
+
<define name="BEGIN_COM_MAP(x)" value=""/>
|
|
5
|
+
<define name="END_COM_MAP()" value=""/>
|
|
6
|
+
<define name="BEGIN_MSG_MAP(x)" value=""/>
|
|
7
|
+
<define name="MESSAGE_HANDLER(msg, func)" value=""/>
|
|
8
|
+
<define name="COMMAND_HANDLER(id, code, func)" value=""/>
|
|
9
|
+
<define name="CHAIN_MSG_MAP(theChainClass)" value=""/>
|
|
10
|
+
<define name="END_MSG_MAP()" value=""/>
|
|
11
|
+
<define name="COM_INTERFACE_ENTRY(x)" value=""/>
|
|
12
|
+
<define name="COM_INTERFACE_ENTRY2(x, x2)" value=""/>
|
|
13
|
+
<define name="COM_INTERFACE_ENTRY_IID(iid, x)" value=""/>
|
|
14
|
+
<define name="COM_INTERFACE_ENTRY2_IID(iid, x, x2)" value=""/>
|
|
15
|
+
<define name="COM_INTERFACE_ENTRY_AGGREGATE(iid, punk)" value=""/>
|
|
16
|
+
<define name="COM_INTERFACE_ENTRY_AGGREGATE_BLIND(punk)" value=""/>
|
|
17
|
+
<define name="COM_INTERFACE_ENTRY_AUTOAGGREGATE(iid, punk, clsid)" value=""/>
|
|
18
|
+
<define name="COM_INTERFACE_ENTRY_AUTOAGGREGATE_BLIND(punk, clsid)" value=""/>
|
|
19
|
+
<define name="COM_INTERFACE_ENTRY_BREAK(x)" value=""/>
|
|
20
|
+
<define name="COM_INTERFACE_ENTRY_CACHED_TEAR_OFF(iid, x, punk)" value=""/>
|
|
21
|
+
<define name="COM_INTERFACE_ENTRY_TEAR_OFF(iid, x)" value=""/>
|
|
22
|
+
<define name="COM_INTERFACE_ENTRY_CHAIN(classname)" value=""/>
|
|
23
|
+
<define name="COM_INTERFACE_ENTRY_FUNC(iid, dw, func)" value=""/>
|
|
24
|
+
<define name="COM_INTERFACE_ENTRY_FUNC_BLIND(dw, func)" value=""/>
|
|
25
|
+
<define name="COM_INTERFACE_ENTRY_NOINTERFACE(x)" value=""/>
|
|
26
|
+
<define name="DECLARE_LIBID(libid)" value=""/>
|
|
27
|
+
<define name="DECLARE_NO_REGISTRY()" value=""/>
|
|
28
|
+
<define name="DECLARE_NOT_AGGREGATABLE(x)" value=""/>
|
|
29
|
+
<define name="DECLARE_OBJECT_DESCRIPTION(x)" value=""/>
|
|
30
|
+
<define name="DECLARE_PROTECT_FINAL_CONSTRUCT()" value=""/>
|
|
31
|
+
<define name="DECLARE_REGISTRY(class,pid,vpid,nid,flags)" value=""/>
|
|
32
|
+
<define name="DECLARE_REGISTRY_APPID_RESOURCEID(resid,appid)" value=""/>
|
|
33
|
+
<define name="DECLARE_REGISTRY_RESOURCE(x)" value=""/>
|
|
34
|
+
<define name="DECLARE_REGISTRY_RESOURCEID(x)" value=""/>
|
|
35
|
+
<define name="STDMETHOD(method)" value="HRESULT STDMETHODCALLTYPE method"/>
|
|
36
|
+
<define name="STDMETHOD_(type,method)" value="type STDMETHODCALLTYPE method"/>
|
|
37
|
+
<define name="IFACEMETHOD(method)" value="STDMETHOD(method)"/>
|
|
38
|
+
<define name="IFACEMETHOD_(type,method)" value="STDMETHOD_(type,method)"/>
|
|
39
|
+
<define name="OBJECT_ENTRY_AUTO(clsid, class)" value=""/>
|
|
40
|
+
</def>
|