forked from wxphp/wxphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypedef.json
57 lines (57 loc) · 1.72 KB
/
typedef.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"wxThreadIdType":"unsigned long",
"wxDocVector":"wxVector< wxDocument * >",
"wxViewVector":"wxVector< wxView * >",
"wxDocTemplateVector":"wxVector< wxDocTemplate * >",
"wxLogLevel":"unsigned long",
"wxPGVFBFlags":"wxByte",
"wxPGSortCallback":"int(*",
"wxArtClient":"wxString",
"wxArtID":"wxString",
"wxScopedCharBuffer":"wxScopedCharTypeBuffer< char >",
"wxScopedWCharBuffer":"wxScopedCharTypeBuffer< wchar_t >",
"wxChar":"wxUSE_UNICODE_dependent",
"wxSChar":"wxUSE_UNICODE_dependent",
"wxUChar":"wxUSE_UNICODE_dependent",
"wxStringCharType":"wxUSE_UNICODE_WCHAR_dependent",
"wxAssertHandler_t":"void(*",
"wxInt8":"signed char",
"wxUint8":"unsigned char",
"wxByte":"wxUint8",
"wxInt16":"signed short",
"wxUint16":"unsigned short",
"wxWord":"wxUint16",
"wxChar16":"wxUint16",
"wxInt32":"int",
"wxUint32":"unsigned int",
"wxDword":"wxUint32",
"wxChar32":"wxUint32",
"wxInt64":"wxLongLong_t",
"wxUint64":"wxULongLong_t",
"wxIntPtr":"ssize_t",
"wxUIntPtr":"size_t",
"wxPrintQuality":"int",
"wxCoord":"int",
"wxFloat32":"float",
"wxFloat64":"double",
"wxDouble":"double",
"wxArrayInt":"wxArray< int >",
"wxArrayLong":"wxArray< long >",
"wxArrayShort":"wxArray< short >",
"wxArrayDouble":"wxArray< double >",
"wxArrayPtrVoid":"wxArray< void * >",
"wxEventType":"int",
"wxFileOffset":"off_t",
"wxZipFSHandler":"wxArchiveFSHandler",
"wxObjectRefData":"wxRefCounter",
"wxTextAttrDimensionFlags":"unsigned short",
"wxScrolledWindow":"wxScrolled< wxPanel >",
"wxScrolledCanvas":"wxScrolled< wxWindow >",
"wxSOCKET_T":"int",
"wxTextCoord":"long",
"wxTextPos":"long",
"wxTreeListItems":"wxVector< wxTreeListItem >",
"wxEnvVariableHashMap":"wxStringToStringHashMap",
"wxSortCallback":"int(*",
"wxWindowID":"int"
}