mirror of
https://github.com/cimgui/cimgui.git
synced 2025-11-30 21:51:40 +00:00
43687 lines
1.1 MiB
43687 lines
1.1 MiB
{
|
|
"ImBitArray_ClearAllBits": [
|
|
{
|
|
"args": "(ImBitArray* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitArray*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImBitArray_ClearAllBits",
|
|
"defaults": {},
|
|
"funcname": "ClearAllBits",
|
|
"location": "imgui_internal:652",
|
|
"ov_cimguiname": "ImBitArray_ClearAllBits",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImBitArray",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImBitArray_ClearBit": [
|
|
{
|
|
"args": "(ImBitArray* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitArray*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImBitArray_ClearBit",
|
|
"defaults": {},
|
|
"funcname": "ClearBit",
|
|
"location": "imgui_internal:656",
|
|
"ov_cimguiname": "ImBitArray_ClearBit",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImBitArray",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImBitArray_ImBitArray": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImBitArray_ImBitArray",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImBitArray",
|
|
"location": "imgui_internal:651",
|
|
"ov_cimguiname": "ImBitArray_ImBitArray",
|
|
"signature": "()",
|
|
"stname": "ImBitArray",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImBitArray_SetAllBits": [
|
|
{
|
|
"args": "(ImBitArray* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitArray*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImBitArray_SetAllBits",
|
|
"defaults": {},
|
|
"funcname": "SetAllBits",
|
|
"location": "imgui_internal:653",
|
|
"ov_cimguiname": "ImBitArray_SetAllBits",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImBitArray",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImBitArray_SetBit": [
|
|
{
|
|
"args": "(ImBitArray* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitArray*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImBitArray_SetBit",
|
|
"defaults": {},
|
|
"funcname": "SetBit",
|
|
"location": "imgui_internal:655",
|
|
"ov_cimguiname": "ImBitArray_SetBit",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImBitArray",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImBitArray_SetBitRange": [
|
|
{
|
|
"args": "(ImBitArray* self,int n,int n2)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitArray*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "n2",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n,int n2)",
|
|
"call_args": "(n,n2)",
|
|
"call_args_old": "(n,n2)",
|
|
"cimguiname": "ImBitArray_SetBitRange",
|
|
"defaults": {},
|
|
"funcname": "SetBitRange",
|
|
"location": "imgui_internal:657",
|
|
"ov_cimguiname": "ImBitArray_SetBitRange",
|
|
"ret": "void",
|
|
"signature": "(int,int)",
|
|
"stname": "ImBitArray",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImBitArray_TestBit": [
|
|
{
|
|
"args": "(ImBitArray* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitArray*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImBitArray_TestBit",
|
|
"defaults": {},
|
|
"funcname": "TestBit",
|
|
"location": "imgui_internal:654",
|
|
"ov_cimguiname": "ImBitArray_TestBit",
|
|
"ret": "bool",
|
|
"signature": "(int)const",
|
|
"stname": "ImBitArray",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImBitArray_destroy": [
|
|
{
|
|
"args": "(ImBitArray* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitArray*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImBitArray_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:651",
|
|
"ov_cimguiname": "ImBitArray_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImBitArray*)",
|
|
"stname": "ImBitArray",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImBitVector_Clear": [
|
|
{
|
|
"args": "(ImBitVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImBitVector_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui_internal:667",
|
|
"ov_cimguiname": "ImBitVector_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImBitVector"
|
|
}
|
|
],
|
|
"ImBitVector_ClearBit": [
|
|
{
|
|
"args": "(ImBitVector* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitVector*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImBitVector_ClearBit",
|
|
"defaults": {},
|
|
"funcname": "ClearBit",
|
|
"location": "imgui_internal:670",
|
|
"ov_cimguiname": "ImBitVector_ClearBit",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImBitVector"
|
|
}
|
|
],
|
|
"ImBitVector_Create": [
|
|
{
|
|
"args": "(ImBitVector* self,int sz)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitVector*"
|
|
},
|
|
{
|
|
"name": "sz",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int sz)",
|
|
"call_args": "(sz)",
|
|
"call_args_old": "(sz)",
|
|
"cimguiname": "ImBitVector_Create",
|
|
"defaults": {},
|
|
"funcname": "Create",
|
|
"location": "imgui_internal:666",
|
|
"ov_cimguiname": "ImBitVector_Create",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImBitVector"
|
|
}
|
|
],
|
|
"ImBitVector_SetBit": [
|
|
{
|
|
"args": "(ImBitVector* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitVector*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImBitVector_SetBit",
|
|
"defaults": {},
|
|
"funcname": "SetBit",
|
|
"location": "imgui_internal:669",
|
|
"ov_cimguiname": "ImBitVector_SetBit",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImBitVector"
|
|
}
|
|
],
|
|
"ImBitVector_TestBit": [
|
|
{
|
|
"args": "(ImBitVector* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImBitVector*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImBitVector_TestBit",
|
|
"defaults": {},
|
|
"funcname": "TestBit",
|
|
"location": "imgui_internal:668",
|
|
"ov_cimguiname": "ImBitVector_TestBit",
|
|
"ret": "bool",
|
|
"signature": "(int)const",
|
|
"stname": "ImBitVector"
|
|
}
|
|
],
|
|
"ImChunkStream_alloc_chunk": [
|
|
{
|
|
"args": "(ImChunkStream* self,size_t sz)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
},
|
|
{
|
|
"name": "sz",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(size_t sz)",
|
|
"call_args": "(sz)",
|
|
"call_args_old": "(sz)",
|
|
"cimguiname": "ImChunkStream_alloc_chunk",
|
|
"defaults": {},
|
|
"funcname": "alloc_chunk",
|
|
"location": "imgui_internal:804",
|
|
"ov_cimguiname": "ImChunkStream_alloc_chunk",
|
|
"ret": "T*",
|
|
"signature": "(size_t)",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_begin": [
|
|
{
|
|
"args": "(ImChunkStream* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImChunkStream_begin",
|
|
"defaults": {},
|
|
"funcname": "begin",
|
|
"location": "imgui_internal:805",
|
|
"ov_cimguiname": "ImChunkStream_begin",
|
|
"ret": "T*",
|
|
"signature": "()",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_chunk_size": [
|
|
{
|
|
"args": "(ImChunkStream* self,const T* p)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* p)",
|
|
"call_args": "(p)",
|
|
"call_args_old": "(p)",
|
|
"cimguiname": "ImChunkStream_chunk_size",
|
|
"defaults": {},
|
|
"funcname": "chunk_size",
|
|
"location": "imgui_internal:807",
|
|
"ov_cimguiname": "ImChunkStream_chunk_size",
|
|
"ret": "int",
|
|
"signature": "(const T*)",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_clear": [
|
|
{
|
|
"args": "(ImChunkStream* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImChunkStream_clear",
|
|
"defaults": {},
|
|
"funcname": "clear",
|
|
"location": "imgui_internal:801",
|
|
"ov_cimguiname": "ImChunkStream_clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_empty": [
|
|
{
|
|
"args": "(ImChunkStream* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImChunkStream_empty",
|
|
"defaults": {},
|
|
"funcname": "empty",
|
|
"location": "imgui_internal:802",
|
|
"ov_cimguiname": "ImChunkStream_empty",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_end": [
|
|
{
|
|
"args": "(ImChunkStream* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImChunkStream_end",
|
|
"defaults": {},
|
|
"funcname": "end",
|
|
"location": "imgui_internal:808",
|
|
"ov_cimguiname": "ImChunkStream_end",
|
|
"ret": "T*",
|
|
"signature": "()",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_next_chunk": [
|
|
{
|
|
"args": "(ImChunkStream* self,T* p)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(T* p)",
|
|
"call_args": "(p)",
|
|
"call_args_old": "(p)",
|
|
"cimguiname": "ImChunkStream_next_chunk",
|
|
"defaults": {},
|
|
"funcname": "next_chunk",
|
|
"location": "imgui_internal:806",
|
|
"ov_cimguiname": "ImChunkStream_next_chunk",
|
|
"ret": "T*",
|
|
"signature": "(T*)",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_offset_from_ptr": [
|
|
{
|
|
"args": "(ImChunkStream* self,const T* p)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* p)",
|
|
"call_args": "(p)",
|
|
"call_args_old": "(p)",
|
|
"cimguiname": "ImChunkStream_offset_from_ptr",
|
|
"defaults": {},
|
|
"funcname": "offset_from_ptr",
|
|
"location": "imgui_internal:809",
|
|
"ov_cimguiname": "ImChunkStream_offset_from_ptr",
|
|
"ret": "int",
|
|
"signature": "(const T*)",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_ptr_from_offset": [
|
|
{
|
|
"args": "(ImChunkStream* self,int off)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
},
|
|
{
|
|
"name": "off",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int off)",
|
|
"call_args": "(off)",
|
|
"call_args_old": "(off)",
|
|
"cimguiname": "ImChunkStream_ptr_from_offset",
|
|
"defaults": {},
|
|
"funcname": "ptr_from_offset",
|
|
"location": "imgui_internal:810",
|
|
"ov_cimguiname": "ImChunkStream_ptr_from_offset",
|
|
"ret": "T*",
|
|
"signature": "(int)",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_size": [
|
|
{
|
|
"args": "(ImChunkStream* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImChunkStream_size",
|
|
"defaults": {},
|
|
"funcname": "size",
|
|
"location": "imgui_internal:803",
|
|
"ov_cimguiname": "ImChunkStream_size",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImChunkStream_swap": [
|
|
{
|
|
"args": "(ImChunkStream* self,ImChunkStream_T * rhs)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImChunkStream*"
|
|
},
|
|
{
|
|
"name": "rhs",
|
|
"reftoptr": true,
|
|
"type": "ImChunkStream_T *"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImChunkStream<T>& rhs)",
|
|
"call_args": "(*rhs)",
|
|
"call_args_old": "(*rhs)",
|
|
"cimguiname": "ImChunkStream_swap",
|
|
"defaults": {},
|
|
"funcname": "swap",
|
|
"location": "imgui_internal:811",
|
|
"ov_cimguiname": "ImChunkStream_swap",
|
|
"ret": "void",
|
|
"signature": "(ImChunkStream_T *)",
|
|
"stname": "ImChunkStream",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImColor_HSV": [
|
|
{
|
|
"args": "(float h,float s,float v,float a)",
|
|
"argsT": [
|
|
{
|
|
"name": "h",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "s",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float h,float s,float v,float a=1.0f)",
|
|
"call_args": "(h,s,v,a)",
|
|
"call_args_old": "(h,s,v,a)",
|
|
"cimguiname": "ImColor_HSV",
|
|
"conv": "ImColor",
|
|
"defaults": {
|
|
"a": "1.0f"
|
|
},
|
|
"funcname": "HSV",
|
|
"is_static_function": true,
|
|
"location": "imgui:3079",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImColor_HSV",
|
|
"ret": "ImColor_c",
|
|
"signature": "(float,float,float,float)",
|
|
"stname": "ImColor"
|
|
}
|
|
],
|
|
"ImColor_ImColor": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImColor_ImColor",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImColor",
|
|
"location": "imgui:3069",
|
|
"ov_cimguiname": "ImColor_ImColor_Nil",
|
|
"signature": "()",
|
|
"stname": "ImColor"
|
|
},
|
|
{
|
|
"args": "(float r,float g,float b,float a)",
|
|
"argsT": [
|
|
{
|
|
"name": "r",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "g",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float r,float g,float b,float a=1.0f)",
|
|
"call_args": "(r,g,b,a)",
|
|
"call_args_old": "(r,g,b,a)",
|
|
"cimguiname": "ImColor_ImColor",
|
|
"constructor": true,
|
|
"defaults": {
|
|
"a": "1.0f"
|
|
},
|
|
"funcname": "ImColor",
|
|
"location": "imgui:3070",
|
|
"ov_cimguiname": "ImColor_ImColor_Float",
|
|
"signature": "(float,float,float,float)",
|
|
"stname": "ImColor"
|
|
},
|
|
{
|
|
"args": "(const ImVec4_c col)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "const ImVec4"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec4& col)",
|
|
"call_args": "(ConvertToCPP_ImVec4(col))",
|
|
"call_args_old": "(col)",
|
|
"cimguiname": "ImColor_ImColor",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImColor",
|
|
"location": "imgui:3071",
|
|
"ov_cimguiname": "ImColor_ImColor_Vec4",
|
|
"signature": "(const ImVec4)",
|
|
"stname": "ImColor"
|
|
},
|
|
{
|
|
"args": "(int r,int g,int b,int a)",
|
|
"argsT": [
|
|
{
|
|
"name": "r",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "g",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int r,int g,int b,int a=255)",
|
|
"call_args": "(r,g,b,a)",
|
|
"call_args_old": "(r,g,b,a)",
|
|
"cimguiname": "ImColor_ImColor",
|
|
"constructor": true,
|
|
"defaults": {
|
|
"a": "255"
|
|
},
|
|
"funcname": "ImColor",
|
|
"location": "imgui:3072",
|
|
"ov_cimguiname": "ImColor_ImColor_Int",
|
|
"signature": "(int,int,int,int)",
|
|
"stname": "ImColor"
|
|
},
|
|
{
|
|
"args": "(ImU32 rgba)",
|
|
"argsT": [
|
|
{
|
|
"name": "rgba",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 rgba)",
|
|
"call_args": "(rgba)",
|
|
"call_args_old": "(rgba)",
|
|
"cimguiname": "ImColor_ImColor",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImColor",
|
|
"location": "imgui:3073",
|
|
"ov_cimguiname": "ImColor_ImColor_U32",
|
|
"signature": "(ImU32)",
|
|
"stname": "ImColor"
|
|
}
|
|
],
|
|
"ImColor_SetHSV": [
|
|
{
|
|
"args": "(ImColor* self,float h,float s,float v,float a)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImColor*"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "s",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float h,float s,float v,float a=1.0f)",
|
|
"call_args": "(h,s,v,a)",
|
|
"call_args_old": "(h,s,v,a)",
|
|
"cimguiname": "ImColor_SetHSV",
|
|
"defaults": {
|
|
"a": "1.0f"
|
|
},
|
|
"funcname": "SetHSV",
|
|
"location": "imgui:3078",
|
|
"ov_cimguiname": "ImColor_SetHSV",
|
|
"ret": "void",
|
|
"signature": "(float,float,float,float)",
|
|
"stname": "ImColor"
|
|
}
|
|
],
|
|
"ImColor_destroy": [
|
|
{
|
|
"args": "(ImColor* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImColor*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImColor_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3069",
|
|
"ov_cimguiname": "ImColor_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImColor*)",
|
|
"stname": "ImColor"
|
|
}
|
|
],
|
|
"ImDrawCmd_GetTexID": [
|
|
{
|
|
"args": "(ImDrawCmd* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawCmd*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawCmd_GetTexID",
|
|
"defaults": {},
|
|
"funcname": "GetTexID",
|
|
"location": "imgui:3286",
|
|
"ov_cimguiname": "ImDrawCmd_GetTexID",
|
|
"ret": "ImTextureID",
|
|
"signature": "()const",
|
|
"stname": "ImDrawCmd"
|
|
}
|
|
],
|
|
"ImDrawCmd_ImDrawCmd": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawCmd_ImDrawCmd",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImDrawCmd",
|
|
"location": "imgui:3282",
|
|
"ov_cimguiname": "ImDrawCmd_ImDrawCmd",
|
|
"signature": "()",
|
|
"stname": "ImDrawCmd"
|
|
}
|
|
],
|
|
"ImDrawCmd_destroy": [
|
|
{
|
|
"args": "(ImDrawCmd* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawCmd*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImDrawCmd_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3282",
|
|
"ov_cimguiname": "ImDrawCmd_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImDrawCmd*)",
|
|
"stname": "ImDrawCmd"
|
|
}
|
|
],
|
|
"ImDrawDataBuilder_ImDrawDataBuilder": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawDataBuilder_ImDrawDataBuilder",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImDrawDataBuilder",
|
|
"location": "imgui_internal:896",
|
|
"ov_cimguiname": "ImDrawDataBuilder_ImDrawDataBuilder",
|
|
"signature": "()",
|
|
"stname": "ImDrawDataBuilder"
|
|
}
|
|
],
|
|
"ImDrawDataBuilder_destroy": [
|
|
{
|
|
"args": "(ImDrawDataBuilder* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawDataBuilder*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImDrawDataBuilder_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:896",
|
|
"ov_cimguiname": "ImDrawDataBuilder_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImDrawDataBuilder*)",
|
|
"stname": "ImDrawDataBuilder"
|
|
}
|
|
],
|
|
"ImDrawData_AddDrawList": [
|
|
{
|
|
"args": "(ImDrawData* self,ImDrawList* draw_list)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawData*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list)",
|
|
"call_args": "(draw_list)",
|
|
"call_args_old": "(draw_list)",
|
|
"cimguiname": "ImDrawData_AddDrawList",
|
|
"defaults": {},
|
|
"funcname": "AddDrawList",
|
|
"location": "imgui:3551",
|
|
"ov_cimguiname": "ImDrawData_AddDrawList",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*)",
|
|
"stname": "ImDrawData"
|
|
}
|
|
],
|
|
"ImDrawData_Clear": [
|
|
{
|
|
"args": "(ImDrawData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawData_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui:3550",
|
|
"ov_cimguiname": "ImDrawData_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawData"
|
|
}
|
|
],
|
|
"ImDrawData_DeIndexAllBuffers": [
|
|
{
|
|
"args": "(ImDrawData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawData_DeIndexAllBuffers",
|
|
"defaults": {},
|
|
"funcname": "DeIndexAllBuffers",
|
|
"location": "imgui:3552",
|
|
"ov_cimguiname": "ImDrawData_DeIndexAllBuffers",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawData"
|
|
}
|
|
],
|
|
"ImDrawData_ImDrawData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawData_ImDrawData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImDrawData",
|
|
"location": "imgui:3549",
|
|
"ov_cimguiname": "ImDrawData_ImDrawData",
|
|
"signature": "()",
|
|
"stname": "ImDrawData"
|
|
}
|
|
],
|
|
"ImDrawData_ScaleClipRects": [
|
|
{
|
|
"args": "(ImDrawData* self,const ImVec2_c fb_scale)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawData*"
|
|
},
|
|
{
|
|
"name": "fb_scale",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& fb_scale)",
|
|
"call_args": "(ConvertToCPP_ImVec2(fb_scale))",
|
|
"call_args_old": "(fb_scale)",
|
|
"cimguiname": "ImDrawData_ScaleClipRects",
|
|
"defaults": {},
|
|
"funcname": "ScaleClipRects",
|
|
"location": "imgui:3553",
|
|
"ov_cimguiname": "ImDrawData_ScaleClipRects",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": "ImDrawData"
|
|
}
|
|
],
|
|
"ImDrawData_destroy": [
|
|
{
|
|
"args": "(ImDrawData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImDrawData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3549",
|
|
"ov_cimguiname": "ImDrawData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImDrawData*)",
|
|
"stname": "ImDrawData"
|
|
}
|
|
],
|
|
"ImDrawListSharedData_ImDrawListSharedData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawListSharedData_ImDrawListSharedData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImDrawListSharedData",
|
|
"location": "imgui_internal:886",
|
|
"ov_cimguiname": "ImDrawListSharedData_ImDrawListSharedData",
|
|
"signature": "()",
|
|
"stname": "ImDrawListSharedData"
|
|
}
|
|
],
|
|
"ImDrawListSharedData_SetCircleTessellationMaxError": [
|
|
{
|
|
"args": "(ImDrawListSharedData* self,float max_error)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawListSharedData*"
|
|
},
|
|
{
|
|
"name": "max_error",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float max_error)",
|
|
"call_args": "(max_error)",
|
|
"call_args_old": "(max_error)",
|
|
"cimguiname": "ImDrawListSharedData_SetCircleTessellationMaxError",
|
|
"defaults": {},
|
|
"funcname": "SetCircleTessellationMaxError",
|
|
"location": "imgui_internal:888",
|
|
"ov_cimguiname": "ImDrawListSharedData_SetCircleTessellationMaxError",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": "ImDrawListSharedData"
|
|
}
|
|
],
|
|
"ImDrawListSharedData_destroy": [
|
|
{
|
|
"args": "(ImDrawListSharedData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawListSharedData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImDrawListSharedData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:887",
|
|
"ov_cimguiname": "ImDrawListSharedData_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImDrawListSharedData*)",
|
|
"stname": "ImDrawListSharedData"
|
|
}
|
|
],
|
|
"ImDrawListSplitter_Clear": [
|
|
{
|
|
"args": "(ImDrawListSplitter* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawListSplitter*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawListSplitter_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui:3330",
|
|
"ov_cimguiname": "ImDrawListSplitter_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImDrawListSplitter_ClearFreeMemory": [
|
|
{
|
|
"args": "(ImDrawListSplitter* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawListSplitter*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawListSplitter_ClearFreeMemory",
|
|
"defaults": {},
|
|
"funcname": "ClearFreeMemory",
|
|
"location": "imgui:3331",
|
|
"ov_cimguiname": "ImDrawListSplitter_ClearFreeMemory",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImDrawListSplitter_ImDrawListSplitter": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawListSplitter_ImDrawListSplitter",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImDrawListSplitter",
|
|
"location": "imgui:3328",
|
|
"ov_cimguiname": "ImDrawListSplitter_ImDrawListSplitter",
|
|
"signature": "()",
|
|
"stname": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImDrawListSplitter_Merge": [
|
|
{
|
|
"args": "(ImDrawListSplitter* self,ImDrawList* draw_list)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawListSplitter*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list)",
|
|
"call_args": "(draw_list)",
|
|
"call_args_old": "(draw_list)",
|
|
"cimguiname": "ImDrawListSplitter_Merge",
|
|
"defaults": {},
|
|
"funcname": "Merge",
|
|
"location": "imgui:3333",
|
|
"ov_cimguiname": "ImDrawListSplitter_Merge",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*)",
|
|
"stname": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImDrawListSplitter_SetCurrentChannel": [
|
|
{
|
|
"args": "(ImDrawListSplitter* self,ImDrawList* draw_list,int channel_idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawListSplitter*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "channel_idx",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,int channel_idx)",
|
|
"call_args": "(draw_list,channel_idx)",
|
|
"call_args_old": "(draw_list,channel_idx)",
|
|
"cimguiname": "ImDrawListSplitter_SetCurrentChannel",
|
|
"defaults": {},
|
|
"funcname": "SetCurrentChannel",
|
|
"location": "imgui:3334",
|
|
"ov_cimguiname": "ImDrawListSplitter_SetCurrentChannel",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,int)",
|
|
"stname": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImDrawListSplitter_Split": [
|
|
{
|
|
"args": "(ImDrawListSplitter* self,ImDrawList* draw_list,int count)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawListSplitter*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,int count)",
|
|
"call_args": "(draw_list,count)",
|
|
"call_args_old": "(draw_list,count)",
|
|
"cimguiname": "ImDrawListSplitter_Split",
|
|
"defaults": {},
|
|
"funcname": "Split",
|
|
"location": "imgui:3332",
|
|
"ov_cimguiname": "ImDrawListSplitter_Split",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,int)",
|
|
"stname": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImDrawListSplitter_destroy": [
|
|
{
|
|
"args": "(ImDrawListSplitter* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawListSplitter*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImDrawListSplitter_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3329",
|
|
"ov_cimguiname": "ImDrawListSplitter_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImDrawListSplitter*)",
|
|
"stname": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImDrawList_AddBezierCubic": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,const ImVec2_c p4,ImU32 col,float thickness,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,ImU32 col,float thickness,int num_segments=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),ConvertToCPP_ImVec2(p4),col,thickness,num_segments)",
|
|
"call_args_old": "(p1,p2,p3,p4,col,thickness,num_segments)",
|
|
"cimguiname": "ImDrawList_AddBezierCubic",
|
|
"defaults": {
|
|
"num_segments": "0"
|
|
},
|
|
"funcname": "AddBezierCubic",
|
|
"location": "imgui:3435",
|
|
"ov_cimguiname": "ImDrawList_AddBezierCubic",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddBezierQuadratic": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,ImU32 col,float thickness,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,ImU32 col,float thickness,int num_segments=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),col,thickness,num_segments)",
|
|
"call_args_old": "(p1,p2,p3,col,thickness,num_segments)",
|
|
"cimguiname": "ImDrawList_AddBezierQuadratic",
|
|
"defaults": {
|
|
"num_segments": "0"
|
|
},
|
|
"funcname": "AddBezierQuadratic",
|
|
"location": "imgui:3436",
|
|
"ov_cimguiname": "ImDrawList_AddBezierQuadratic",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32,float,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddCallback": [
|
|
{
|
|
"args": "(ImDrawList* self,ImDrawCallback callback,void* userdata,size_t userdata_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "callback",
|
|
"type": "ImDrawCallback"
|
|
},
|
|
{
|
|
"name": "userdata",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "userdata_size",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawCallback callback,void* userdata,size_t userdata_size=0)",
|
|
"call_args": "(callback,userdata,userdata_size)",
|
|
"call_args_old": "(callback,userdata,userdata_size)",
|
|
"cimguiname": "ImDrawList_AddCallback",
|
|
"defaults": {
|
|
"userdata_size": "0"
|
|
},
|
|
"funcname": "AddCallback",
|
|
"location": "imgui:3478",
|
|
"ov_cimguiname": "ImDrawList_AddCallback",
|
|
"ret": "void",
|
|
"signature": "(ImDrawCallback,void*,size_t)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddCircle": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,float radius,ImU32 col,int num_segments,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,float radius,ImU32 col,int num_segments=0,float thickness=1.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),radius,col,num_segments,thickness)",
|
|
"call_args_old": "(center,radius,col,num_segments,thickness)",
|
|
"cimguiname": "ImDrawList_AddCircle",
|
|
"defaults": {
|
|
"num_segments": "0",
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "AddCircle",
|
|
"location": "imgui:3427",
|
|
"ov_cimguiname": "ImDrawList_AddCircle",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float,ImU32,int,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddCircleFilled": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,float radius,ImU32 col,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,float radius,ImU32 col,int num_segments=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),radius,col,num_segments)",
|
|
"call_args_old": "(center,radius,col,num_segments)",
|
|
"cimguiname": "ImDrawList_AddCircleFilled",
|
|
"defaults": {
|
|
"num_segments": "0"
|
|
},
|
|
"funcname": "AddCircleFilled",
|
|
"location": "imgui:3428",
|
|
"ov_cimguiname": "ImDrawList_AddCircleFilled",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float,ImU32,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddConcavePolyFilled": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c* points,int num_points,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "points",
|
|
"type": "const ImVec2*"
|
|
},
|
|
{
|
|
"name": "num_points",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2* points,int num_points,ImU32 col)",
|
|
"call_args": "(reinterpret_cast<const ImVec2*>(points),num_points,col)",
|
|
"call_args_old": "(points,num_points,col)",
|
|
"cimguiname": "ImDrawList_AddConcavePolyFilled",
|
|
"defaults": {},
|
|
"funcname": "AddConcavePolyFilled",
|
|
"location": "imgui:3443",
|
|
"ov_cimguiname": "ImDrawList_AddConcavePolyFilled",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2*,int,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddConvexPolyFilled": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c* points,int num_points,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "points",
|
|
"type": "const ImVec2*"
|
|
},
|
|
{
|
|
"name": "num_points",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2* points,int num_points,ImU32 col)",
|
|
"call_args": "(reinterpret_cast<const ImVec2*>(points),num_points,col)",
|
|
"call_args_old": "(points,num_points,col)",
|
|
"cimguiname": "ImDrawList_AddConvexPolyFilled",
|
|
"defaults": {},
|
|
"funcname": "AddConvexPolyFilled",
|
|
"location": "imgui:3442",
|
|
"ov_cimguiname": "ImDrawList_AddConvexPolyFilled",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2*,int,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddDrawCmd": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_AddDrawCmd",
|
|
"defaults": {},
|
|
"funcname": "AddDrawCmd",
|
|
"location": "imgui:3481",
|
|
"ov_cimguiname": "ImDrawList_AddDrawCmd",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddEllipse": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,const ImVec2_c radius,ImU32 col,float rot,int num_segments,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "rot",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,const ImVec2& radius,ImU32 col,float rot=0.0f,int num_segments=0,float thickness=1.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),ConvertToCPP_ImVec2(radius),col,rot,num_segments,thickness)",
|
|
"call_args_old": "(center,radius,col,rot,num_segments,thickness)",
|
|
"cimguiname": "ImDrawList_AddEllipse",
|
|
"defaults": {
|
|
"num_segments": "0",
|
|
"rot": "0.0f",
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "AddEllipse",
|
|
"location": "imgui:3431",
|
|
"ov_cimguiname": "ImDrawList_AddEllipse",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32,float,int,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddEllipseFilled": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,const ImVec2_c radius,ImU32 col,float rot,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "rot",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,const ImVec2& radius,ImU32 col,float rot=0.0f,int num_segments=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),ConvertToCPP_ImVec2(radius),col,rot,num_segments)",
|
|
"call_args_old": "(center,radius,col,rot,num_segments)",
|
|
"cimguiname": "ImDrawList_AddEllipseFilled",
|
|
"defaults": {
|
|
"num_segments": "0",
|
|
"rot": "0.0f"
|
|
},
|
|
"funcname": "AddEllipseFilled",
|
|
"location": "imgui:3432",
|
|
"ov_cimguiname": "ImDrawList_AddEllipseFilled",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32,float,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddImage": [
|
|
{
|
|
"args": "(ImDrawList* self,ImTextureRef_c tex_ref,const ImVec2_c p_min,const ImVec2_c p_max,const ImVec2_c uv_min,const ImVec2_c uv_max,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureRef tex_ref,const ImVec2& p_min,const ImVec2& p_max,const ImVec2& uv_min=ImVec2(0,0),const ImVec2& uv_max=ImVec2(1,1),ImU32 col=(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0)))",
|
|
"call_args": "(ConvertToCPP_ImTextureRef(tex_ref),ConvertToCPP_ImVec2(p_min),ConvertToCPP_ImVec2(p_max),ConvertToCPP_ImVec2(uv_min),ConvertToCPP_ImVec2(uv_max),col)",
|
|
"call_args_old": "(tex_ref,p_min,p_max,uv_min,uv_max,col)",
|
|
"cimguiname": "ImDrawList_AddImage",
|
|
"defaults": {
|
|
"col": "4294967295",
|
|
"uv_max": "ImVec2(1,1)",
|
|
"uv_min": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "AddImage",
|
|
"location": "imgui:3449",
|
|
"ov_cimguiname": "ImDrawList_AddImage",
|
|
"ret": "void",
|
|
"signature": "(ImTextureRef,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddImageQuad": [
|
|
{
|
|
"args": "(ImDrawList* self,ImTextureRef_c tex_ref,const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,const ImVec2_c p4,const ImVec2_c uv1,const ImVec2_c uv2,const ImVec2_c uv3,const ImVec2_c uv4,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureRef tex_ref,const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,const ImVec2& uv1=ImVec2(0,0),const ImVec2& uv2=ImVec2(1,0),const ImVec2& uv3=ImVec2(1,1),const ImVec2& uv4=ImVec2(0,1),ImU32 col=(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0)))",
|
|
"call_args": "(ConvertToCPP_ImTextureRef(tex_ref),ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),ConvertToCPP_ImVec2(p4),ConvertToCPP_ImVec2(uv1),ConvertToCPP_ImVec2(uv2),ConvertToCPP_ImVec2(uv3),ConvertToCPP_ImVec2(uv4),col)",
|
|
"call_args_old": "(tex_ref,p1,p2,p3,p4,uv1,uv2,uv3,uv4,col)",
|
|
"cimguiname": "ImDrawList_AddImageQuad",
|
|
"defaults": {
|
|
"col": "4294967295",
|
|
"uv1": "ImVec2(0,0)",
|
|
"uv2": "ImVec2(1,0)",
|
|
"uv3": "ImVec2(1,1)",
|
|
"uv4": "ImVec2(0,1)"
|
|
},
|
|
"funcname": "AddImageQuad",
|
|
"location": "imgui:3450",
|
|
"ov_cimguiname": "ImDrawList_AddImageQuad",
|
|
"ret": "void",
|
|
"signature": "(ImTextureRef,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddImageRounded": [
|
|
{
|
|
"args": "(ImDrawList* self,ImTextureRef_c tex_ref,const ImVec2_c p_min,const ImVec2_c p_max,const ImVec2_c uv_min,const ImVec2_c uv_max,ImU32 col,float rounding,ImDrawFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureRef tex_ref,const ImVec2& p_min,const ImVec2& p_max,const ImVec2& uv_min,const ImVec2& uv_max,ImU32 col,float rounding,ImDrawFlags flags=0)",
|
|
"call_args": "(ConvertToCPP_ImTextureRef(tex_ref),ConvertToCPP_ImVec2(p_min),ConvertToCPP_ImVec2(p_max),ConvertToCPP_ImVec2(uv_min),ConvertToCPP_ImVec2(uv_max),col,rounding,flags)",
|
|
"call_args_old": "(tex_ref,p_min,p_max,uv_min,uv_max,col,rounding,flags)",
|
|
"cimguiname": "ImDrawList_AddImageRounded",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "AddImageRounded",
|
|
"location": "imgui:3451",
|
|
"ov_cimguiname": "ImDrawList_AddImageRounded",
|
|
"ret": "void",
|
|
"signature": "(ImTextureRef,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float,ImDrawFlags)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddLine": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p1,const ImVec2_c p2,ImU32 col,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,ImU32 col,float thickness=1.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),col,thickness)",
|
|
"call_args_old": "(p1,p2,col,thickness)",
|
|
"cimguiname": "ImDrawList_AddLine",
|
|
"defaults": {
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "AddLine",
|
|
"location": "imgui:3419",
|
|
"ov_cimguiname": "ImDrawList_AddLine",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddNgon": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,float radius,ImU32 col,int num_segments,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,float radius,ImU32 col,int num_segments,float thickness=1.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),radius,col,num_segments,thickness)",
|
|
"call_args_old": "(center,radius,col,num_segments,thickness)",
|
|
"cimguiname": "ImDrawList_AddNgon",
|
|
"defaults": {
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "AddNgon",
|
|
"location": "imgui:3429",
|
|
"ov_cimguiname": "ImDrawList_AddNgon",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float,ImU32,int,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddNgonFilled": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,float radius,ImU32 col,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,float radius,ImU32 col,int num_segments)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),radius,col,num_segments)",
|
|
"call_args_old": "(center,radius,col,num_segments)",
|
|
"cimguiname": "ImDrawList_AddNgonFilled",
|
|
"defaults": {},
|
|
"funcname": "AddNgonFilled",
|
|
"location": "imgui:3430",
|
|
"ov_cimguiname": "ImDrawList_AddNgonFilled",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float,ImU32,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddPolyline": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c* points,int num_points,ImU32 col,ImDrawFlags flags,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "points",
|
|
"type": "const ImVec2*"
|
|
},
|
|
{
|
|
"name": "num_points",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawFlags"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2* points,int num_points,ImU32 col,ImDrawFlags flags,float thickness)",
|
|
"call_args": "(reinterpret_cast<const ImVec2*>(points),num_points,col,flags,thickness)",
|
|
"call_args_old": "(points,num_points,col,flags,thickness)",
|
|
"cimguiname": "ImDrawList_AddPolyline",
|
|
"defaults": {},
|
|
"funcname": "AddPolyline",
|
|
"location": "imgui:3441",
|
|
"ov_cimguiname": "ImDrawList_AddPolyline",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2*,int,ImU32,ImDrawFlags,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddQuad": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,const ImVec2_c p4,ImU32 col,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,ImU32 col,float thickness=1.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),ConvertToCPP_ImVec2(p4),col,thickness)",
|
|
"call_args_old": "(p1,p2,p3,p4,col,thickness)",
|
|
"cimguiname": "ImDrawList_AddQuad",
|
|
"defaults": {
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "AddQuad",
|
|
"location": "imgui:3423",
|
|
"ov_cimguiname": "ImDrawList_AddQuad",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddQuadFilled": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,const ImVec2_c p4,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,ImU32 col)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),ConvertToCPP_ImVec2(p4),col)",
|
|
"call_args_old": "(p1,p2,p3,p4,col)",
|
|
"cimguiname": "ImDrawList_AddQuadFilled",
|
|
"defaults": {},
|
|
"funcname": "AddQuadFilled",
|
|
"location": "imgui:3424",
|
|
"ov_cimguiname": "ImDrawList_AddQuadFilled",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddRect": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p_min,const ImVec2_c p_max,ImU32 col,float rounding,ImDrawFlags flags,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawFlags"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p_min,const ImVec2& p_max,ImU32 col,float rounding=0.0f,ImDrawFlags flags=0,float thickness=1.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p_min),ConvertToCPP_ImVec2(p_max),col,rounding,flags,thickness)",
|
|
"call_args_old": "(p_min,p_max,col,rounding,flags,thickness)",
|
|
"cimguiname": "ImDrawList_AddRect",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"rounding": "0.0f",
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "AddRect",
|
|
"location": "imgui:3420",
|
|
"ov_cimguiname": "ImDrawList_AddRect",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32,float,ImDrawFlags,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddRectFilled": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p_min,const ImVec2_c p_max,ImU32 col,float rounding,ImDrawFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p_min,const ImVec2& p_max,ImU32 col,float rounding=0.0f,ImDrawFlags flags=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p_min),ConvertToCPP_ImVec2(p_max),col,rounding,flags)",
|
|
"call_args_old": "(p_min,p_max,col,rounding,flags)",
|
|
"cimguiname": "ImDrawList_AddRectFilled",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"rounding": "0.0f"
|
|
},
|
|
"funcname": "AddRectFilled",
|
|
"location": "imgui:3421",
|
|
"ov_cimguiname": "ImDrawList_AddRectFilled",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32,float,ImDrawFlags)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddRectFilledMultiColor": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p_min,const ImVec2_c p_max,ImU32 col_upr_left,ImU32 col_upr_right,ImU32 col_bot_right,ImU32 col_bot_left)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col_upr_left",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "col_upr_right",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "col_bot_right",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "col_bot_left",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p_min,const ImVec2& p_max,ImU32 col_upr_left,ImU32 col_upr_right,ImU32 col_bot_right,ImU32 col_bot_left)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p_min),ConvertToCPP_ImVec2(p_max),col_upr_left,col_upr_right,col_bot_right,col_bot_left)",
|
|
"call_args_old": "(p_min,p_max,col_upr_left,col_upr_right,col_bot_right,col_bot_left)",
|
|
"cimguiname": "ImDrawList_AddRectFilledMultiColor",
|
|
"defaults": {},
|
|
"funcname": "AddRectFilledMultiColor",
|
|
"location": "imgui:3422",
|
|
"ov_cimguiname": "ImDrawList_AddRectFilledMultiColor",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32,ImU32,ImU32,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddText": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c pos,ImU32 col,const char* text_begin,const char* text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "text_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos,ImU32 col,const char* text_begin,const char* text_end=((void*)0))",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),col,text_begin,text_end)",
|
|
"call_args_old": "(pos,col,text_begin,text_end)",
|
|
"cimguiname": "ImDrawList_AddText",
|
|
"defaults": {
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "AddText",
|
|
"location": "imgui:3433",
|
|
"ov_cimguiname": "ImDrawList_AddText_Vec2",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,ImU32,const char*,const char*)",
|
|
"stname": "ImDrawList"
|
|
},
|
|
{
|
|
"args": "(ImDrawList* self,ImFont* font,float font_size,const ImVec2_c pos,ImU32 col,const char* text_begin,const char* text_end,float wrap_width,const ImVec4* cpu_fine_clip_rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "font_size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "text_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "wrap_width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "cpu_fine_clip_rect",
|
|
"type": "const ImVec4*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font,float font_size,const ImVec2& pos,ImU32 col,const char* text_begin,const char* text_end=((void*)0),float wrap_width=0.0f,const ImVec4* cpu_fine_clip_rect=((void*)0))",
|
|
"call_args": "(font,font_size,ConvertToCPP_ImVec2(pos),col,text_begin,text_end,wrap_width,cpu_fine_clip_rect)",
|
|
"call_args_old": "(font,font_size,pos,col,text_begin,text_end,wrap_width,cpu_fine_clip_rect)",
|
|
"cimguiname": "ImDrawList_AddText",
|
|
"defaults": {
|
|
"cpu_fine_clip_rect": "NULL",
|
|
"text_end": "NULL",
|
|
"wrap_width": "0.0f"
|
|
},
|
|
"funcname": "AddText",
|
|
"location": "imgui:3434",
|
|
"ov_cimguiname": "ImDrawList_AddText_FontPtr",
|
|
"ret": "void",
|
|
"signature": "(ImFont*,float,const ImVec2,ImU32,const char*,const char*,float,const ImVec4*)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddTriangle": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,ImU32 col,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,ImU32 col,float thickness=1.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),col,thickness)",
|
|
"call_args_old": "(p1,p2,p3,col,thickness)",
|
|
"cimguiname": "ImDrawList_AddTriangle",
|
|
"defaults": {
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "AddTriangle",
|
|
"location": "imgui:3425",
|
|
"ov_cimguiname": "ImDrawList_AddTriangle",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_AddTriangleFilled": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,ImU32 col)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),col)",
|
|
"call_args_old": "(p1,p2,p3,col)",
|
|
"cimguiname": "ImDrawList_AddTriangleFilled",
|
|
"defaults": {},
|
|
"funcname": "AddTriangleFilled",
|
|
"location": "imgui:3426",
|
|
"ov_cimguiname": "ImDrawList_AddTriangleFilled",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_ChannelsMerge": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_ChannelsMerge",
|
|
"defaults": {},
|
|
"funcname": "ChannelsMerge",
|
|
"location": "imgui:3491",
|
|
"ov_cimguiname": "ImDrawList_ChannelsMerge",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_ChannelsSetCurrent": [
|
|
{
|
|
"args": "(ImDrawList* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImDrawList_ChannelsSetCurrent",
|
|
"defaults": {},
|
|
"funcname": "ChannelsSetCurrent",
|
|
"location": "imgui:3492",
|
|
"ov_cimguiname": "ImDrawList_ChannelsSetCurrent",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_ChannelsSplit": [
|
|
{
|
|
"args": "(ImDrawList* self,int count)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int count)",
|
|
"call_args": "(count)",
|
|
"call_args_old": "(count)",
|
|
"cimguiname": "ImDrawList_ChannelsSplit",
|
|
"defaults": {},
|
|
"funcname": "ChannelsSplit",
|
|
"location": "imgui:3490",
|
|
"ov_cimguiname": "ImDrawList_ChannelsSplit",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_CloneOutput": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_CloneOutput",
|
|
"defaults": {},
|
|
"funcname": "CloneOutput",
|
|
"location": "imgui:3482",
|
|
"ov_cimguiname": "ImDrawList_CloneOutput",
|
|
"ret": "ImDrawList*",
|
|
"signature": "()const",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_GetClipRectMax": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_GetClipRectMax",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetClipRectMax",
|
|
"location": "imgui:3410",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImDrawList_GetClipRectMax",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_GetClipRectMin": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_GetClipRectMin",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetClipRectMin",
|
|
"location": "imgui:3409",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImDrawList_GetClipRectMin",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_ImDrawList": [
|
|
{
|
|
"args": "(ImDrawListSharedData* shared_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "shared_data",
|
|
"type": "ImDrawListSharedData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawListSharedData* shared_data)",
|
|
"call_args": "(shared_data)",
|
|
"call_args_old": "(shared_data)",
|
|
"cimguiname": "ImDrawList_ImDrawList",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImDrawList",
|
|
"location": "imgui:3401",
|
|
"ov_cimguiname": "ImDrawList_ImDrawList",
|
|
"signature": "(ImDrawListSharedData*)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathArcTo": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,float radius,float a_min,float a_max,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,float radius,float a_min,float a_max,int num_segments=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),radius,a_min,a_max,num_segments)",
|
|
"call_args_old": "(center,radius,a_min,a_max,num_segments)",
|
|
"cimguiname": "ImDrawList_PathArcTo",
|
|
"defaults": {
|
|
"num_segments": "0"
|
|
},
|
|
"funcname": "PathArcTo",
|
|
"location": "imgui:3462",
|
|
"ov_cimguiname": "ImDrawList_PathArcTo",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float,float,float,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathArcToFast": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,float radius,int a_min_of_12,int a_max_of_12)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a_min_of_12",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "a_max_of_12",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,float radius,int a_min_of_12,int a_max_of_12)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),radius,a_min_of_12,a_max_of_12)",
|
|
"call_args_old": "(center,radius,a_min_of_12,a_max_of_12)",
|
|
"cimguiname": "ImDrawList_PathArcToFast",
|
|
"defaults": {},
|
|
"funcname": "PathArcToFast",
|
|
"location": "imgui:3463",
|
|
"ov_cimguiname": "ImDrawList_PathArcToFast",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float,int,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathBezierCubicCurveTo": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p2,const ImVec2_c p3,const ImVec2_c p4,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,int num_segments=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),ConvertToCPP_ImVec2(p4),num_segments)",
|
|
"call_args_old": "(p2,p3,p4,num_segments)",
|
|
"cimguiname": "ImDrawList_PathBezierCubicCurveTo",
|
|
"defaults": {
|
|
"num_segments": "0"
|
|
},
|
|
"funcname": "PathBezierCubicCurveTo",
|
|
"location": "imgui:3465",
|
|
"ov_cimguiname": "ImDrawList_PathBezierCubicCurveTo",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathBezierQuadraticCurveTo": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c p2,const ImVec2_c p3,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p2,const ImVec2& p3,int num_segments=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),num_segments)",
|
|
"call_args_old": "(p2,p3,num_segments)",
|
|
"cimguiname": "ImDrawList_PathBezierQuadraticCurveTo",
|
|
"defaults": {
|
|
"num_segments": "0"
|
|
},
|
|
"funcname": "PathBezierQuadraticCurveTo",
|
|
"location": "imgui:3466",
|
|
"ov_cimguiname": "ImDrawList_PathBezierQuadraticCurveTo",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathClear": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_PathClear",
|
|
"defaults": {},
|
|
"funcname": "PathClear",
|
|
"location": "imgui:3456",
|
|
"ov_cimguiname": "ImDrawList_PathClear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathEllipticalArcTo": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,const ImVec2_c radius,float rot,float a_min,float a_max,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "rot",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,const ImVec2& radius,float rot,float a_min,float a_max,int num_segments=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),ConvertToCPP_ImVec2(radius),rot,a_min,a_max,num_segments)",
|
|
"call_args_old": "(center,radius,rot,a_min,a_max,num_segments)",
|
|
"cimguiname": "ImDrawList_PathEllipticalArcTo",
|
|
"defaults": {
|
|
"num_segments": "0"
|
|
},
|
|
"funcname": "PathEllipticalArcTo",
|
|
"location": "imgui:3464",
|
|
"ov_cimguiname": "ImDrawList_PathEllipticalArcTo",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,float,float,float,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathFillConcave": [
|
|
{
|
|
"args": "(ImDrawList* self,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 col)",
|
|
"call_args": "(col)",
|
|
"call_args_old": "(col)",
|
|
"cimguiname": "ImDrawList_PathFillConcave",
|
|
"defaults": {},
|
|
"funcname": "PathFillConcave",
|
|
"location": "imgui:3460",
|
|
"ov_cimguiname": "ImDrawList_PathFillConcave",
|
|
"ret": "void",
|
|
"signature": "(ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathFillConvex": [
|
|
{
|
|
"args": "(ImDrawList* self,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 col)",
|
|
"call_args": "(col)",
|
|
"call_args_old": "(col)",
|
|
"cimguiname": "ImDrawList_PathFillConvex",
|
|
"defaults": {},
|
|
"funcname": "PathFillConvex",
|
|
"location": "imgui:3459",
|
|
"ov_cimguiname": "ImDrawList_PathFillConvex",
|
|
"ret": "void",
|
|
"signature": "(ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathLineTo": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos))",
|
|
"call_args_old": "(pos)",
|
|
"cimguiname": "ImDrawList_PathLineTo",
|
|
"defaults": {},
|
|
"funcname": "PathLineTo",
|
|
"location": "imgui:3457",
|
|
"ov_cimguiname": "ImDrawList_PathLineTo",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathLineToMergeDuplicate": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos))",
|
|
"call_args_old": "(pos)",
|
|
"cimguiname": "ImDrawList_PathLineToMergeDuplicate",
|
|
"defaults": {},
|
|
"funcname": "PathLineToMergeDuplicate",
|
|
"location": "imgui:3458",
|
|
"ov_cimguiname": "ImDrawList_PathLineToMergeDuplicate",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathRect": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c rect_min,const ImVec2_c rect_max,float rounding,ImDrawFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "rect_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "rect_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& rect_min,const ImVec2& rect_max,float rounding=0.0f,ImDrawFlags flags=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(rect_min),ConvertToCPP_ImVec2(rect_max),rounding,flags)",
|
|
"call_args_old": "(rect_min,rect_max,rounding,flags)",
|
|
"cimguiname": "ImDrawList_PathRect",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"rounding": "0.0f"
|
|
},
|
|
"funcname": "PathRect",
|
|
"location": "imgui:3467",
|
|
"ov_cimguiname": "ImDrawList_PathRect",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,float,ImDrawFlags)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PathStroke": [
|
|
{
|
|
"args": "(ImDrawList* self,ImU32 col,ImDrawFlags flags,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawFlags"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 col,ImDrawFlags flags=0,float thickness=1.0f)",
|
|
"call_args": "(col,flags,thickness)",
|
|
"call_args_old": "(col,flags,thickness)",
|
|
"cimguiname": "ImDrawList_PathStroke",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "PathStroke",
|
|
"location": "imgui:3461",
|
|
"ov_cimguiname": "ImDrawList_PathStroke",
|
|
"ret": "void",
|
|
"signature": "(ImU32,ImDrawFlags,float)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PopClipRect": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_PopClipRect",
|
|
"defaults": {},
|
|
"funcname": "PopClipRect",
|
|
"location": "imgui:3406",
|
|
"ov_cimguiname": "ImDrawList_PopClipRect",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PopTexture": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_PopTexture",
|
|
"defaults": {},
|
|
"funcname": "PopTexture",
|
|
"location": "imgui:3408",
|
|
"ov_cimguiname": "ImDrawList_PopTexture",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PrimQuadUV": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c a,const ImVec2_c b,const ImVec2_c c,const ImVec2_c d,const ImVec2_c uv_a,const ImVec2_c uv_b,const ImVec2_c uv_c,const ImVec2_c uv_d,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "d",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_c",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_d",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,const ImVec2& uv_a,const ImVec2& uv_b,const ImVec2& uv_c,const ImVec2& uv_d,ImU32 col)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(c),ConvertToCPP_ImVec2(d),ConvertToCPP_ImVec2(uv_a),ConvertToCPP_ImVec2(uv_b),ConvertToCPP_ImVec2(uv_c),ConvertToCPP_ImVec2(uv_d),col)",
|
|
"call_args_old": "(a,b,c,d,uv_a,uv_b,uv_c,uv_d,col)",
|
|
"cimguiname": "ImDrawList_PrimQuadUV",
|
|
"defaults": {},
|
|
"funcname": "PrimQuadUV",
|
|
"location": "imgui:3501",
|
|
"ov_cimguiname": "ImDrawList_PrimQuadUV",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PrimRect": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c a,const ImVec2_c b,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,ImU32 col)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),col)",
|
|
"call_args_old": "(a,b,col)",
|
|
"cimguiname": "ImDrawList_PrimRect",
|
|
"defaults": {},
|
|
"funcname": "PrimRect",
|
|
"location": "imgui:3499",
|
|
"ov_cimguiname": "ImDrawList_PrimRect",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PrimRectUV": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c a,const ImVec2_c b,const ImVec2_c uv_a,const ImVec2_c uv_b,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& uv_a,const ImVec2& uv_b,ImU32 col)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(uv_a),ConvertToCPP_ImVec2(uv_b),col)",
|
|
"call_args_old": "(a,b,uv_a,uv_b,col)",
|
|
"cimguiname": "ImDrawList_PrimRectUV",
|
|
"defaults": {},
|
|
"funcname": "PrimRectUV",
|
|
"location": "imgui:3500",
|
|
"ov_cimguiname": "ImDrawList_PrimRectUV",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PrimReserve": [
|
|
{
|
|
"args": "(ImDrawList* self,int idx_count,int vtx_count)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "idx_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "vtx_count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int idx_count,int vtx_count)",
|
|
"call_args": "(idx_count,vtx_count)",
|
|
"call_args_old": "(idx_count,vtx_count)",
|
|
"cimguiname": "ImDrawList_PrimReserve",
|
|
"defaults": {},
|
|
"funcname": "PrimReserve",
|
|
"location": "imgui:3497",
|
|
"ov_cimguiname": "ImDrawList_PrimReserve",
|
|
"ret": "void",
|
|
"signature": "(int,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PrimUnreserve": [
|
|
{
|
|
"args": "(ImDrawList* self,int idx_count,int vtx_count)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "idx_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "vtx_count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int idx_count,int vtx_count)",
|
|
"call_args": "(idx_count,vtx_count)",
|
|
"call_args_old": "(idx_count,vtx_count)",
|
|
"cimguiname": "ImDrawList_PrimUnreserve",
|
|
"defaults": {},
|
|
"funcname": "PrimUnreserve",
|
|
"location": "imgui:3498",
|
|
"ov_cimguiname": "ImDrawList_PrimUnreserve",
|
|
"ret": "void",
|
|
"signature": "(int,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PrimVtx": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c pos,const ImVec2_c uv,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos,const ImVec2& uv,ImU32 col)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),ConvertToCPP_ImVec2(uv),col)",
|
|
"call_args_old": "(pos,uv,col)",
|
|
"cimguiname": "ImDrawList_PrimVtx",
|
|
"defaults": {},
|
|
"funcname": "PrimVtx",
|
|
"location": "imgui:3504",
|
|
"ov_cimguiname": "ImDrawList_PrimVtx",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PrimWriteIdx": [
|
|
{
|
|
"args": "(ImDrawList* self,ImDrawIdx idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "idx",
|
|
"type": "ImDrawIdx"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawIdx idx)",
|
|
"call_args": "(idx)",
|
|
"call_args_old": "(idx)",
|
|
"cimguiname": "ImDrawList_PrimWriteIdx",
|
|
"defaults": {},
|
|
"funcname": "PrimWriteIdx",
|
|
"location": "imgui:3503",
|
|
"ov_cimguiname": "ImDrawList_PrimWriteIdx",
|
|
"ret": "void",
|
|
"signature": "(ImDrawIdx)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PrimWriteVtx": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c pos,const ImVec2_c uv,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos,const ImVec2& uv,ImU32 col)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),ConvertToCPP_ImVec2(uv),col)",
|
|
"call_args_old": "(pos,uv,col)",
|
|
"cimguiname": "ImDrawList_PrimWriteVtx",
|
|
"defaults": {},
|
|
"funcname": "PrimWriteVtx",
|
|
"location": "imgui:3502",
|
|
"ov_cimguiname": "ImDrawList_PrimWriteVtx",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImU32)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PushClipRect": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c clip_rect_min,const ImVec2_c clip_rect_max,bool intersect_with_current_clip_rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "clip_rect_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "clip_rect_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "intersect_with_current_clip_rect",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& clip_rect_min,const ImVec2& clip_rect_max,bool intersect_with_current_clip_rect=false)",
|
|
"call_args": "(ConvertToCPP_ImVec2(clip_rect_min),ConvertToCPP_ImVec2(clip_rect_max),intersect_with_current_clip_rect)",
|
|
"call_args_old": "(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect)",
|
|
"cimguiname": "ImDrawList_PushClipRect",
|
|
"defaults": {
|
|
"intersect_with_current_clip_rect": "false"
|
|
},
|
|
"funcname": "PushClipRect",
|
|
"location": "imgui:3404",
|
|
"ov_cimguiname": "ImDrawList_PushClipRect",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,bool)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PushClipRectFullScreen": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList_PushClipRectFullScreen",
|
|
"defaults": {},
|
|
"funcname": "PushClipRectFullScreen",
|
|
"location": "imgui:3405",
|
|
"ov_cimguiname": "ImDrawList_PushClipRectFullScreen",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_PushTexture": [
|
|
{
|
|
"args": "(ImDrawList* self,ImTextureRef_c tex_ref)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureRef tex_ref)",
|
|
"call_args": "(ConvertToCPP_ImTextureRef(tex_ref))",
|
|
"call_args_old": "(tex_ref)",
|
|
"cimguiname": "ImDrawList_PushTexture",
|
|
"defaults": {},
|
|
"funcname": "PushTexture",
|
|
"location": "imgui:3407",
|
|
"ov_cimguiname": "ImDrawList_PushTexture",
|
|
"ret": "void",
|
|
"signature": "(ImTextureRef)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__CalcCircleAutoSegmentCount": [
|
|
{
|
|
"args": "(ImDrawList* self,float radius)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float radius)",
|
|
"call_args": "(radius)",
|
|
"call_args_old": "(radius)",
|
|
"cimguiname": "ImDrawList__CalcCircleAutoSegmentCount",
|
|
"defaults": {},
|
|
"funcname": "_CalcCircleAutoSegmentCount",
|
|
"location": "imgui:3527",
|
|
"ov_cimguiname": "ImDrawList__CalcCircleAutoSegmentCount",
|
|
"ret": "int",
|
|
"signature": "(float)const",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__ClearFreeMemory": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList__ClearFreeMemory",
|
|
"defaults": {},
|
|
"funcname": "_ClearFreeMemory",
|
|
"location": "imgui:3520",
|
|
"ov_cimguiname": "ImDrawList__ClearFreeMemory",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__OnChangedClipRect": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList__OnChangedClipRect",
|
|
"defaults": {},
|
|
"funcname": "_OnChangedClipRect",
|
|
"location": "imgui:3523",
|
|
"ov_cimguiname": "ImDrawList__OnChangedClipRect",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__OnChangedTexture": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList__OnChangedTexture",
|
|
"defaults": {},
|
|
"funcname": "_OnChangedTexture",
|
|
"location": "imgui:3524",
|
|
"ov_cimguiname": "ImDrawList__OnChangedTexture",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__OnChangedVtxOffset": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList__OnChangedVtxOffset",
|
|
"defaults": {},
|
|
"funcname": "_OnChangedVtxOffset",
|
|
"location": "imgui:3525",
|
|
"ov_cimguiname": "ImDrawList__OnChangedVtxOffset",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__PathArcToFastEx": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,float radius,int a_min_sample,int a_max_sample,int a_step)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a_min_sample",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "a_max_sample",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "a_step",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,float radius,int a_min_sample,int a_max_sample,int a_step)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),radius,a_min_sample,a_max_sample,a_step)",
|
|
"call_args_old": "(center,radius,a_min_sample,a_max_sample,a_step)",
|
|
"cimguiname": "ImDrawList__PathArcToFastEx",
|
|
"defaults": {},
|
|
"funcname": "_PathArcToFastEx",
|
|
"location": "imgui:3528",
|
|
"ov_cimguiname": "ImDrawList__PathArcToFastEx",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float,int,int,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__PathArcToN": [
|
|
{
|
|
"args": "(ImDrawList* self,const ImVec2_c center,float radius,float a_min,float a_max,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "center",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "radius",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "a_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& center,float radius,float a_min,float a_max,int num_segments)",
|
|
"call_args": "(ConvertToCPP_ImVec2(center),radius,a_min,a_max,num_segments)",
|
|
"call_args_old": "(center,radius,a_min,a_max,num_segments)",
|
|
"cimguiname": "ImDrawList__PathArcToN",
|
|
"defaults": {},
|
|
"funcname": "_PathArcToN",
|
|
"location": "imgui:3529",
|
|
"ov_cimguiname": "ImDrawList__PathArcToN",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float,float,float,int)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__PopUnusedDrawCmd": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList__PopUnusedDrawCmd",
|
|
"defaults": {},
|
|
"funcname": "_PopUnusedDrawCmd",
|
|
"location": "imgui:3521",
|
|
"ov_cimguiname": "ImDrawList__PopUnusedDrawCmd",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__ResetForNewFrame": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList__ResetForNewFrame",
|
|
"defaults": {},
|
|
"funcname": "_ResetForNewFrame",
|
|
"location": "imgui:3519",
|
|
"ov_cimguiname": "ImDrawList__ResetForNewFrame",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__SetDrawListSharedData": [
|
|
{
|
|
"args": "(ImDrawList* self,ImDrawListSharedData* data)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "ImDrawListSharedData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawListSharedData* data)",
|
|
"call_args": "(data)",
|
|
"call_args_old": "(data)",
|
|
"cimguiname": "ImDrawList__SetDrawListSharedData",
|
|
"defaults": {},
|
|
"funcname": "_SetDrawListSharedData",
|
|
"location": "imgui:3518",
|
|
"ov_cimguiname": "ImDrawList__SetDrawListSharedData",
|
|
"ret": "void",
|
|
"signature": "(ImDrawListSharedData*)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__SetTexture": [
|
|
{
|
|
"args": "(ImDrawList* self,ImTextureRef_c tex_ref)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureRef tex_ref)",
|
|
"call_args": "(ConvertToCPP_ImTextureRef(tex_ref))",
|
|
"call_args_old": "(tex_ref)",
|
|
"cimguiname": "ImDrawList__SetTexture",
|
|
"defaults": {},
|
|
"funcname": "_SetTexture",
|
|
"location": "imgui:3526",
|
|
"ov_cimguiname": "ImDrawList__SetTexture",
|
|
"ret": "void",
|
|
"signature": "(ImTextureRef)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList__TryMergeDrawCmds": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImDrawList__TryMergeDrawCmds",
|
|
"defaults": {},
|
|
"funcname": "_TryMergeDrawCmds",
|
|
"location": "imgui:3522",
|
|
"ov_cimguiname": "ImDrawList__TryMergeDrawCmds",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImDrawList_destroy": [
|
|
{
|
|
"args": "(ImDrawList* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImDrawList_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3402",
|
|
"ov_cimguiname": "ImDrawList_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*)",
|
|
"stname": "ImDrawList"
|
|
}
|
|
],
|
|
"ImFontAtlasBuilder_ImFontAtlasBuilder": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlasBuilder_ImFontAtlasBuilder",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuilder",
|
|
"location": "imgui_internal:4159",
|
|
"ov_cimguiname": "ImFontAtlasBuilder_ImFontAtlasBuilder",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlasBuilder"
|
|
}
|
|
],
|
|
"ImFontAtlasBuilder_destroy": [
|
|
{
|
|
"args": "(ImFontAtlasBuilder* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlasBuilder*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFontAtlasBuilder_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:4159",
|
|
"ov_cimguiname": "ImFontAtlasBuilder_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlasBuilder*)",
|
|
"stname": "ImFontAtlasBuilder"
|
|
}
|
|
],
|
|
"ImFontAtlasRect_ImFontAtlasRect": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlasRect_ImFontAtlasRect",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasRect",
|
|
"location": "imgui:3728",
|
|
"ov_cimguiname": "ImFontAtlasRect_ImFontAtlasRect",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlasRect"
|
|
}
|
|
],
|
|
"ImFontAtlasRect_destroy": [
|
|
{
|
|
"args": "(ImFontAtlasRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlasRect*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFontAtlasRect_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3728",
|
|
"ov_cimguiname": "ImFontAtlasRect_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlasRect*)",
|
|
"stname": "ImFontAtlasRect"
|
|
}
|
|
],
|
|
"ImFontAtlas_AddCustomRect": [
|
|
{
|
|
"args": "(ImFontAtlas* self,int width,int height,ImFontAtlasRect* out_r)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "width",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "height",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "out_r",
|
|
"type": "ImFontAtlasRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "(int width,int height,ImFontAtlasRect* out_r=((void*)0))",
|
|
"call_args": "(width,height,out_r)",
|
|
"call_args_old": "(width,height,out_r)",
|
|
"cimguiname": "ImFontAtlas_AddCustomRect",
|
|
"defaults": {
|
|
"out_r": "NULL"
|
|
},
|
|
"funcname": "AddCustomRect",
|
|
"location": "imgui:3839",
|
|
"ov_cimguiname": "ImFontAtlas_AddCustomRect",
|
|
"ret": "ImFontAtlasRectId",
|
|
"signature": "(int,int,ImFontAtlasRect*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_AddFont": [
|
|
{
|
|
"args": "(ImFontAtlas* self,const ImFontConfig* font_cfg)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font_cfg",
|
|
"type": "const ImFontConfig*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImFontConfig* font_cfg)",
|
|
"call_args": "(font_cfg)",
|
|
"call_args_old": "(font_cfg)",
|
|
"cimguiname": "ImFontAtlas_AddFont",
|
|
"defaults": {},
|
|
"funcname": "AddFont",
|
|
"location": "imgui:3763",
|
|
"ov_cimguiname": "ImFontAtlas_AddFont",
|
|
"ret": "ImFont*",
|
|
"signature": "(const ImFontConfig*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_AddFontDefault": [
|
|
{
|
|
"args": "(ImFontAtlas* self,const ImFontConfig* font_cfg)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font_cfg",
|
|
"type": "const ImFontConfig*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImFontConfig* font_cfg=((void*)0))",
|
|
"call_args": "(font_cfg)",
|
|
"call_args_old": "(font_cfg)",
|
|
"cimguiname": "ImFontAtlas_AddFontDefault",
|
|
"defaults": {
|
|
"font_cfg": "NULL"
|
|
},
|
|
"funcname": "AddFontDefault",
|
|
"location": "imgui:3764",
|
|
"ov_cimguiname": "ImFontAtlas_AddFontDefault",
|
|
"ret": "ImFont*",
|
|
"signature": "(const ImFontConfig*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_AddFontFromFileTTF": [
|
|
{
|
|
"args": "(ImFontAtlas* self,const char* filename,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "filename",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size_pixels",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "font_cfg",
|
|
"type": "const ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "glyph_ranges",
|
|
"type": "const ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* filename,float size_pixels=0.0f,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))",
|
|
"call_args": "(filename,size_pixels,font_cfg,glyph_ranges)",
|
|
"call_args_old": "(filename,size_pixels,font_cfg,glyph_ranges)",
|
|
"cimguiname": "ImFontAtlas_AddFontFromFileTTF",
|
|
"defaults": {
|
|
"font_cfg": "NULL",
|
|
"glyph_ranges": "NULL",
|
|
"size_pixels": "0.0f"
|
|
},
|
|
"funcname": "AddFontFromFileTTF",
|
|
"location": "imgui:3765",
|
|
"ov_cimguiname": "ImFontAtlas_AddFontFromFileTTF",
|
|
"ret": "ImFont*",
|
|
"signature": "(const char*,float,const ImFontConfig*,const ImWchar*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_AddFontFromMemoryCompressedBase85TTF": [
|
|
{
|
|
"args": "(ImFontAtlas* self,const char* compressed_font_data_base85,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "compressed_font_data_base85",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size_pixels",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "font_cfg",
|
|
"type": "const ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "glyph_ranges",
|
|
"type": "const ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* compressed_font_data_base85,float size_pixels=0.0f,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))",
|
|
"call_args": "(compressed_font_data_base85,size_pixels,font_cfg,glyph_ranges)",
|
|
"call_args_old": "(compressed_font_data_base85,size_pixels,font_cfg,glyph_ranges)",
|
|
"cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF",
|
|
"defaults": {
|
|
"font_cfg": "NULL",
|
|
"glyph_ranges": "NULL",
|
|
"size_pixels": "0.0f"
|
|
},
|
|
"funcname": "AddFontFromMemoryCompressedBase85TTF",
|
|
"location": "imgui:3768",
|
|
"ov_cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF",
|
|
"ret": "ImFont*",
|
|
"signature": "(const char*,float,const ImFontConfig*,const ImWchar*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_AddFontFromMemoryCompressedTTF": [
|
|
{
|
|
"args": "(ImFontAtlas* self,const void* compressed_font_data,int compressed_font_data_size,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "compressed_font_data",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "compressed_font_data_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "size_pixels",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "font_cfg",
|
|
"type": "const ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "glyph_ranges",
|
|
"type": "const ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* compressed_font_data,int compressed_font_data_size,float size_pixels=0.0f,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))",
|
|
"call_args": "(compressed_font_data,compressed_font_data_size,size_pixels,font_cfg,glyph_ranges)",
|
|
"call_args_old": "(compressed_font_data,compressed_font_data_size,size_pixels,font_cfg,glyph_ranges)",
|
|
"cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedTTF",
|
|
"defaults": {
|
|
"font_cfg": "NULL",
|
|
"glyph_ranges": "NULL",
|
|
"size_pixels": "0.0f"
|
|
},
|
|
"funcname": "AddFontFromMemoryCompressedTTF",
|
|
"location": "imgui:3767",
|
|
"ov_cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedTTF",
|
|
"ret": "ImFont*",
|
|
"signature": "(const void*,int,float,const ImFontConfig*,const ImWchar*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_AddFontFromMemoryTTF": [
|
|
{
|
|
"args": "(ImFontAtlas* self,void* font_data,int font_data_size,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "font_data_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "size_pixels",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "font_cfg",
|
|
"type": "const ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "glyph_ranges",
|
|
"type": "const ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* font_data,int font_data_size,float size_pixels=0.0f,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))",
|
|
"call_args": "(font_data,font_data_size,size_pixels,font_cfg,glyph_ranges)",
|
|
"call_args_old": "(font_data,font_data_size,size_pixels,font_cfg,glyph_ranges)",
|
|
"cimguiname": "ImFontAtlas_AddFontFromMemoryTTF",
|
|
"defaults": {
|
|
"font_cfg": "NULL",
|
|
"glyph_ranges": "NULL",
|
|
"size_pixels": "0.0f"
|
|
},
|
|
"funcname": "AddFontFromMemoryTTF",
|
|
"location": "imgui:3766",
|
|
"ov_cimguiname": "ImFontAtlas_AddFontFromMemoryTTF",
|
|
"ret": "ImFont*",
|
|
"signature": "(void*,int,float,const ImFontConfig*,const ImWchar*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_Clear": [
|
|
{
|
|
"args": "(ImFontAtlas* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlas_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui:3771",
|
|
"ov_cimguiname": "ImFontAtlas_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_ClearFonts": [
|
|
{
|
|
"args": "(ImFontAtlas* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlas_ClearFonts",
|
|
"defaults": {},
|
|
"funcname": "ClearFonts",
|
|
"location": "imgui:3777",
|
|
"ov_cimguiname": "ImFontAtlas_ClearFonts",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_ClearInputData": [
|
|
{
|
|
"args": "(ImFontAtlas* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlas_ClearInputData",
|
|
"defaults": {},
|
|
"funcname": "ClearInputData",
|
|
"location": "imgui:3776",
|
|
"ov_cimguiname": "ImFontAtlas_ClearInputData",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_ClearTexData": [
|
|
{
|
|
"args": "(ImFontAtlas* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlas_ClearTexData",
|
|
"defaults": {},
|
|
"funcname": "ClearTexData",
|
|
"location": "imgui:3778",
|
|
"ov_cimguiname": "ImFontAtlas_ClearTexData",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_CompactCache": [
|
|
{
|
|
"args": "(ImFontAtlas* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlas_CompactCache",
|
|
"defaults": {},
|
|
"funcname": "CompactCache",
|
|
"location": "imgui:3772",
|
|
"ov_cimguiname": "ImFontAtlas_CompactCache",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_GetCustomRect": [
|
|
{
|
|
"args": "(ImFontAtlas* self,ImFontAtlasRectId id,ImFontAtlasRect* out_r)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImFontAtlasRectId"
|
|
},
|
|
{
|
|
"name": "out_r",
|
|
"type": "ImFontAtlasRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlasRectId id,ImFontAtlasRect* out_r)",
|
|
"call_args": "(id,out_r)",
|
|
"call_args_old": "(id,out_r)",
|
|
"cimguiname": "ImFontAtlas_GetCustomRect",
|
|
"defaults": {},
|
|
"funcname": "GetCustomRect",
|
|
"location": "imgui:3841",
|
|
"ov_cimguiname": "ImFontAtlas_GetCustomRect",
|
|
"ret": "bool",
|
|
"signature": "(ImFontAtlasRectId,ImFontAtlasRect*)const",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_GetGlyphRangesDefault": [
|
|
{
|
|
"args": "(ImFontAtlas* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlas_GetGlyphRangesDefault",
|
|
"defaults": {},
|
|
"funcname": "GetGlyphRangesDefault",
|
|
"location": "imgui:3802",
|
|
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesDefault",
|
|
"ret": "const ImWchar*",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_ImFontAtlas": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontAtlas_ImFontAtlas",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlas",
|
|
"location": "imgui:3761",
|
|
"ov_cimguiname": "ImFontAtlas_ImFontAtlas",
|
|
"signature": "()",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_RemoveCustomRect": [
|
|
{
|
|
"args": "(ImFontAtlas* self,ImFontAtlasRectId id)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImFontAtlasRectId"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlasRectId id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "ImFontAtlas_RemoveCustomRect",
|
|
"defaults": {},
|
|
"funcname": "RemoveCustomRect",
|
|
"location": "imgui:3840",
|
|
"ov_cimguiname": "ImFontAtlas_RemoveCustomRect",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlasRectId)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_RemoveFont": [
|
|
{
|
|
"args": "(ImFontAtlas* self,ImFont* font)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font)",
|
|
"call_args": "(font)",
|
|
"call_args_old": "(font)",
|
|
"cimguiname": "ImFontAtlas_RemoveFont",
|
|
"defaults": {},
|
|
"funcname": "RemoveFont",
|
|
"location": "imgui:3769",
|
|
"ov_cimguiname": "ImFontAtlas_RemoveFont",
|
|
"ret": "void",
|
|
"signature": "(ImFont*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_SetFontLoader": [
|
|
{
|
|
"args": "(ImFontAtlas* self,const ImFontLoader* font_loader)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font_loader",
|
|
"type": "const ImFontLoader*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImFontLoader* font_loader)",
|
|
"call_args": "(font_loader)",
|
|
"call_args_old": "(font_loader)",
|
|
"cimguiname": "ImFontAtlas_SetFontLoader",
|
|
"defaults": {},
|
|
"funcname": "SetFontLoader",
|
|
"location": "imgui:3773",
|
|
"ov_cimguiname": "ImFontAtlas_SetFontLoader",
|
|
"ret": "void",
|
|
"signature": "(const ImFontLoader*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontAtlas_destroy": [
|
|
{
|
|
"args": "(ImFontAtlas* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFontAtlas_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3762",
|
|
"ov_cimguiname": "ImFontAtlas_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": "ImFontAtlas"
|
|
}
|
|
],
|
|
"ImFontBaked_ClearOutputData": [
|
|
{
|
|
"args": "(ImFontBaked* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontBaked*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontBaked_ClearOutputData",
|
|
"defaults": {},
|
|
"funcname": "ClearOutputData",
|
|
"location": "imgui:3934",
|
|
"ov_cimguiname": "ImFontBaked_ClearOutputData",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImFontBaked"
|
|
}
|
|
],
|
|
"ImFontBaked_FindGlyph": [
|
|
{
|
|
"args": "(ImFontBaked* self,ImWchar c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "ImWchar"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImFontBaked_FindGlyph",
|
|
"defaults": {},
|
|
"funcname": "FindGlyph",
|
|
"location": "imgui:3935",
|
|
"ov_cimguiname": "ImFontBaked_FindGlyph",
|
|
"ret": "ImFontGlyph*",
|
|
"signature": "(ImWchar)",
|
|
"stname": "ImFontBaked"
|
|
}
|
|
],
|
|
"ImFontBaked_FindGlyphNoFallback": [
|
|
{
|
|
"args": "(ImFontBaked* self,ImWchar c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "ImWchar"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImFontBaked_FindGlyphNoFallback",
|
|
"defaults": {},
|
|
"funcname": "FindGlyphNoFallback",
|
|
"location": "imgui:3936",
|
|
"ov_cimguiname": "ImFontBaked_FindGlyphNoFallback",
|
|
"ret": "ImFontGlyph*",
|
|
"signature": "(ImWchar)",
|
|
"stname": "ImFontBaked"
|
|
}
|
|
],
|
|
"ImFontBaked_GetCharAdvance": [
|
|
{
|
|
"args": "(ImFontBaked* self,ImWchar c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "ImWchar"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImFontBaked_GetCharAdvance",
|
|
"defaults": {},
|
|
"funcname": "GetCharAdvance",
|
|
"location": "imgui:3937",
|
|
"ov_cimguiname": "ImFontBaked_GetCharAdvance",
|
|
"ret": "float",
|
|
"signature": "(ImWchar)",
|
|
"stname": "ImFontBaked"
|
|
}
|
|
],
|
|
"ImFontBaked_ImFontBaked": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontBaked_ImFontBaked",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFontBaked",
|
|
"location": "imgui:3933",
|
|
"ov_cimguiname": "ImFontBaked_ImFontBaked",
|
|
"signature": "()",
|
|
"stname": "ImFontBaked"
|
|
}
|
|
],
|
|
"ImFontBaked_IsGlyphLoaded": [
|
|
{
|
|
"args": "(ImFontBaked* self,ImWchar c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "ImWchar"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImFontBaked_IsGlyphLoaded",
|
|
"defaults": {},
|
|
"funcname": "IsGlyphLoaded",
|
|
"location": "imgui:3938",
|
|
"ov_cimguiname": "ImFontBaked_IsGlyphLoaded",
|
|
"ret": "bool",
|
|
"signature": "(ImWchar)",
|
|
"stname": "ImFontBaked"
|
|
}
|
|
],
|
|
"ImFontBaked_destroy": [
|
|
{
|
|
"args": "(ImFontBaked* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontBaked*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFontBaked_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3933",
|
|
"ov_cimguiname": "ImFontBaked_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImFontBaked*)",
|
|
"stname": "ImFontBaked"
|
|
}
|
|
],
|
|
"ImFontConfig_ImFontConfig": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontConfig_ImFontConfig",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFontConfig",
|
|
"location": "imgui:3679",
|
|
"ov_cimguiname": "ImFontConfig_ImFontConfig",
|
|
"signature": "()",
|
|
"stname": "ImFontConfig"
|
|
}
|
|
],
|
|
"ImFontConfig_destroy": [
|
|
{
|
|
"args": "(ImFontConfig* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontConfig*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFontConfig_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3679",
|
|
"ov_cimguiname": "ImFontConfig_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImFontConfig*)",
|
|
"stname": "ImFontConfig"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_AddChar": [
|
|
{
|
|
"args": "(ImFontGlyphRangesBuilder* self,ImWchar c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyphRangesBuilder*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "ImWchar"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_AddChar",
|
|
"defaults": {},
|
|
"funcname": "AddChar",
|
|
"location": "imgui:3708",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_AddChar",
|
|
"ret": "void",
|
|
"signature": "(ImWchar)",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_AddRanges": [
|
|
{
|
|
"args": "(ImFontGlyphRangesBuilder* self,const ImWchar* ranges)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyphRangesBuilder*"
|
|
},
|
|
{
|
|
"name": "ranges",
|
|
"type": "const ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImWchar* ranges)",
|
|
"call_args": "(ranges)",
|
|
"call_args_old": "(ranges)",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_AddRanges",
|
|
"defaults": {},
|
|
"funcname": "AddRanges",
|
|
"location": "imgui:3710",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_AddRanges",
|
|
"ret": "void",
|
|
"signature": "(const ImWchar*)",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_AddText": [
|
|
{
|
|
"args": "(ImFontGlyphRangesBuilder* self,const char* text,const char* text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyphRangesBuilder*"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text,const char* text_end=((void*)0))",
|
|
"call_args": "(text,text_end)",
|
|
"call_args_old": "(text,text_end)",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_AddText",
|
|
"defaults": {
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "AddText",
|
|
"location": "imgui:3709",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_AddText",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_BuildRanges": [
|
|
{
|
|
"args": "(ImFontGlyphRangesBuilder* self,ImVector_ImWchar* out_ranges)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyphRangesBuilder*"
|
|
},
|
|
{
|
|
"name": "out_ranges",
|
|
"type": "ImVector_ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVector<ImWchar>* out_ranges)",
|
|
"call_args": "(out_ranges)",
|
|
"call_args_old": "(out_ranges)",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_BuildRanges",
|
|
"defaults": {},
|
|
"funcname": "BuildRanges",
|
|
"location": "imgui:3711",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_BuildRanges",
|
|
"ret": "void",
|
|
"signature": "(ImVector_ImWchar*)",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_Clear": [
|
|
{
|
|
"args": "(ImFontGlyphRangesBuilder* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyphRangesBuilder*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui:3705",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_GetBit": [
|
|
{
|
|
"args": "(ImFontGlyphRangesBuilder* self,size_t n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyphRangesBuilder*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(size_t n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_GetBit",
|
|
"defaults": {},
|
|
"funcname": "GetBit",
|
|
"location": "imgui:3706",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_GetBit",
|
|
"ret": "bool",
|
|
"signature": "(size_t)const",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFontGlyphRangesBuilder",
|
|
"location": "imgui:3704",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder",
|
|
"signature": "()",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_SetBit": [
|
|
{
|
|
"args": "(ImFontGlyphRangesBuilder* self,size_t n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyphRangesBuilder*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(size_t n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_SetBit",
|
|
"defaults": {},
|
|
"funcname": "SetBit",
|
|
"location": "imgui:3707",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_SetBit",
|
|
"ret": "void",
|
|
"signature": "(size_t)",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder_destroy": [
|
|
{
|
|
"args": "(ImFontGlyphRangesBuilder* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyphRangesBuilder*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFontGlyphRangesBuilder_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3704",
|
|
"ov_cimguiname": "ImFontGlyphRangesBuilder_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImFontGlyphRangesBuilder*)",
|
|
"stname": "ImFontGlyphRangesBuilder"
|
|
}
|
|
],
|
|
"ImFontGlyph_ImFontGlyph": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontGlyph_ImFontGlyph",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFontGlyph",
|
|
"location": "imgui:3695",
|
|
"ov_cimguiname": "ImFontGlyph_ImFontGlyph",
|
|
"signature": "()",
|
|
"stname": "ImFontGlyph"
|
|
}
|
|
],
|
|
"ImFontGlyph_destroy": [
|
|
{
|
|
"args": "(ImFontGlyph* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontGlyph*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFontGlyph_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3695",
|
|
"ov_cimguiname": "ImFontGlyph_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImFontGlyph*)",
|
|
"stname": "ImFontGlyph"
|
|
}
|
|
],
|
|
"ImFontLoader_ImFontLoader": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFontLoader_ImFontLoader",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFontLoader",
|
|
"location": "imgui_internal:4062",
|
|
"ov_cimguiname": "ImFontLoader_ImFontLoader",
|
|
"signature": "()",
|
|
"stname": "ImFontLoader"
|
|
}
|
|
],
|
|
"ImFontLoader_destroy": [
|
|
{
|
|
"args": "(ImFontLoader* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFontLoader*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFontLoader_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:4062",
|
|
"ov_cimguiname": "ImFontLoader_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImFontLoader*)",
|
|
"stname": "ImFontLoader"
|
|
}
|
|
],
|
|
"ImFont_AddRemapChar": [
|
|
{
|
|
"args": "(ImFont* self,ImWchar from_codepoint,ImWchar to_codepoint)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "from_codepoint",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "to_codepoint",
|
|
"type": "ImWchar"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar from_codepoint,ImWchar to_codepoint)",
|
|
"call_args": "(from_codepoint,to_codepoint)",
|
|
"call_args_old": "(from_codepoint,to_codepoint)",
|
|
"cimguiname": "ImFont_AddRemapChar",
|
|
"defaults": {},
|
|
"funcname": "AddRemapChar",
|
|
"location": "imgui:3999",
|
|
"ov_cimguiname": "ImFont_AddRemapChar",
|
|
"ret": "void",
|
|
"signature": "(ImWchar,ImWchar)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_CalcTextSizeA": [
|
|
{
|
|
"args": "(ImFont* self,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end,const char** out_remaining)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "max_width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "wrap_width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "text_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "out_remaining",
|
|
"type": "const char**"
|
|
}
|
|
],
|
|
"argsoriginal": "(float size,float max_width,float wrap_width,const char* text_begin,const char* text_end=((void*)0),const char** out_remaining=((void*)0))",
|
|
"call_args": "(size,max_width,wrap_width,text_begin,text_end,out_remaining)",
|
|
"call_args_old": "(size,max_width,wrap_width,text_begin,text_end,out_remaining)",
|
|
"cimguiname": "ImFont_CalcTextSizeA",
|
|
"conv": "ImVec2",
|
|
"defaults": {
|
|
"out_remaining": "NULL",
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "CalcTextSizeA",
|
|
"location": "imgui:3989",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImFont_CalcTextSizeA",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(float,float,float,const char*,const char*,const char**)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_CalcWordWrapPosition": [
|
|
{
|
|
"args": "(ImFont* self,float size,const char* text,const char* text_end,float wrap_width)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "wrap_width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float size,const char* text,const char* text_end,float wrap_width)",
|
|
"call_args": "(size,text,text_end,wrap_width)",
|
|
"call_args_old": "(size,text,text_end,wrap_width)",
|
|
"cimguiname": "ImFont_CalcWordWrapPosition",
|
|
"defaults": {},
|
|
"funcname": "CalcWordWrapPosition",
|
|
"location": "imgui:3990",
|
|
"ov_cimguiname": "ImFont_CalcWordWrapPosition",
|
|
"ret": "const char*",
|
|
"signature": "(float,const char*,const char*,float)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_ClearOutputData": [
|
|
{
|
|
"args": "(ImFont* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFont_ClearOutputData",
|
|
"defaults": {},
|
|
"funcname": "ClearOutputData",
|
|
"location": "imgui:3998",
|
|
"ov_cimguiname": "ImFont_ClearOutputData",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_GetDebugName": [
|
|
{
|
|
"args": "(ImFont* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFont_GetDebugName",
|
|
"defaults": {},
|
|
"funcname": "GetDebugName",
|
|
"location": "imgui:3983",
|
|
"ov_cimguiname": "ImFont_GetDebugName",
|
|
"ret": "const char*",
|
|
"signature": "()const",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_GetFontBaked": [
|
|
{
|
|
"args": "(ImFont* self,float font_size,float density)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "font_size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "density",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float font_size,float density=-1.0f)",
|
|
"call_args": "(font_size,density)",
|
|
"call_args_old": "(font_size,density)",
|
|
"cimguiname": "ImFont_GetFontBaked",
|
|
"defaults": {
|
|
"density": "-1.0f"
|
|
},
|
|
"funcname": "GetFontBaked",
|
|
"location": "imgui:3988",
|
|
"ov_cimguiname": "ImFont_GetFontBaked",
|
|
"ret": "ImFontBaked*",
|
|
"signature": "(float,float)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_ImFont": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFont_ImFont",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImFont",
|
|
"location": "imgui:3979",
|
|
"ov_cimguiname": "ImFont_ImFont",
|
|
"signature": "()",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_IsGlyphInFont": [
|
|
{
|
|
"args": "(ImFont* self,ImWchar c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "ImWchar"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImFont_IsGlyphInFont",
|
|
"defaults": {},
|
|
"funcname": "IsGlyphInFont",
|
|
"location": "imgui:3981",
|
|
"ov_cimguiname": "ImFont_IsGlyphInFont",
|
|
"ret": "bool",
|
|
"signature": "(ImWchar)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_IsGlyphRangeUnused": [
|
|
{
|
|
"args": "(ImFont* self,unsigned int c_begin,unsigned int c_last)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "c_begin",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "c_last",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"argsoriginal": "(unsigned int c_begin,unsigned int c_last)",
|
|
"call_args": "(c_begin,c_last)",
|
|
"call_args_old": "(c_begin,c_last)",
|
|
"cimguiname": "ImFont_IsGlyphRangeUnused",
|
|
"defaults": {},
|
|
"funcname": "IsGlyphRangeUnused",
|
|
"location": "imgui:4000",
|
|
"ov_cimguiname": "ImFont_IsGlyphRangeUnused",
|
|
"ret": "bool",
|
|
"signature": "(unsigned int,unsigned int)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_IsLoaded": [
|
|
{
|
|
"args": "(ImFont* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImFont_IsLoaded",
|
|
"defaults": {},
|
|
"funcname": "IsLoaded",
|
|
"location": "imgui:3982",
|
|
"ov_cimguiname": "ImFont_IsLoaded",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_RenderChar": [
|
|
{
|
|
"args": "(ImFont* self,ImDrawList* draw_list,float size,const ImVec2_c pos,ImU32 col,ImWchar c,const ImVec4* cpu_fine_clip)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "cpu_fine_clip",
|
|
"type": "const ImVec4*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,float size,const ImVec2& pos,ImU32 col,ImWchar c,const ImVec4* cpu_fine_clip=((void*)0))",
|
|
"call_args": "(draw_list,size,ConvertToCPP_ImVec2(pos),col,c,cpu_fine_clip)",
|
|
"call_args_old": "(draw_list,size,pos,col,c,cpu_fine_clip)",
|
|
"cimguiname": "ImFont_RenderChar",
|
|
"defaults": {
|
|
"cpu_fine_clip": "NULL"
|
|
},
|
|
"funcname": "RenderChar",
|
|
"location": "imgui:3991",
|
|
"ov_cimguiname": "ImFont_RenderChar",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,float,const ImVec2,ImU32,ImWchar,const ImVec4*)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_RenderText": [
|
|
{
|
|
"args": "(ImFont* self,ImDrawList* draw_list,float size,const ImVec2_c pos,ImU32 col,const ImVec4_c clip_rect,const char* text_begin,const char* text_end,float wrap_width,ImDrawTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "clip_rect",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "text_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "wrap_width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,float size,const ImVec2& pos,ImU32 col,const ImVec4& clip_rect,const char* text_begin,const char* text_end,float wrap_width=0.0f,ImDrawTextFlags flags=0)",
|
|
"call_args": "(draw_list,size,ConvertToCPP_ImVec2(pos),col,ConvertToCPP_ImVec4(clip_rect),text_begin,text_end,wrap_width,flags)",
|
|
"call_args_old": "(draw_list,size,pos,col,clip_rect,text_begin,text_end,wrap_width,flags)",
|
|
"cimguiname": "ImFont_RenderText",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"wrap_width": "0.0f"
|
|
},
|
|
"funcname": "RenderText",
|
|
"location": "imgui:3992",
|
|
"ov_cimguiname": "ImFont_RenderText",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,float,const ImVec2,ImU32,const ImVec4,const char*,const char*,float,ImDrawTextFlags)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImFont_destroy": [
|
|
{
|
|
"args": "(ImFont* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImFont_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3980",
|
|
"ov_cimguiname": "ImFont_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImFont*)",
|
|
"stname": "ImFont"
|
|
}
|
|
],
|
|
"ImGuiBoxSelectState_ImGuiBoxSelectState": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiBoxSelectState_ImGuiBoxSelectState",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiBoxSelectState",
|
|
"location": "imgui_internal:1908",
|
|
"ov_cimguiname": "ImGuiBoxSelectState_ImGuiBoxSelectState",
|
|
"signature": "()",
|
|
"stname": "ImGuiBoxSelectState"
|
|
}
|
|
],
|
|
"ImGuiBoxSelectState_destroy": [
|
|
{
|
|
"args": "(ImGuiBoxSelectState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiBoxSelectState*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiBoxSelectState_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1908",
|
|
"ov_cimguiname": "ImGuiBoxSelectState_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiBoxSelectState*)",
|
|
"stname": "ImGuiBoxSelectState"
|
|
}
|
|
],
|
|
"ImGuiComboPreviewData_ImGuiComboPreviewData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiComboPreviewData_ImGuiComboPreviewData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiComboPreviewData",
|
|
"location": "imgui_internal:1172",
|
|
"ov_cimguiname": "ImGuiComboPreviewData_ImGuiComboPreviewData",
|
|
"signature": "()",
|
|
"stname": "ImGuiComboPreviewData"
|
|
}
|
|
],
|
|
"ImGuiComboPreviewData_destroy": [
|
|
{
|
|
"args": "(ImGuiComboPreviewData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiComboPreviewData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiComboPreviewData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1172",
|
|
"ov_cimguiname": "ImGuiComboPreviewData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiComboPreviewData*)",
|
|
"stname": "ImGuiComboPreviewData"
|
|
}
|
|
],
|
|
"ImGuiContextHook_ImGuiContextHook": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiContextHook_ImGuiContextHook",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiContextHook",
|
|
"location": "imgui_internal:2364",
|
|
"ov_cimguiname": "ImGuiContextHook_ImGuiContextHook",
|
|
"signature": "()",
|
|
"stname": "ImGuiContextHook"
|
|
}
|
|
],
|
|
"ImGuiContextHook_destroy": [
|
|
{
|
|
"args": "(ImGuiContextHook* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiContextHook*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiContextHook_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2364",
|
|
"ov_cimguiname": "ImGuiContextHook_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContextHook*)",
|
|
"stname": "ImGuiContextHook"
|
|
}
|
|
],
|
|
"ImGuiContext_ImGuiContext": [
|
|
{
|
|
"args": "(ImFontAtlas* shared_font_atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "shared_font_atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* shared_font_atlas)",
|
|
"call_args": "(shared_font_atlas)",
|
|
"call_args_old": "(shared_font_atlas)",
|
|
"cimguiname": "ImGuiContext_ImGuiContext",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiContext",
|
|
"location": "imgui_internal:2766",
|
|
"ov_cimguiname": "ImGuiContext_ImGuiContext",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": "ImGuiContext"
|
|
}
|
|
],
|
|
"ImGuiContext_destroy": [
|
|
{
|
|
"args": "(ImGuiContext* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiContext_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2767",
|
|
"ov_cimguiname": "ImGuiContext_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": "ImGuiContext"
|
|
}
|
|
],
|
|
"ImGuiDebugAllocInfo_ImGuiDebugAllocInfo": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDebugAllocInfo_ImGuiDebugAllocInfo",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiDebugAllocInfo",
|
|
"location": "imgui_internal:2292",
|
|
"ov_cimguiname": "ImGuiDebugAllocInfo_ImGuiDebugAllocInfo",
|
|
"signature": "()",
|
|
"stname": "ImGuiDebugAllocInfo"
|
|
}
|
|
],
|
|
"ImGuiDebugAllocInfo_destroy": [
|
|
{
|
|
"args": "(ImGuiDebugAllocInfo* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDebugAllocInfo*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiDebugAllocInfo_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2292",
|
|
"ov_cimguiname": "ImGuiDebugAllocInfo_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDebugAllocInfo*)",
|
|
"stname": "ImGuiDebugAllocInfo"
|
|
}
|
|
],
|
|
"ImGuiDebugItemPathQuery_ImGuiDebugItemPathQuery": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDebugItemPathQuery_ImGuiDebugItemPathQuery",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiDebugItemPathQuery",
|
|
"location": "imgui_internal:2335",
|
|
"ov_cimguiname": "ImGuiDebugItemPathQuery_ImGuiDebugItemPathQuery",
|
|
"signature": "()",
|
|
"stname": "ImGuiDebugItemPathQuery"
|
|
}
|
|
],
|
|
"ImGuiDebugItemPathQuery_destroy": [
|
|
{
|
|
"args": "(ImGuiDebugItemPathQuery* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDebugItemPathQuery*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiDebugItemPathQuery_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2335",
|
|
"ov_cimguiname": "ImGuiDebugItemPathQuery_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDebugItemPathQuery*)",
|
|
"stname": "ImGuiDebugItemPathQuery"
|
|
}
|
|
],
|
|
"ImGuiDockContext_ImGuiDockContext": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockContext_ImGuiDockContext",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiDockContext",
|
|
"location": "imgui_internal:2109",
|
|
"ov_cimguiname": "ImGuiDockContext_ImGuiDockContext",
|
|
"signature": "()",
|
|
"stname": "ImGuiDockContext"
|
|
}
|
|
],
|
|
"ImGuiDockContext_destroy": [
|
|
{
|
|
"args": "(ImGuiDockContext* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockContext*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiDockContext_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2109",
|
|
"ov_cimguiname": "ImGuiDockContext_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDockContext*)",
|
|
"stname": "ImGuiDockContext"
|
|
}
|
|
],
|
|
"ImGuiDockNode_ImGuiDockNode": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "ImGuiDockNode_ImGuiDockNode",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiDockNode",
|
|
"location": "imgui_internal:2062",
|
|
"ov_cimguiname": "ImGuiDockNode_ImGuiDockNode",
|
|
"signature": "(ImGuiID)",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsCentralNode": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsCentralNode",
|
|
"defaults": {},
|
|
"funcname": "IsCentralNode",
|
|
"location": "imgui_internal:2067",
|
|
"ov_cimguiname": "ImGuiDockNode_IsCentralNode",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsDockSpace": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsDockSpace",
|
|
"defaults": {},
|
|
"funcname": "IsDockSpace",
|
|
"location": "imgui_internal:2065",
|
|
"ov_cimguiname": "ImGuiDockNode_IsDockSpace",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsEmpty": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsEmpty",
|
|
"defaults": {},
|
|
"funcname": "IsEmpty",
|
|
"location": "imgui_internal:2072",
|
|
"ov_cimguiname": "ImGuiDockNode_IsEmpty",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsFloatingNode": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsFloatingNode",
|
|
"defaults": {},
|
|
"funcname": "IsFloatingNode",
|
|
"location": "imgui_internal:2066",
|
|
"ov_cimguiname": "ImGuiDockNode_IsFloatingNode",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsHiddenTabBar": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsHiddenTabBar",
|
|
"defaults": {},
|
|
"funcname": "IsHiddenTabBar",
|
|
"location": "imgui_internal:2068",
|
|
"ov_cimguiname": "ImGuiDockNode_IsHiddenTabBar",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsLeafNode": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsLeafNode",
|
|
"defaults": {},
|
|
"funcname": "IsLeafNode",
|
|
"location": "imgui_internal:2071",
|
|
"ov_cimguiname": "ImGuiDockNode_IsLeafNode",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsNoTabBar": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsNoTabBar",
|
|
"defaults": {},
|
|
"funcname": "IsNoTabBar",
|
|
"location": "imgui_internal:2069",
|
|
"ov_cimguiname": "ImGuiDockNode_IsNoTabBar",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsRootNode": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsRootNode",
|
|
"defaults": {},
|
|
"funcname": "IsRootNode",
|
|
"location": "imgui_internal:2064",
|
|
"ov_cimguiname": "ImGuiDockNode_IsRootNode",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_IsSplitNode": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_IsSplitNode",
|
|
"defaults": {},
|
|
"funcname": "IsSplitNode",
|
|
"location": "imgui_internal:2070",
|
|
"ov_cimguiname": "ImGuiDockNode_IsSplitNode",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_Rect": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_Rect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "Rect",
|
|
"location": "imgui_internal:2073",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiDockNode_Rect",
|
|
"ret": "ImRect_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_SetLocalFlags": [
|
|
{
|
|
"args": "(ImGuiDockNode* self,ImGuiDockNodeFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiDockNodeFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDockNodeFlags flags)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "ImGuiDockNode_SetLocalFlags",
|
|
"defaults": {},
|
|
"funcname": "SetLocalFlags",
|
|
"location": "imgui_internal:2075",
|
|
"ov_cimguiname": "ImGuiDockNode_SetLocalFlags",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDockNodeFlags)",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_UpdateMergedFlags": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiDockNode_UpdateMergedFlags",
|
|
"defaults": {},
|
|
"funcname": "UpdateMergedFlags",
|
|
"location": "imgui_internal:2076",
|
|
"ov_cimguiname": "ImGuiDockNode_UpdateMergedFlags",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiDockNode_destroy": [
|
|
{
|
|
"args": "(ImGuiDockNode* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiDockNode_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2063",
|
|
"ov_cimguiname": "ImGuiDockNode_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImGuiDockNode*)",
|
|
"stname": "ImGuiDockNode"
|
|
}
|
|
],
|
|
"ImGuiErrorRecoveryState_ImGuiErrorRecoveryState": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiErrorRecoveryState_ImGuiErrorRecoveryState",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiErrorRecoveryState",
|
|
"location": "imgui_internal:1431",
|
|
"ov_cimguiname": "ImGuiErrorRecoveryState_ImGuiErrorRecoveryState",
|
|
"signature": "()",
|
|
"stname": "ImGuiErrorRecoveryState"
|
|
}
|
|
],
|
|
"ImGuiErrorRecoveryState_destroy": [
|
|
{
|
|
"args": "(ImGuiErrorRecoveryState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiErrorRecoveryState*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiErrorRecoveryState_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1431",
|
|
"ov_cimguiname": "ImGuiErrorRecoveryState_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiErrorRecoveryState*)",
|
|
"stname": "ImGuiErrorRecoveryState"
|
|
}
|
|
],
|
|
"ImGuiFreeType_DebugEditFontLoaderFlags": [
|
|
{
|
|
"args": "(ImGuiFreeTypeLoaderFlags* p_font_loader_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_font_loader_flags",
|
|
"type": "ImGuiFreeTypeLoaderFlags*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiFreeTypeLoaderFlags* p_font_loader_flags)",
|
|
"call_args": "(p_font_loader_flags)",
|
|
"call_args_old": "(p_font_loader_flags)",
|
|
"cimguiname": "ImGuiFreeType_DebugEditFontLoaderFlags",
|
|
"defaults": {},
|
|
"funcname": "DebugEditFontLoaderFlags",
|
|
"location": "imgui_freetype:74",
|
|
"namespace": "ImGuiFreeType",
|
|
"ov_cimguiname": "ImGuiFreeType_DebugEditFontLoaderFlags",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiFreeTypeLoaderFlags*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"ImGuiFreeType_GetFontLoader": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiFreeType_GetFontLoader",
|
|
"defaults": {},
|
|
"funcname": "GetFontLoader",
|
|
"location": "imgui_freetype:67",
|
|
"namespace": "ImGuiFreeType",
|
|
"ov_cimguiname": "ImGuiFreeType_GetFontLoader",
|
|
"ret": "const ImFontLoader*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"ImGuiFreeType_SetAllocatorFunctions": [
|
|
{
|
|
"args": "(void*(*alloc_func)(size_t sz,void* user_data),void(*free_func)(void* ptr,void* user_data),void* user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "alloc_func",
|
|
"ret": "void*",
|
|
"signature": "(size_t sz,void* user_data)",
|
|
"type": "void*(*)(size_t sz,void* user_data)"
|
|
},
|
|
{
|
|
"name": "free_func",
|
|
"ret": "void",
|
|
"signature": "(void* ptr,void* user_data)",
|
|
"type": "void(*)(void* ptr,void* user_data)"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void*(*alloc_func)(size_t sz,void* user_data),void(*free_func)(void* ptr,void* user_data),void* user_data=nullptr)",
|
|
"call_args": "(alloc_func,free_func,user_data)",
|
|
"call_args_old": "(alloc_func,free_func,user_data)",
|
|
"cimguiname": "ImGuiFreeType_SetAllocatorFunctions",
|
|
"defaults": {
|
|
"user_data": "nullptr"
|
|
},
|
|
"funcname": "SetAllocatorFunctions",
|
|
"location": "imgui_freetype:71",
|
|
"namespace": "ImGuiFreeType",
|
|
"ov_cimguiname": "ImGuiFreeType_SetAllocatorFunctions",
|
|
"ret": "void",
|
|
"signature": "(void*(*)(size_t,void*),void(*)(void*,void*),void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"ImGuiIDStackTool_ImGuiIDStackTool": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiIDStackTool_ImGuiIDStackTool",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiIDStackTool",
|
|
"location": "imgui_internal:2346",
|
|
"ov_cimguiname": "ImGuiIDStackTool_ImGuiIDStackTool",
|
|
"signature": "()",
|
|
"stname": "ImGuiIDStackTool"
|
|
}
|
|
],
|
|
"ImGuiIDStackTool_destroy": [
|
|
{
|
|
"args": "(ImGuiIDStackTool* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIDStackTool*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiIDStackTool_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2346",
|
|
"ov_cimguiname": "ImGuiIDStackTool_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiIDStackTool*)",
|
|
"stname": "ImGuiIDStackTool"
|
|
}
|
|
],
|
|
"ImGuiIO_AddFocusEvent": [
|
|
{
|
|
"args": "(ImGuiIO* self,bool focused)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "focused",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool focused)",
|
|
"call_args": "(focused)",
|
|
"call_args_old": "(focused)",
|
|
"cimguiname": "ImGuiIO_AddFocusEvent",
|
|
"defaults": {},
|
|
"funcname": "AddFocusEvent",
|
|
"location": "imgui:2611",
|
|
"ov_cimguiname": "ImGuiIO_AddFocusEvent",
|
|
"ret": "void",
|
|
"signature": "(bool)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddInputCharacter": [
|
|
{
|
|
"args": "(ImGuiIO* self,unsigned int c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"argsoriginal": "(unsigned int c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImGuiIO_AddInputCharacter",
|
|
"defaults": {},
|
|
"funcname": "AddInputCharacter",
|
|
"location": "imgui:2612",
|
|
"ov_cimguiname": "ImGuiIO_AddInputCharacter",
|
|
"ret": "void",
|
|
"signature": "(unsigned int)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddInputCharacterUTF16": [
|
|
{
|
|
"args": "(ImGuiIO* self,ImWchar16 c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "ImWchar16"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar16 c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImGuiIO_AddInputCharacterUTF16",
|
|
"defaults": {},
|
|
"funcname": "AddInputCharacterUTF16",
|
|
"location": "imgui:2613",
|
|
"ov_cimguiname": "ImGuiIO_AddInputCharacterUTF16",
|
|
"ret": "void",
|
|
"signature": "(ImWchar16)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddInputCharactersUTF8": [
|
|
{
|
|
"args": "(ImGuiIO* self,const char* str)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "str",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str)",
|
|
"call_args": "(str)",
|
|
"call_args_old": "(str)",
|
|
"cimguiname": "ImGuiIO_AddInputCharactersUTF8",
|
|
"defaults": {},
|
|
"funcname": "AddInputCharactersUTF8",
|
|
"location": "imgui:2614",
|
|
"ov_cimguiname": "ImGuiIO_AddInputCharactersUTF8",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddKeyAnalogEvent": [
|
|
{
|
|
"args": "(ImGuiIO* self,ImGuiKey key,bool down,float v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "down",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,bool down,float v)",
|
|
"call_args": "(key,down,v)",
|
|
"call_args_old": "(key,down,v)",
|
|
"cimguiname": "ImGuiIO_AddKeyAnalogEvent",
|
|
"defaults": {},
|
|
"funcname": "AddKeyAnalogEvent",
|
|
"location": "imgui:2605",
|
|
"ov_cimguiname": "ImGuiIO_AddKeyAnalogEvent",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKey,bool,float)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddKeyEvent": [
|
|
{
|
|
"args": "(ImGuiIO* self,ImGuiKey key,bool down)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "down",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,bool down)",
|
|
"call_args": "(key,down)",
|
|
"call_args_old": "(key,down)",
|
|
"cimguiname": "ImGuiIO_AddKeyEvent",
|
|
"defaults": {},
|
|
"funcname": "AddKeyEvent",
|
|
"location": "imgui:2604",
|
|
"ov_cimguiname": "ImGuiIO_AddKeyEvent",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKey,bool)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddMouseButtonEvent": [
|
|
{
|
|
"args": "(ImGuiIO* self,int button,bool down)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "button",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "down",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(int button,bool down)",
|
|
"call_args": "(button,down)",
|
|
"call_args_old": "(button,down)",
|
|
"cimguiname": "ImGuiIO_AddMouseButtonEvent",
|
|
"defaults": {},
|
|
"funcname": "AddMouseButtonEvent",
|
|
"location": "imgui:2607",
|
|
"ov_cimguiname": "ImGuiIO_AddMouseButtonEvent",
|
|
"ret": "void",
|
|
"signature": "(int,bool)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddMousePosEvent": [
|
|
{
|
|
"args": "(ImGuiIO* self,float x,float y)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float x,float y)",
|
|
"call_args": "(x,y)",
|
|
"call_args_old": "(x,y)",
|
|
"cimguiname": "ImGuiIO_AddMousePosEvent",
|
|
"defaults": {},
|
|
"funcname": "AddMousePosEvent",
|
|
"location": "imgui:2606",
|
|
"ov_cimguiname": "ImGuiIO_AddMousePosEvent",
|
|
"ret": "void",
|
|
"signature": "(float,float)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddMouseSourceEvent": [
|
|
{
|
|
"args": "(ImGuiIO* self,ImGuiMouseSource source)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "source",
|
|
"type": "ImGuiMouseSource"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseSource source)",
|
|
"call_args": "(source)",
|
|
"call_args_old": "(source)",
|
|
"cimguiname": "ImGuiIO_AddMouseSourceEvent",
|
|
"defaults": {},
|
|
"funcname": "AddMouseSourceEvent",
|
|
"location": "imgui:2609",
|
|
"ov_cimguiname": "ImGuiIO_AddMouseSourceEvent",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMouseSource)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddMouseViewportEvent": [
|
|
{
|
|
"args": "(ImGuiIO* self,ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "ImGuiIO_AddMouseViewportEvent",
|
|
"defaults": {},
|
|
"funcname": "AddMouseViewportEvent",
|
|
"location": "imgui:2610",
|
|
"ov_cimguiname": "ImGuiIO_AddMouseViewportEvent",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_AddMouseWheelEvent": [
|
|
{
|
|
"args": "(ImGuiIO* self,float wheel_x,float wheel_y)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "wheel_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "wheel_y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float wheel_x,float wheel_y)",
|
|
"call_args": "(wheel_x,wheel_y)",
|
|
"call_args_old": "(wheel_x,wheel_y)",
|
|
"cimguiname": "ImGuiIO_AddMouseWheelEvent",
|
|
"defaults": {},
|
|
"funcname": "AddMouseWheelEvent",
|
|
"location": "imgui:2608",
|
|
"ov_cimguiname": "ImGuiIO_AddMouseWheelEvent",
|
|
"ret": "void",
|
|
"signature": "(float,float)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_ClearEventsQueue": [
|
|
{
|
|
"args": "(ImGuiIO* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiIO_ClearEventsQueue",
|
|
"defaults": {},
|
|
"funcname": "ClearEventsQueue",
|
|
"location": "imgui:2618",
|
|
"ov_cimguiname": "ImGuiIO_ClearEventsQueue",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_ClearInputKeys": [
|
|
{
|
|
"args": "(ImGuiIO* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiIO_ClearInputKeys",
|
|
"defaults": {},
|
|
"funcname": "ClearInputKeys",
|
|
"location": "imgui:2619",
|
|
"ov_cimguiname": "ImGuiIO_ClearInputKeys",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_ClearInputMouse": [
|
|
{
|
|
"args": "(ImGuiIO* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiIO_ClearInputMouse",
|
|
"defaults": {},
|
|
"funcname": "ClearInputMouse",
|
|
"location": "imgui:2620",
|
|
"ov_cimguiname": "ImGuiIO_ClearInputMouse",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_ImGuiIO": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiIO_ImGuiIO",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiIO",
|
|
"location": "imgui:2711",
|
|
"ov_cimguiname": "ImGuiIO_ImGuiIO",
|
|
"signature": "()",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_SetAppAcceptingEvents": [
|
|
{
|
|
"args": "(ImGuiIO* self,bool accepting_events)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "accepting_events",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool accepting_events)",
|
|
"call_args": "(accepting_events)",
|
|
"call_args_old": "(accepting_events)",
|
|
"cimguiname": "ImGuiIO_SetAppAcceptingEvents",
|
|
"defaults": {},
|
|
"funcname": "SetAppAcceptingEvents",
|
|
"location": "imgui:2617",
|
|
"ov_cimguiname": "ImGuiIO_SetAppAcceptingEvents",
|
|
"ret": "void",
|
|
"signature": "(bool)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_SetKeyEventNativeData": [
|
|
{
|
|
"args": "(ImGuiIO* self,ImGuiKey key,int native_keycode,int native_scancode,int native_legacy_index)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "native_keycode",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "native_scancode",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "native_legacy_index",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,int native_keycode,int native_scancode,int native_legacy_index=-1)",
|
|
"call_args": "(key,native_keycode,native_scancode,native_legacy_index)",
|
|
"call_args_old": "(key,native_keycode,native_scancode,native_legacy_index)",
|
|
"cimguiname": "ImGuiIO_SetKeyEventNativeData",
|
|
"defaults": {
|
|
"native_legacy_index": "-1"
|
|
},
|
|
"funcname": "SetKeyEventNativeData",
|
|
"location": "imgui:2616",
|
|
"ov_cimguiname": "ImGuiIO_SetKeyEventNativeData",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKey,int,int,int)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiIO_destroy": [
|
|
{
|
|
"args": "(ImGuiIO* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiIO*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiIO_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2711",
|
|
"ov_cimguiname": "ImGuiIO_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiIO*)",
|
|
"stname": "ImGuiIO"
|
|
}
|
|
],
|
|
"ImGuiInputEvent_ImGuiInputEvent": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputEvent_ImGuiInputEvent",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiInputEvent",
|
|
"location": "imgui_internal:1573",
|
|
"ov_cimguiname": "ImGuiInputEvent_ImGuiInputEvent",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputEvent"
|
|
}
|
|
],
|
|
"ImGuiInputEvent_destroy": [
|
|
{
|
|
"args": "(ImGuiInputEvent* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputEvent*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiInputEvent_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1573",
|
|
"ov_cimguiname": "ImGuiInputEvent_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiInputEvent*)",
|
|
"stname": "ImGuiInputEvent"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData_ClearSelection": [
|
|
{
|
|
"args": "(ImGuiInputTextCallbackData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextCallbackData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextCallbackData_ClearSelection",
|
|
"defaults": {},
|
|
"funcname": "ClearSelection",
|
|
"location": "imgui:2755",
|
|
"ov_cimguiname": "ImGuiInputTextCallbackData_ClearSelection",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextCallbackData"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData_DeleteChars": [
|
|
{
|
|
"args": "(ImGuiInputTextCallbackData* self,int pos,int bytes_count)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextCallbackData*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "bytes_count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int pos,int bytes_count)",
|
|
"call_args": "(pos,bytes_count)",
|
|
"call_args_old": "(pos,bytes_count)",
|
|
"cimguiname": "ImGuiInputTextCallbackData_DeleteChars",
|
|
"defaults": {},
|
|
"funcname": "DeleteChars",
|
|
"location": "imgui:2752",
|
|
"ov_cimguiname": "ImGuiInputTextCallbackData_DeleteChars",
|
|
"ret": "void",
|
|
"signature": "(int,int)",
|
|
"stname": "ImGuiInputTextCallbackData"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData_HasSelection": [
|
|
{
|
|
"args": "(ImGuiInputTextCallbackData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextCallbackData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextCallbackData_HasSelection",
|
|
"defaults": {},
|
|
"funcname": "HasSelection",
|
|
"location": "imgui:2756",
|
|
"ov_cimguiname": "ImGuiInputTextCallbackData_HasSelection",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiInputTextCallbackData"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData_ImGuiInputTextCallbackData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiInputTextCallbackData",
|
|
"location": "imgui:2751",
|
|
"ov_cimguiname": "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextCallbackData"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData_InsertChars": [
|
|
{
|
|
"args": "(ImGuiInputTextCallbackData* self,int pos,const char* text,const char* text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextCallbackData*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(int pos,const char* text,const char* text_end=((void*)0))",
|
|
"call_args": "(pos,text,text_end)",
|
|
"call_args_old": "(pos,text,text_end)",
|
|
"cimguiname": "ImGuiInputTextCallbackData_InsertChars",
|
|
"defaults": {
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "InsertChars",
|
|
"location": "imgui:2753",
|
|
"ov_cimguiname": "ImGuiInputTextCallbackData_InsertChars",
|
|
"ret": "void",
|
|
"signature": "(int,const char*,const char*)",
|
|
"stname": "ImGuiInputTextCallbackData"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData_SelectAll": [
|
|
{
|
|
"args": "(ImGuiInputTextCallbackData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextCallbackData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextCallbackData_SelectAll",
|
|
"defaults": {},
|
|
"funcname": "SelectAll",
|
|
"location": "imgui:2754",
|
|
"ov_cimguiname": "ImGuiInputTextCallbackData_SelectAll",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextCallbackData"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData_destroy": [
|
|
{
|
|
"args": "(ImGuiInputTextCallbackData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextCallbackData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiInputTextCallbackData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2751",
|
|
"ov_cimguiname": "ImGuiInputTextCallbackData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiInputTextCallbackData*)",
|
|
"stname": "ImGuiInputTextCallbackData"
|
|
}
|
|
],
|
|
"ImGuiInputTextDeactivatedState_ClearFreeMemory": [
|
|
{
|
|
"args": "(ImGuiInputTextDeactivatedState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextDeactivatedState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextDeactivatedState_ClearFreeMemory",
|
|
"defaults": {},
|
|
"funcname": "ClearFreeMemory",
|
|
"location": "imgui_internal:1219",
|
|
"ov_cimguiname": "ImGuiInputTextDeactivatedState_ClearFreeMemory",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextDeactivatedState"
|
|
}
|
|
],
|
|
"ImGuiInputTextDeactivatedState_ImGuiInputTextDeactivatedState": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextDeactivatedState_ImGuiInputTextDeactivatedState",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiInputTextDeactivatedState",
|
|
"location": "imgui_internal:1218",
|
|
"ov_cimguiname": "ImGuiInputTextDeactivatedState_ImGuiInputTextDeactivatedState",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextDeactivatedState"
|
|
}
|
|
],
|
|
"ImGuiInputTextDeactivatedState_destroy": [
|
|
{
|
|
"args": "(ImGuiInputTextDeactivatedState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextDeactivatedState*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiInputTextDeactivatedState_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1218",
|
|
"ov_cimguiname": "ImGuiInputTextDeactivatedState_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiInputTextDeactivatedState*)",
|
|
"stname": "ImGuiInputTextDeactivatedState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_ClearFreeMemory": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_ClearFreeMemory",
|
|
"defaults": {},
|
|
"funcname": "ClearFreeMemory",
|
|
"location": "imgui_internal:1263",
|
|
"ov_cimguiname": "ImGuiInputTextState_ClearFreeMemory",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_ClearSelection": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_ClearSelection",
|
|
"defaults": {},
|
|
"funcname": "ClearSelection",
|
|
"location": "imgui_internal:1272",
|
|
"ov_cimguiname": "ImGuiInputTextState_ClearSelection",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_ClearText": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_ClearText",
|
|
"defaults": {},
|
|
"funcname": "ClearText",
|
|
"location": "imgui_internal:1262",
|
|
"ov_cimguiname": "ImGuiInputTextState_ClearText",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_CursorAnimReset": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_CursorAnimReset",
|
|
"defaults": {},
|
|
"funcname": "CursorAnimReset",
|
|
"location": "imgui_internal:1269",
|
|
"ov_cimguiname": "ImGuiInputTextState_CursorAnimReset",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_CursorClamp": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_CursorClamp",
|
|
"defaults": {},
|
|
"funcname": "CursorClamp",
|
|
"location": "imgui_internal:1270",
|
|
"ov_cimguiname": "ImGuiInputTextState_CursorClamp",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_GetCursorPos": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_GetCursorPos",
|
|
"defaults": {},
|
|
"funcname": "GetCursorPos",
|
|
"location": "imgui_internal:1273",
|
|
"ov_cimguiname": "ImGuiInputTextState_GetCursorPos",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_GetPreferredOffsetX": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_GetPreferredOffsetX",
|
|
"defaults": {},
|
|
"funcname": "GetPreferredOffsetX",
|
|
"location": "imgui_internal:1266",
|
|
"ov_cimguiname": "ImGuiInputTextState_GetPreferredOffsetX",
|
|
"ret": "float",
|
|
"signature": "()const",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_GetSelectionEnd": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_GetSelectionEnd",
|
|
"defaults": {},
|
|
"funcname": "GetSelectionEnd",
|
|
"location": "imgui_internal:1275",
|
|
"ov_cimguiname": "ImGuiInputTextState_GetSelectionEnd",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_GetSelectionStart": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_GetSelectionStart",
|
|
"defaults": {},
|
|
"funcname": "GetSelectionStart",
|
|
"location": "imgui_internal:1274",
|
|
"ov_cimguiname": "ImGuiInputTextState_GetSelectionStart",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_HasSelection": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_HasSelection",
|
|
"defaults": {},
|
|
"funcname": "HasSelection",
|
|
"location": "imgui_internal:1271",
|
|
"ov_cimguiname": "ImGuiInputTextState_HasSelection",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_ImGuiInputTextState": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_ImGuiInputTextState",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiInputTextState",
|
|
"location": "imgui_internal:1260",
|
|
"ov_cimguiname": "ImGuiInputTextState_ImGuiInputTextState",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_OnCharPressed": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self,unsigned int c)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"argsoriginal": "(unsigned int c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "ImGuiInputTextState_OnCharPressed",
|
|
"defaults": {},
|
|
"funcname": "OnCharPressed",
|
|
"location": "imgui_internal:1265",
|
|
"ov_cimguiname": "ImGuiInputTextState_OnCharPressed",
|
|
"ret": "void",
|
|
"signature": "(unsigned int)",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_OnKeyPressed": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self,int key)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "ImGuiInputTextState_OnKeyPressed",
|
|
"defaults": {},
|
|
"funcname": "OnKeyPressed",
|
|
"location": "imgui_internal:1264",
|
|
"ov_cimguiname": "ImGuiInputTextState_OnKeyPressed",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_ReloadUserBufAndKeepSelection": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_ReloadUserBufAndKeepSelection",
|
|
"defaults": {},
|
|
"funcname": "ReloadUserBufAndKeepSelection",
|
|
"location": "imgui_internal:1284",
|
|
"ov_cimguiname": "ImGuiInputTextState_ReloadUserBufAndKeepSelection",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_ReloadUserBufAndMoveToEnd": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_ReloadUserBufAndMoveToEnd",
|
|
"defaults": {},
|
|
"funcname": "ReloadUserBufAndMoveToEnd",
|
|
"location": "imgui_internal:1285",
|
|
"ov_cimguiname": "ImGuiInputTextState_ReloadUserBufAndMoveToEnd",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_ReloadUserBufAndSelectAll": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_ReloadUserBufAndSelectAll",
|
|
"defaults": {},
|
|
"funcname": "ReloadUserBufAndSelectAll",
|
|
"location": "imgui_internal:1283",
|
|
"ov_cimguiname": "ImGuiInputTextState_ReloadUserBufAndSelectAll",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_SelectAll": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiInputTextState_SelectAll",
|
|
"defaults": {},
|
|
"funcname": "SelectAll",
|
|
"location": "imgui_internal:1276",
|
|
"ov_cimguiname": "ImGuiInputTextState_SelectAll",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiInputTextState_destroy": [
|
|
{
|
|
"args": "(ImGuiInputTextState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiInputTextState_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1261",
|
|
"ov_cimguiname": "ImGuiInputTextState_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImGuiInputTextState*)",
|
|
"stname": "ImGuiInputTextState"
|
|
}
|
|
],
|
|
"ImGuiKeyOwnerData_ImGuiKeyOwnerData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiKeyOwnerData_ImGuiKeyOwnerData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiKeyOwnerData",
|
|
"location": "imgui_internal:1617",
|
|
"ov_cimguiname": "ImGuiKeyOwnerData_ImGuiKeyOwnerData",
|
|
"signature": "()",
|
|
"stname": "ImGuiKeyOwnerData"
|
|
}
|
|
],
|
|
"ImGuiKeyOwnerData_destroy": [
|
|
{
|
|
"args": "(ImGuiKeyOwnerData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiKeyOwnerData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiKeyOwnerData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1617",
|
|
"ov_cimguiname": "ImGuiKeyOwnerData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKeyOwnerData*)",
|
|
"stname": "ImGuiKeyOwnerData"
|
|
}
|
|
],
|
|
"ImGuiKeyRoutingData_ImGuiKeyRoutingData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiKeyRoutingData_ImGuiKeyRoutingData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiKeyRoutingData",
|
|
"location": "imgui_internal:1593",
|
|
"ov_cimguiname": "ImGuiKeyRoutingData_ImGuiKeyRoutingData",
|
|
"signature": "()",
|
|
"stname": "ImGuiKeyRoutingData"
|
|
}
|
|
],
|
|
"ImGuiKeyRoutingData_destroy": [
|
|
{
|
|
"args": "(ImGuiKeyRoutingData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiKeyRoutingData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiKeyRoutingData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1593",
|
|
"ov_cimguiname": "ImGuiKeyRoutingData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKeyRoutingData*)",
|
|
"stname": "ImGuiKeyRoutingData"
|
|
}
|
|
],
|
|
"ImGuiKeyRoutingTable_Clear": [
|
|
{
|
|
"args": "(ImGuiKeyRoutingTable* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiKeyRoutingTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiKeyRoutingTable_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui_internal:1605",
|
|
"ov_cimguiname": "ImGuiKeyRoutingTable_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiKeyRoutingTable"
|
|
}
|
|
],
|
|
"ImGuiKeyRoutingTable_ImGuiKeyRoutingTable": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiKeyRoutingTable_ImGuiKeyRoutingTable",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiKeyRoutingTable",
|
|
"location": "imgui_internal:1604",
|
|
"ov_cimguiname": "ImGuiKeyRoutingTable_ImGuiKeyRoutingTable",
|
|
"signature": "()",
|
|
"stname": "ImGuiKeyRoutingTable"
|
|
}
|
|
],
|
|
"ImGuiKeyRoutingTable_destroy": [
|
|
{
|
|
"args": "(ImGuiKeyRoutingTable* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiKeyRoutingTable*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiKeyRoutingTable_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1604",
|
|
"ov_cimguiname": "ImGuiKeyRoutingTable_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKeyRoutingTable*)",
|
|
"stname": "ImGuiKeyRoutingTable"
|
|
}
|
|
],
|
|
"ImGuiLastItemData_ImGuiLastItemData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiLastItemData_ImGuiLastItemData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiLastItemData",
|
|
"location": "imgui_internal:1398",
|
|
"ov_cimguiname": "ImGuiLastItemData_ImGuiLastItemData",
|
|
"signature": "()",
|
|
"stname": "ImGuiLastItemData"
|
|
}
|
|
],
|
|
"ImGuiLastItemData_destroy": [
|
|
{
|
|
"args": "(ImGuiLastItemData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiLastItemData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiLastItemData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1398",
|
|
"ov_cimguiname": "ImGuiLastItemData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiLastItemData*)",
|
|
"stname": "ImGuiLastItemData"
|
|
}
|
|
],
|
|
"ImGuiListClipperData_ImGuiListClipperData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiListClipperData_ImGuiListClipperData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiListClipperData",
|
|
"location": "imgui_internal:1688",
|
|
"ov_cimguiname": "ImGuiListClipperData_ImGuiListClipperData",
|
|
"signature": "()",
|
|
"stname": "ImGuiListClipperData"
|
|
}
|
|
],
|
|
"ImGuiListClipperData_Reset": [
|
|
{
|
|
"args": "(ImGuiListClipperData* self,ImGuiListClipper* clipper)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipperData*"
|
|
},
|
|
{
|
|
"name": "clipper",
|
|
"type": "ImGuiListClipper*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiListClipper* clipper)",
|
|
"call_args": "(clipper)",
|
|
"call_args_old": "(clipper)",
|
|
"cimguiname": "ImGuiListClipperData_Reset",
|
|
"defaults": {},
|
|
"funcname": "Reset",
|
|
"location": "imgui_internal:1689",
|
|
"ov_cimguiname": "ImGuiListClipperData_Reset",
|
|
"ret": "void",
|
|
"signature": "(ImGuiListClipper*)",
|
|
"stname": "ImGuiListClipperData"
|
|
}
|
|
],
|
|
"ImGuiListClipperData_destroy": [
|
|
{
|
|
"args": "(ImGuiListClipperData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipperData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiListClipperData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1688",
|
|
"ov_cimguiname": "ImGuiListClipperData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiListClipperData*)",
|
|
"stname": "ImGuiListClipperData"
|
|
}
|
|
],
|
|
"ImGuiListClipperRange_FromIndices": [
|
|
{
|
|
"args": "(int min,int max)",
|
|
"argsT": [
|
|
{
|
|
"name": "min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "max",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int min,int max)",
|
|
"call_args": "(min,max)",
|
|
"call_args_old": "(min,max)",
|
|
"cimguiname": "ImGuiListClipperRange_FromIndices",
|
|
"defaults": {},
|
|
"funcname": "FromIndices",
|
|
"is_static_function": true,
|
|
"location": "imgui_internal:1675",
|
|
"ov_cimguiname": "ImGuiListClipperRange_FromIndices",
|
|
"ret": "ImGuiListClipperRange",
|
|
"signature": "(int,int)",
|
|
"stname": "ImGuiListClipperRange"
|
|
}
|
|
],
|
|
"ImGuiListClipperRange_FromPositions": [
|
|
{
|
|
"args": "(float y1,float y2,int off_min,int off_max)",
|
|
"argsT": [
|
|
{
|
|
"name": "y1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y2",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "off_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "off_max",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(float y1,float y2,int off_min,int off_max)",
|
|
"call_args": "(y1,y2,off_min,off_max)",
|
|
"call_args_old": "(y1,y2,off_min,off_max)",
|
|
"cimguiname": "ImGuiListClipperRange_FromPositions",
|
|
"defaults": {},
|
|
"funcname": "FromPositions",
|
|
"is_static_function": true,
|
|
"location": "imgui_internal:1676",
|
|
"ov_cimguiname": "ImGuiListClipperRange_FromPositions",
|
|
"ret": "ImGuiListClipperRange",
|
|
"signature": "(float,float,int,int)",
|
|
"stname": "ImGuiListClipperRange"
|
|
}
|
|
],
|
|
"ImGuiListClipper_Begin": [
|
|
{
|
|
"args": "(ImGuiListClipper* self,int items_count,float items_height)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipper*"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "items_height",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(int items_count,float items_height=-1.0f)",
|
|
"call_args": "(items_count,items_height)",
|
|
"call_args_old": "(items_count,items_height)",
|
|
"cimguiname": "ImGuiListClipper_Begin",
|
|
"defaults": {
|
|
"items_height": "-1.0f"
|
|
},
|
|
"funcname": "Begin",
|
|
"location": "imgui:2980",
|
|
"ov_cimguiname": "ImGuiListClipper_Begin",
|
|
"ret": "void",
|
|
"signature": "(int,float)",
|
|
"stname": "ImGuiListClipper"
|
|
}
|
|
],
|
|
"ImGuiListClipper_End": [
|
|
{
|
|
"args": "(ImGuiListClipper* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipper*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiListClipper_End",
|
|
"defaults": {},
|
|
"funcname": "End",
|
|
"location": "imgui:2981",
|
|
"ov_cimguiname": "ImGuiListClipper_End",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiListClipper"
|
|
}
|
|
],
|
|
"ImGuiListClipper_ImGuiListClipper": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiListClipper_ImGuiListClipper",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiListClipper",
|
|
"location": "imgui:2978",
|
|
"ov_cimguiname": "ImGuiListClipper_ImGuiListClipper",
|
|
"signature": "()",
|
|
"stname": "ImGuiListClipper"
|
|
}
|
|
],
|
|
"ImGuiListClipper_IncludeItemByIndex": [
|
|
{
|
|
"args": "(ImGuiListClipper* self,int item_index)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipper*"
|
|
},
|
|
{
|
|
"name": "item_index",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int item_index)",
|
|
"call_args": "(item_index)",
|
|
"call_args_old": "(item_index)",
|
|
"cimguiname": "ImGuiListClipper_IncludeItemByIndex",
|
|
"defaults": {},
|
|
"funcname": "IncludeItemByIndex",
|
|
"location": "imgui:2986",
|
|
"ov_cimguiname": "ImGuiListClipper_IncludeItemByIndex",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiListClipper"
|
|
}
|
|
],
|
|
"ImGuiListClipper_IncludeItemsByIndex": [
|
|
{
|
|
"args": "(ImGuiListClipper* self,int item_begin,int item_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipper*"
|
|
},
|
|
{
|
|
"name": "item_begin",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "item_end",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int item_begin,int item_end)",
|
|
"call_args": "(item_begin,item_end)",
|
|
"call_args_old": "(item_begin,item_end)",
|
|
"cimguiname": "ImGuiListClipper_IncludeItemsByIndex",
|
|
"defaults": {},
|
|
"funcname": "IncludeItemsByIndex",
|
|
"location": "imgui:2987",
|
|
"ov_cimguiname": "ImGuiListClipper_IncludeItemsByIndex",
|
|
"ret": "void",
|
|
"signature": "(int,int)",
|
|
"stname": "ImGuiListClipper"
|
|
}
|
|
],
|
|
"ImGuiListClipper_SeekCursorForItem": [
|
|
{
|
|
"args": "(ImGuiListClipper* self,int item_index)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipper*"
|
|
},
|
|
{
|
|
"name": "item_index",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int item_index)",
|
|
"call_args": "(item_index)",
|
|
"call_args_old": "(item_index)",
|
|
"cimguiname": "ImGuiListClipper_SeekCursorForItem",
|
|
"defaults": {},
|
|
"funcname": "SeekCursorForItem",
|
|
"location": "imgui:2992",
|
|
"ov_cimguiname": "ImGuiListClipper_SeekCursorForItem",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiListClipper"
|
|
}
|
|
],
|
|
"ImGuiListClipper_Step": [
|
|
{
|
|
"args": "(ImGuiListClipper* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipper*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiListClipper_Step",
|
|
"defaults": {},
|
|
"funcname": "Step",
|
|
"location": "imgui:2982",
|
|
"ov_cimguiname": "ImGuiListClipper_Step",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": "ImGuiListClipper"
|
|
}
|
|
],
|
|
"ImGuiListClipper_destroy": [
|
|
{
|
|
"args": "(ImGuiListClipper* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiListClipper*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiListClipper_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2979",
|
|
"ov_cimguiname": "ImGuiListClipper_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImGuiListClipper*)",
|
|
"stname": "ImGuiListClipper"
|
|
}
|
|
],
|
|
"ImGuiMenuColumns_CalcNextTotalWidth": [
|
|
{
|
|
"args": "(ImGuiMenuColumns* self,bool update_offsets)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiMenuColumns*"
|
|
},
|
|
{
|
|
"name": "update_offsets",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool update_offsets)",
|
|
"call_args": "(update_offsets)",
|
|
"call_args_old": "(update_offsets)",
|
|
"cimguiname": "ImGuiMenuColumns_CalcNextTotalWidth",
|
|
"defaults": {},
|
|
"funcname": "CalcNextTotalWidth",
|
|
"location": "imgui_internal:1209",
|
|
"ov_cimguiname": "ImGuiMenuColumns_CalcNextTotalWidth",
|
|
"ret": "void",
|
|
"signature": "(bool)",
|
|
"stname": "ImGuiMenuColumns"
|
|
}
|
|
],
|
|
"ImGuiMenuColumns_DeclColumns": [
|
|
{
|
|
"args": "(ImGuiMenuColumns* self,float w_icon,float w_label,float w_shortcut,float w_mark)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiMenuColumns*"
|
|
},
|
|
{
|
|
"name": "w_icon",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "w_label",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "w_shortcut",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "w_mark",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float w_icon,float w_label,float w_shortcut,float w_mark)",
|
|
"call_args": "(w_icon,w_label,w_shortcut,w_mark)",
|
|
"call_args_old": "(w_icon,w_label,w_shortcut,w_mark)",
|
|
"cimguiname": "ImGuiMenuColumns_DeclColumns",
|
|
"defaults": {},
|
|
"funcname": "DeclColumns",
|
|
"location": "imgui_internal:1208",
|
|
"ov_cimguiname": "ImGuiMenuColumns_DeclColumns",
|
|
"ret": "float",
|
|
"signature": "(float,float,float,float)",
|
|
"stname": "ImGuiMenuColumns"
|
|
}
|
|
],
|
|
"ImGuiMenuColumns_ImGuiMenuColumns": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiMenuColumns_ImGuiMenuColumns",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiMenuColumns",
|
|
"location": "imgui_internal:1206",
|
|
"ov_cimguiname": "ImGuiMenuColumns_ImGuiMenuColumns",
|
|
"signature": "()",
|
|
"stname": "ImGuiMenuColumns"
|
|
}
|
|
],
|
|
"ImGuiMenuColumns_Update": [
|
|
{
|
|
"args": "(ImGuiMenuColumns* self,float spacing,bool window_reappearing)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiMenuColumns*"
|
|
},
|
|
{
|
|
"name": "spacing",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "window_reappearing",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(float spacing,bool window_reappearing)",
|
|
"call_args": "(spacing,window_reappearing)",
|
|
"call_args_old": "(spacing,window_reappearing)",
|
|
"cimguiname": "ImGuiMenuColumns_Update",
|
|
"defaults": {},
|
|
"funcname": "Update",
|
|
"location": "imgui_internal:1207",
|
|
"ov_cimguiname": "ImGuiMenuColumns_Update",
|
|
"ret": "void",
|
|
"signature": "(float,bool)",
|
|
"stname": "ImGuiMenuColumns"
|
|
}
|
|
],
|
|
"ImGuiMenuColumns_destroy": [
|
|
{
|
|
"args": "(ImGuiMenuColumns* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiMenuColumns*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiMenuColumns_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1206",
|
|
"ov_cimguiname": "ImGuiMenuColumns_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMenuColumns*)",
|
|
"stname": "ImGuiMenuColumns"
|
|
}
|
|
],
|
|
"ImGuiMultiSelectState_ImGuiMultiSelectState": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiMultiSelectState_ImGuiMultiSelectState",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiMultiSelectState",
|
|
"location": "imgui_internal:1955",
|
|
"ov_cimguiname": "ImGuiMultiSelectState_ImGuiMultiSelectState",
|
|
"signature": "()",
|
|
"stname": "ImGuiMultiSelectState"
|
|
}
|
|
],
|
|
"ImGuiMultiSelectState_destroy": [
|
|
{
|
|
"args": "(ImGuiMultiSelectState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiMultiSelectState*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiMultiSelectState_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1955",
|
|
"ov_cimguiname": "ImGuiMultiSelectState_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMultiSelectState*)",
|
|
"stname": "ImGuiMultiSelectState"
|
|
}
|
|
],
|
|
"ImGuiMultiSelectTempData_Clear": [
|
|
{
|
|
"args": "(ImGuiMultiSelectTempData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiMultiSelectTempData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiMultiSelectTempData_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui_internal:1939",
|
|
"ov_cimguiname": "ImGuiMultiSelectTempData_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiMultiSelectTempData"
|
|
}
|
|
],
|
|
"ImGuiMultiSelectTempData_ClearIO": [
|
|
{
|
|
"args": "(ImGuiMultiSelectTempData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiMultiSelectTempData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiMultiSelectTempData_ClearIO",
|
|
"defaults": {},
|
|
"funcname": "ClearIO",
|
|
"location": "imgui_internal:1940",
|
|
"ov_cimguiname": "ImGuiMultiSelectTempData_ClearIO",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiMultiSelectTempData"
|
|
}
|
|
],
|
|
"ImGuiMultiSelectTempData_ImGuiMultiSelectTempData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiMultiSelectTempData_ImGuiMultiSelectTempData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiMultiSelectTempData",
|
|
"location": "imgui_internal:1938",
|
|
"ov_cimguiname": "ImGuiMultiSelectTempData_ImGuiMultiSelectTempData",
|
|
"signature": "()",
|
|
"stname": "ImGuiMultiSelectTempData"
|
|
}
|
|
],
|
|
"ImGuiMultiSelectTempData_destroy": [
|
|
{
|
|
"args": "(ImGuiMultiSelectTempData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiMultiSelectTempData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiMultiSelectTempData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1938",
|
|
"ov_cimguiname": "ImGuiMultiSelectTempData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMultiSelectTempData*)",
|
|
"stname": "ImGuiMultiSelectTempData"
|
|
}
|
|
],
|
|
"ImGuiNavItemData_Clear": [
|
|
{
|
|
"args": "(ImGuiNavItemData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiNavItemData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiNavItemData_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui_internal:1780",
|
|
"ov_cimguiname": "ImGuiNavItemData_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiNavItemData"
|
|
}
|
|
],
|
|
"ImGuiNavItemData_ImGuiNavItemData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiNavItemData_ImGuiNavItemData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiNavItemData",
|
|
"location": "imgui_internal:1779",
|
|
"ov_cimguiname": "ImGuiNavItemData_ImGuiNavItemData",
|
|
"signature": "()",
|
|
"stname": "ImGuiNavItemData"
|
|
}
|
|
],
|
|
"ImGuiNavItemData_destroy": [
|
|
{
|
|
"args": "(ImGuiNavItemData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiNavItemData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiNavItemData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1779",
|
|
"ov_cimguiname": "ImGuiNavItemData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiNavItemData*)",
|
|
"stname": "ImGuiNavItemData"
|
|
}
|
|
],
|
|
"ImGuiNextItemData_ClearFlags": [
|
|
{
|
|
"args": "(ImGuiNextItemData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiNextItemData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiNextItemData_ClearFlags",
|
|
"defaults": {},
|
|
"funcname": "ClearFlags",
|
|
"location": "imgui_internal:1382",
|
|
"ov_cimguiname": "ImGuiNextItemData_ClearFlags",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiNextItemData"
|
|
}
|
|
],
|
|
"ImGuiNextItemData_ImGuiNextItemData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiNextItemData_ImGuiNextItemData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiNextItemData",
|
|
"location": "imgui_internal:1381",
|
|
"ov_cimguiname": "ImGuiNextItemData_ImGuiNextItemData",
|
|
"signature": "()",
|
|
"stname": "ImGuiNextItemData"
|
|
}
|
|
],
|
|
"ImGuiNextItemData_destroy": [
|
|
{
|
|
"args": "(ImGuiNextItemData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiNextItemData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiNextItemData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1381",
|
|
"ov_cimguiname": "ImGuiNextItemData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiNextItemData*)",
|
|
"stname": "ImGuiNextItemData"
|
|
}
|
|
],
|
|
"ImGuiNextWindowData_ClearFlags": [
|
|
{
|
|
"args": "(ImGuiNextWindowData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiNextWindowData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiNextWindowData_ClearFlags",
|
|
"defaults": {},
|
|
"funcname": "ClearFlags",
|
|
"location": "imgui_internal:1352",
|
|
"ov_cimguiname": "ImGuiNextWindowData_ClearFlags",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiNextWindowData"
|
|
}
|
|
],
|
|
"ImGuiNextWindowData_ImGuiNextWindowData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiNextWindowData_ImGuiNextWindowData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiNextWindowData",
|
|
"location": "imgui_internal:1351",
|
|
"ov_cimguiname": "ImGuiNextWindowData_ImGuiNextWindowData",
|
|
"signature": "()",
|
|
"stname": "ImGuiNextWindowData"
|
|
}
|
|
],
|
|
"ImGuiNextWindowData_destroy": [
|
|
{
|
|
"args": "(ImGuiNextWindowData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiNextWindowData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiNextWindowData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1351",
|
|
"ov_cimguiname": "ImGuiNextWindowData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiNextWindowData*)",
|
|
"stname": "ImGuiNextWindowData"
|
|
}
|
|
],
|
|
"ImGuiOldColumnData_ImGuiOldColumnData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiOldColumnData_ImGuiOldColumnData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiOldColumnData",
|
|
"location": "imgui_internal:1859",
|
|
"ov_cimguiname": "ImGuiOldColumnData_ImGuiOldColumnData",
|
|
"signature": "()",
|
|
"stname": "ImGuiOldColumnData"
|
|
}
|
|
],
|
|
"ImGuiOldColumnData_destroy": [
|
|
{
|
|
"args": "(ImGuiOldColumnData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiOldColumnData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiOldColumnData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1859",
|
|
"ov_cimguiname": "ImGuiOldColumnData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiOldColumnData*)",
|
|
"stname": "ImGuiOldColumnData"
|
|
}
|
|
],
|
|
"ImGuiOldColumns_ImGuiOldColumns": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiOldColumns_ImGuiOldColumns",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiOldColumns",
|
|
"location": "imgui_internal:1880",
|
|
"ov_cimguiname": "ImGuiOldColumns_ImGuiOldColumns",
|
|
"signature": "()",
|
|
"stname": "ImGuiOldColumns"
|
|
}
|
|
],
|
|
"ImGuiOldColumns_destroy": [
|
|
{
|
|
"args": "(ImGuiOldColumns* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiOldColumns*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiOldColumns_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1880",
|
|
"ov_cimguiname": "ImGuiOldColumns_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiOldColumns*)",
|
|
"stname": "ImGuiOldColumns"
|
|
}
|
|
],
|
|
"ImGuiOnceUponAFrame_ImGuiOnceUponAFrame": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiOnceUponAFrame",
|
|
"location": "imgui:2829",
|
|
"ov_cimguiname": "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame",
|
|
"signature": "()",
|
|
"stname": "ImGuiOnceUponAFrame"
|
|
}
|
|
],
|
|
"ImGuiOnceUponAFrame_destroy": [
|
|
{
|
|
"args": "(ImGuiOnceUponAFrame* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiOnceUponAFrame*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiOnceUponAFrame_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2829",
|
|
"ov_cimguiname": "ImGuiOnceUponAFrame_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiOnceUponAFrame*)",
|
|
"stname": "ImGuiOnceUponAFrame"
|
|
}
|
|
],
|
|
"ImGuiPayload_Clear": [
|
|
{
|
|
"args": "(ImGuiPayload* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPayload*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPayload_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui:2807",
|
|
"ov_cimguiname": "ImGuiPayload_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiPayload"
|
|
}
|
|
],
|
|
"ImGuiPayload_ImGuiPayload": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPayload_ImGuiPayload",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiPayload",
|
|
"location": "imgui:2806",
|
|
"ov_cimguiname": "ImGuiPayload_ImGuiPayload",
|
|
"signature": "()",
|
|
"stname": "ImGuiPayload"
|
|
}
|
|
],
|
|
"ImGuiPayload_IsDataType": [
|
|
{
|
|
"args": "(ImGuiPayload* self,const char* type)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPayload*"
|
|
},
|
|
{
|
|
"name": "type",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* type)",
|
|
"call_args": "(type)",
|
|
"call_args_old": "(type)",
|
|
"cimguiname": "ImGuiPayload_IsDataType",
|
|
"defaults": {},
|
|
"funcname": "IsDataType",
|
|
"location": "imgui:2808",
|
|
"ov_cimguiname": "ImGuiPayload_IsDataType",
|
|
"ret": "bool",
|
|
"signature": "(const char*)const",
|
|
"stname": "ImGuiPayload"
|
|
}
|
|
],
|
|
"ImGuiPayload_IsDelivery": [
|
|
{
|
|
"args": "(ImGuiPayload* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPayload*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPayload_IsDelivery",
|
|
"defaults": {},
|
|
"funcname": "IsDelivery",
|
|
"location": "imgui:2810",
|
|
"ov_cimguiname": "ImGuiPayload_IsDelivery",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiPayload"
|
|
}
|
|
],
|
|
"ImGuiPayload_IsPreview": [
|
|
{
|
|
"args": "(ImGuiPayload* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPayload*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPayload_IsPreview",
|
|
"defaults": {},
|
|
"funcname": "IsPreview",
|
|
"location": "imgui:2809",
|
|
"ov_cimguiname": "ImGuiPayload_IsPreview",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiPayload"
|
|
}
|
|
],
|
|
"ImGuiPayload_destroy": [
|
|
{
|
|
"args": "(ImGuiPayload* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPayload*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiPayload_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2806",
|
|
"ov_cimguiname": "ImGuiPayload_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiPayload*)",
|
|
"stname": "ImGuiPayload"
|
|
}
|
|
],
|
|
"ImGuiPlatformIO_ClearPlatformHandlers": [
|
|
{
|
|
"args": "(ImGuiPlatformIO* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPlatformIO*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPlatformIO_ClearPlatformHandlers",
|
|
"defaults": {},
|
|
"funcname": "ClearPlatformHandlers",
|
|
"location": "imgui:4247",
|
|
"ov_cimguiname": "ImGuiPlatformIO_ClearPlatformHandlers",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiPlatformIO"
|
|
}
|
|
],
|
|
"ImGuiPlatformIO_ClearRendererHandlers": [
|
|
{
|
|
"args": "(ImGuiPlatformIO* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPlatformIO*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPlatformIO_ClearRendererHandlers",
|
|
"defaults": {},
|
|
"funcname": "ClearRendererHandlers",
|
|
"location": "imgui:4248",
|
|
"ov_cimguiname": "ImGuiPlatformIO_ClearRendererHandlers",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiPlatformIO"
|
|
}
|
|
],
|
|
"ImGuiPlatformIO_ImGuiPlatformIO": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPlatformIO_ImGuiPlatformIO",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiPlatformIO",
|
|
"location": "imgui:4143",
|
|
"ov_cimguiname": "ImGuiPlatformIO_ImGuiPlatformIO",
|
|
"signature": "()",
|
|
"stname": "ImGuiPlatformIO"
|
|
}
|
|
],
|
|
"ImGuiPlatformIO_destroy": [
|
|
{
|
|
"args": "(ImGuiPlatformIO* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPlatformIO*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiPlatformIO_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:4143",
|
|
"ov_cimguiname": "ImGuiPlatformIO_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiPlatformIO*)",
|
|
"stname": "ImGuiPlatformIO"
|
|
}
|
|
],
|
|
"ImGuiPlatformImeData_ImGuiPlatformImeData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPlatformImeData_ImGuiPlatformImeData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiPlatformImeData",
|
|
"location": "imgui:4271",
|
|
"ov_cimguiname": "ImGuiPlatformImeData_ImGuiPlatformImeData",
|
|
"signature": "()",
|
|
"stname": "ImGuiPlatformImeData"
|
|
}
|
|
],
|
|
"ImGuiPlatformImeData_destroy": [
|
|
{
|
|
"args": "(ImGuiPlatformImeData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPlatformImeData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiPlatformImeData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:4271",
|
|
"ov_cimguiname": "ImGuiPlatformImeData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiPlatformImeData*)",
|
|
"stname": "ImGuiPlatformImeData"
|
|
}
|
|
],
|
|
"ImGuiPlatformMonitor_ImGuiPlatformMonitor": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPlatformMonitor_ImGuiPlatformMonitor",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiPlatformMonitor",
|
|
"location": "imgui:4259",
|
|
"ov_cimguiname": "ImGuiPlatformMonitor_ImGuiPlatformMonitor",
|
|
"signature": "()",
|
|
"stname": "ImGuiPlatformMonitor"
|
|
}
|
|
],
|
|
"ImGuiPlatformMonitor_destroy": [
|
|
{
|
|
"args": "(ImGuiPlatformMonitor* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPlatformMonitor*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiPlatformMonitor_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:4259",
|
|
"ov_cimguiname": "ImGuiPlatformMonitor_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiPlatformMonitor*)",
|
|
"stname": "ImGuiPlatformMonitor"
|
|
}
|
|
],
|
|
"ImGuiPopupData_ImGuiPopupData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiPopupData_ImGuiPopupData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiPopupData",
|
|
"location": "imgui_internal:1492",
|
|
"ov_cimguiname": "ImGuiPopupData_ImGuiPopupData",
|
|
"signature": "()",
|
|
"stname": "ImGuiPopupData"
|
|
}
|
|
],
|
|
"ImGuiPopupData_destroy": [
|
|
{
|
|
"args": "(ImGuiPopupData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPopupData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiPopupData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1492",
|
|
"ov_cimguiname": "ImGuiPopupData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiPopupData*)",
|
|
"stname": "ImGuiPopupData"
|
|
}
|
|
],
|
|
"ImGuiPtrOrIndex_ImGuiPtrOrIndex": [
|
|
{
|
|
"args": "(void* ptr)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* ptr)",
|
|
"call_args": "(ptr)",
|
|
"call_args_old": "(ptr)",
|
|
"cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiPtrOrIndex",
|
|
"location": "imgui_internal:1456",
|
|
"ov_cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Ptr",
|
|
"signature": "(void*)",
|
|
"stname": "ImGuiPtrOrIndex"
|
|
},
|
|
{
|
|
"args": "(int index)",
|
|
"argsT": [
|
|
{
|
|
"name": "index",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int index)",
|
|
"call_args": "(index)",
|
|
"call_args_old": "(index)",
|
|
"cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiPtrOrIndex",
|
|
"location": "imgui_internal:1457",
|
|
"ov_cimguiname": "ImGuiPtrOrIndex_ImGuiPtrOrIndex_Int",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiPtrOrIndex"
|
|
}
|
|
],
|
|
"ImGuiPtrOrIndex_destroy": [
|
|
{
|
|
"args": "(ImGuiPtrOrIndex* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiPtrOrIndex*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiPtrOrIndex_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1456",
|
|
"ov_cimguiname": "ImGuiPtrOrIndex_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiPtrOrIndex*)",
|
|
"stname": "ImGuiPtrOrIndex"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_ApplyRequests": [
|
|
{
|
|
"args": "(ImGuiSelectionBasicStorage* self,ImGuiMultiSelectIO* ms_io)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
},
|
|
{
|
|
"name": "ms_io",
|
|
"type": "ImGuiMultiSelectIO*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMultiSelectIO* ms_io)",
|
|
"call_args": "(ms_io)",
|
|
"call_args_old": "(ms_io)",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_ApplyRequests",
|
|
"defaults": {},
|
|
"funcname": "ApplyRequests",
|
|
"location": "imgui:3209",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_ApplyRequests",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMultiSelectIO*)",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_Clear": [
|
|
{
|
|
"args": "(ImGuiSelectionBasicStorage* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui:3211",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_Contains": [
|
|
{
|
|
"args": "(ImGuiSelectionBasicStorage* self,ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_Contains",
|
|
"defaults": {},
|
|
"funcname": "Contains",
|
|
"location": "imgui:3210",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_Contains",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID)const",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_GetNextSelectedItem": [
|
|
{
|
|
"args": "(ImGuiSelectionBasicStorage* self,void** opaque_it,ImGuiID* out_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
},
|
|
{
|
|
"name": "opaque_it",
|
|
"type": "void**"
|
|
},
|
|
{
|
|
"name": "out_id",
|
|
"type": "ImGuiID*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void** opaque_it,ImGuiID* out_id)",
|
|
"call_args": "(opaque_it,out_id)",
|
|
"call_args_old": "(opaque_it,out_id)",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_GetNextSelectedItem",
|
|
"defaults": {},
|
|
"funcname": "GetNextSelectedItem",
|
|
"location": "imgui:3214",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_GetNextSelectedItem",
|
|
"ret": "bool",
|
|
"signature": "(void**,ImGuiID*)",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_GetStorageIdFromIndex": [
|
|
{
|
|
"args": "(ImGuiSelectionBasicStorage* self,int idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
},
|
|
{
|
|
"name": "idx",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int idx)",
|
|
"call_args": "(idx)",
|
|
"call_args_old": "(idx)",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_GetStorageIdFromIndex",
|
|
"defaults": {},
|
|
"funcname": "GetStorageIdFromIndex",
|
|
"location": "imgui:3215",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_GetStorageIdFromIndex",
|
|
"ret": "ImGuiID",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_ImGuiSelectionBasicStorage": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_ImGuiSelectionBasicStorage",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiSelectionBasicStorage",
|
|
"location": "imgui:3208",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_ImGuiSelectionBasicStorage",
|
|
"signature": "()",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_SetItemSelected": [
|
|
{
|
|
"args": "(ImGuiSelectionBasicStorage* self,ImGuiID id,bool selected)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "selected",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,bool selected)",
|
|
"call_args": "(id,selected)",
|
|
"call_args_old": "(id,selected)",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_SetItemSelected",
|
|
"defaults": {},
|
|
"funcname": "SetItemSelected",
|
|
"location": "imgui:3213",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_SetItemSelected",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,bool)",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_Swap": [
|
|
{
|
|
"args": "(ImGuiSelectionBasicStorage* self,ImGuiSelectionBasicStorage* r)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"reftoptr": true,
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiSelectionBasicStorage& r)",
|
|
"call_args": "(*r)",
|
|
"call_args_old": "(*r)",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_Swap",
|
|
"defaults": {},
|
|
"funcname": "Swap",
|
|
"location": "imgui:3212",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_Swap",
|
|
"ret": "void",
|
|
"signature": "(ImGuiSelectionBasicStorage*)",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage_destroy": [
|
|
{
|
|
"args": "(ImGuiSelectionBasicStorage* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionBasicStorage*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiSelectionBasicStorage_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3208",
|
|
"ov_cimguiname": "ImGuiSelectionBasicStorage_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiSelectionBasicStorage*)",
|
|
"stname": "ImGuiSelectionBasicStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionExternalStorage_ApplyRequests": [
|
|
{
|
|
"args": "(ImGuiSelectionExternalStorage* self,ImGuiMultiSelectIO* ms_io)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionExternalStorage*"
|
|
},
|
|
{
|
|
"name": "ms_io",
|
|
"type": "ImGuiMultiSelectIO*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMultiSelectIO* ms_io)",
|
|
"call_args": "(ms_io)",
|
|
"call_args_old": "(ms_io)",
|
|
"cimguiname": "ImGuiSelectionExternalStorage_ApplyRequests",
|
|
"defaults": {},
|
|
"funcname": "ApplyRequests",
|
|
"location": "imgui:3228",
|
|
"ov_cimguiname": "ImGuiSelectionExternalStorage_ApplyRequests",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMultiSelectIO*)",
|
|
"stname": "ImGuiSelectionExternalStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionExternalStorage_ImGuiSelectionExternalStorage": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiSelectionExternalStorage_ImGuiSelectionExternalStorage",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiSelectionExternalStorage",
|
|
"location": "imgui:3227",
|
|
"ov_cimguiname": "ImGuiSelectionExternalStorage_ImGuiSelectionExternalStorage",
|
|
"signature": "()",
|
|
"stname": "ImGuiSelectionExternalStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionExternalStorage_destroy": [
|
|
{
|
|
"args": "(ImGuiSelectionExternalStorage* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSelectionExternalStorage*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiSelectionExternalStorage_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3227",
|
|
"ov_cimguiname": "ImGuiSelectionExternalStorage_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiSelectionExternalStorage*)",
|
|
"stname": "ImGuiSelectionExternalStorage"
|
|
}
|
|
],
|
|
"ImGuiSettingsHandler_ImGuiSettingsHandler": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiSettingsHandler_ImGuiSettingsHandler",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiSettingsHandler",
|
|
"location": "imgui_internal:2203",
|
|
"ov_cimguiname": "ImGuiSettingsHandler_ImGuiSettingsHandler",
|
|
"signature": "()",
|
|
"stname": "ImGuiSettingsHandler"
|
|
}
|
|
],
|
|
"ImGuiSettingsHandler_destroy": [
|
|
{
|
|
"args": "(ImGuiSettingsHandler* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiSettingsHandler*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiSettingsHandler_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2203",
|
|
"ov_cimguiname": "ImGuiSettingsHandler_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiSettingsHandler*)",
|
|
"stname": "ImGuiSettingsHandler"
|
|
}
|
|
],
|
|
"ImGuiStackLevelInfo_ImGuiStackLevelInfo": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiStackLevelInfo_ImGuiStackLevelInfo",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiStackLevelInfo",
|
|
"location": "imgui_internal:2322",
|
|
"ov_cimguiname": "ImGuiStackLevelInfo_ImGuiStackLevelInfo",
|
|
"signature": "()",
|
|
"stname": "ImGuiStackLevelInfo"
|
|
}
|
|
],
|
|
"ImGuiStackLevelInfo_destroy": [
|
|
{
|
|
"args": "(ImGuiStackLevelInfo* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStackLevelInfo*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiStackLevelInfo_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2322",
|
|
"ov_cimguiname": "ImGuiStackLevelInfo_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStackLevelInfo*)",
|
|
"stname": "ImGuiStackLevelInfo"
|
|
}
|
|
],
|
|
"ImGuiStoragePair_ImGuiStoragePair": [
|
|
{
|
|
"args": "(ImGuiID _key,int _val)",
|
|
"argsT": [
|
|
{
|
|
"name": "_key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "_val",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID _key,int _val)",
|
|
"call_args": "(_key,_val)",
|
|
"call_args_old": "(_key,_val)",
|
|
"cimguiname": "ImGuiStoragePair_ImGuiStoragePair",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiStoragePair",
|
|
"location": "imgui:2887",
|
|
"ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Int",
|
|
"signature": "(ImGuiID,int)",
|
|
"stname": "ImGuiStoragePair"
|
|
},
|
|
{
|
|
"args": "(ImGuiID _key,float _val)",
|
|
"argsT": [
|
|
{
|
|
"name": "_key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "_val",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID _key,float _val)",
|
|
"call_args": "(_key,_val)",
|
|
"call_args_old": "(_key,_val)",
|
|
"cimguiname": "ImGuiStoragePair_ImGuiStoragePair",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiStoragePair",
|
|
"location": "imgui:2888",
|
|
"ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Float",
|
|
"signature": "(ImGuiID,float)",
|
|
"stname": "ImGuiStoragePair"
|
|
},
|
|
{
|
|
"args": "(ImGuiID _key,void* _val)",
|
|
"argsT": [
|
|
{
|
|
"name": "_key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "_val",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID _key,void* _val)",
|
|
"call_args": "(_key,_val)",
|
|
"call_args_old": "(_key,_val)",
|
|
"cimguiname": "ImGuiStoragePair_ImGuiStoragePair",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiStoragePair",
|
|
"location": "imgui:2889",
|
|
"ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePair_Ptr",
|
|
"signature": "(ImGuiID,void*)",
|
|
"stname": "ImGuiStoragePair"
|
|
}
|
|
],
|
|
"ImGuiStoragePair_destroy": [
|
|
{
|
|
"args": "(ImGuiStoragePair* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStoragePair*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiStoragePair_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2887",
|
|
"ov_cimguiname": "ImGuiStoragePair_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStoragePair*)",
|
|
"stname": "ImGuiStoragePair"
|
|
}
|
|
],
|
|
"ImGuiStorage_BuildSortByKey": [
|
|
{
|
|
"args": "(ImGuiStorage* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiStorage_BuildSortByKey",
|
|
"defaults": {},
|
|
"funcname": "BuildSortByKey",
|
|
"location": "imgui:2928",
|
|
"ov_cimguiname": "ImGuiStorage_BuildSortByKey",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_Clear": [
|
|
{
|
|
"args": "(ImGuiStorage* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiStorage_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui:2908",
|
|
"ov_cimguiname": "ImGuiStorage_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_GetBool": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,bool default_val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "default_val",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,bool default_val=false)",
|
|
"call_args": "(key,default_val)",
|
|
"call_args_old": "(key,default_val)",
|
|
"cimguiname": "ImGuiStorage_GetBool",
|
|
"defaults": {
|
|
"default_val": "false"
|
|
},
|
|
"funcname": "GetBool",
|
|
"location": "imgui:2911",
|
|
"ov_cimguiname": "ImGuiStorage_GetBool",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,bool)const",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_GetBoolRef": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,bool default_val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "default_val",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,bool default_val=false)",
|
|
"call_args": "(key,default_val)",
|
|
"call_args_old": "(key,default_val)",
|
|
"cimguiname": "ImGuiStorage_GetBoolRef",
|
|
"defaults": {
|
|
"default_val": "false"
|
|
},
|
|
"funcname": "GetBoolRef",
|
|
"location": "imgui:2923",
|
|
"ov_cimguiname": "ImGuiStorage_GetBoolRef",
|
|
"ret": "bool*",
|
|
"signature": "(ImGuiID,bool)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_GetFloat": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,float default_val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "default_val",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,float default_val=0.0f)",
|
|
"call_args": "(key,default_val)",
|
|
"call_args_old": "(key,default_val)",
|
|
"cimguiname": "ImGuiStorage_GetFloat",
|
|
"defaults": {
|
|
"default_val": "0.0f"
|
|
},
|
|
"funcname": "GetFloat",
|
|
"location": "imgui:2913",
|
|
"ov_cimguiname": "ImGuiStorage_GetFloat",
|
|
"ret": "float",
|
|
"signature": "(ImGuiID,float)const",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_GetFloatRef": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,float default_val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "default_val",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,float default_val=0.0f)",
|
|
"call_args": "(key,default_val)",
|
|
"call_args_old": "(key,default_val)",
|
|
"cimguiname": "ImGuiStorage_GetFloatRef",
|
|
"defaults": {
|
|
"default_val": "0.0f"
|
|
},
|
|
"funcname": "GetFloatRef",
|
|
"location": "imgui:2924",
|
|
"ov_cimguiname": "ImGuiStorage_GetFloatRef",
|
|
"ret": "float*",
|
|
"signature": "(ImGuiID,float)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_GetInt": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,int default_val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "default_val",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,int default_val=0)",
|
|
"call_args": "(key,default_val)",
|
|
"call_args_old": "(key,default_val)",
|
|
"cimguiname": "ImGuiStorage_GetInt",
|
|
"defaults": {
|
|
"default_val": "0"
|
|
},
|
|
"funcname": "GetInt",
|
|
"location": "imgui:2909",
|
|
"ov_cimguiname": "ImGuiStorage_GetInt",
|
|
"ret": "int",
|
|
"signature": "(ImGuiID,int)const",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_GetIntRef": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,int default_val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "default_val",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,int default_val=0)",
|
|
"call_args": "(key,default_val)",
|
|
"call_args_old": "(key,default_val)",
|
|
"cimguiname": "ImGuiStorage_GetIntRef",
|
|
"defaults": {
|
|
"default_val": "0"
|
|
},
|
|
"funcname": "GetIntRef",
|
|
"location": "imgui:2922",
|
|
"ov_cimguiname": "ImGuiStorage_GetIntRef",
|
|
"ret": "int*",
|
|
"signature": "(ImGuiID,int)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_GetVoidPtr": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "ImGuiStorage_GetVoidPtr",
|
|
"defaults": {},
|
|
"funcname": "GetVoidPtr",
|
|
"location": "imgui:2915",
|
|
"ov_cimguiname": "ImGuiStorage_GetVoidPtr",
|
|
"ret": "void*",
|
|
"signature": "(ImGuiID)const",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_GetVoidPtrRef": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,void* default_val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "default_val",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,void* default_val=((void*)0))",
|
|
"call_args": "(key,default_val)",
|
|
"call_args_old": "(key,default_val)",
|
|
"cimguiname": "ImGuiStorage_GetVoidPtrRef",
|
|
"defaults": {
|
|
"default_val": "NULL"
|
|
},
|
|
"funcname": "GetVoidPtrRef",
|
|
"location": "imgui:2925",
|
|
"ov_cimguiname": "ImGuiStorage_GetVoidPtrRef",
|
|
"ret": "void**",
|
|
"signature": "(ImGuiID,void*)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_SetAllInt": [
|
|
{
|
|
"args": "(ImGuiStorage* self,int val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "val",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int val)",
|
|
"call_args": "(val)",
|
|
"call_args_old": "(val)",
|
|
"cimguiname": "ImGuiStorage_SetAllInt",
|
|
"defaults": {},
|
|
"funcname": "SetAllInt",
|
|
"location": "imgui:2930",
|
|
"ov_cimguiname": "ImGuiStorage_SetAllInt",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_SetBool": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,bool val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "val",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,bool val)",
|
|
"call_args": "(key,val)",
|
|
"call_args_old": "(key,val)",
|
|
"cimguiname": "ImGuiStorage_SetBool",
|
|
"defaults": {},
|
|
"funcname": "SetBool",
|
|
"location": "imgui:2912",
|
|
"ov_cimguiname": "ImGuiStorage_SetBool",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,bool)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_SetFloat": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,float val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "val",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,float val)",
|
|
"call_args": "(key,val)",
|
|
"call_args_old": "(key,val)",
|
|
"cimguiname": "ImGuiStorage_SetFloat",
|
|
"defaults": {},
|
|
"funcname": "SetFloat",
|
|
"location": "imgui:2914",
|
|
"ov_cimguiname": "ImGuiStorage_SetFloat",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,float)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_SetInt": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,int val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "val",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,int val)",
|
|
"call_args": "(key,val)",
|
|
"call_args_old": "(key,val)",
|
|
"cimguiname": "ImGuiStorage_SetInt",
|
|
"defaults": {},
|
|
"funcname": "SetInt",
|
|
"location": "imgui:2910",
|
|
"ov_cimguiname": "ImGuiStorage_SetInt",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,int)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStorage_SetVoidPtr": [
|
|
{
|
|
"args": "(ImGuiStorage* self,ImGuiID key,void* val)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "val",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,void* val)",
|
|
"call_args": "(key,val)",
|
|
"call_args_old": "(key,val)",
|
|
"cimguiname": "ImGuiStorage_SetVoidPtr",
|
|
"defaults": {},
|
|
"funcname": "SetVoidPtr",
|
|
"location": "imgui:2916",
|
|
"ov_cimguiname": "ImGuiStorage_SetVoidPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,void*)",
|
|
"stname": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiStyleMod_ImGuiStyleMod": [
|
|
{
|
|
"args": "(ImGuiStyleVar idx,int v)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiStyleVar"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyleVar idx,int v)",
|
|
"call_args": "(idx,v)",
|
|
"call_args_old": "(idx,v)",
|
|
"cimguiname": "ImGuiStyleMod_ImGuiStyleMod",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiStyleMod",
|
|
"location": "imgui_internal:930",
|
|
"ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Int",
|
|
"signature": "(ImGuiStyleVar,int)",
|
|
"stname": "ImGuiStyleMod"
|
|
},
|
|
{
|
|
"args": "(ImGuiStyleVar idx,float v)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiStyleVar"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyleVar idx,float v)",
|
|
"call_args": "(idx,v)",
|
|
"call_args_old": "(idx,v)",
|
|
"cimguiname": "ImGuiStyleMod_ImGuiStyleMod",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiStyleMod",
|
|
"location": "imgui_internal:931",
|
|
"ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Float",
|
|
"signature": "(ImGuiStyleVar,float)",
|
|
"stname": "ImGuiStyleMod"
|
|
},
|
|
{
|
|
"args": "(ImGuiStyleVar idx,ImVec2_c v)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiStyleVar"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyleVar idx,ImVec2 v)",
|
|
"call_args": "(idx,ConvertToCPP_ImVec2(v))",
|
|
"call_args_old": "(idx,v)",
|
|
"cimguiname": "ImGuiStyleMod_ImGuiStyleMod",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiStyleMod",
|
|
"location": "imgui_internal:932",
|
|
"ov_cimguiname": "ImGuiStyleMod_ImGuiStyleMod_Vec2",
|
|
"signature": "(ImGuiStyleVar,ImVec2)",
|
|
"stname": "ImGuiStyleMod"
|
|
}
|
|
],
|
|
"ImGuiStyleMod_destroy": [
|
|
{
|
|
"args": "(ImGuiStyleMod* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStyleMod*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiStyleMod_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:930",
|
|
"ov_cimguiname": "ImGuiStyleMod_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyleMod*)",
|
|
"stname": "ImGuiStyleMod"
|
|
}
|
|
],
|
|
"ImGuiStyleVarInfo_GetVarPtr": [
|
|
{
|
|
"args": "(ImGuiStyleVarInfo* self,void* parent)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStyleVarInfo*"
|
|
},
|
|
{
|
|
"name": "parent",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* parent)",
|
|
"call_args": "(parent)",
|
|
"call_args_old": "(parent)",
|
|
"cimguiname": "ImGuiStyleVarInfo_GetVarPtr",
|
|
"defaults": {},
|
|
"funcname": "GetVarPtr",
|
|
"location": "imgui_internal:915",
|
|
"ov_cimguiname": "ImGuiStyleVarInfo_GetVarPtr",
|
|
"ret": "void*",
|
|
"signature": "(void*)const",
|
|
"stname": "ImGuiStyleVarInfo"
|
|
}
|
|
],
|
|
"ImGuiStyle_ImGuiStyle": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiStyle_ImGuiStyle",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiStyle",
|
|
"location": "imgui:2433",
|
|
"ov_cimguiname": "ImGuiStyle_ImGuiStyle",
|
|
"signature": "()",
|
|
"stname": "ImGuiStyle"
|
|
}
|
|
],
|
|
"ImGuiStyle_ScaleAllSizes": [
|
|
{
|
|
"args": "(ImGuiStyle* self,float scale_factor)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStyle*"
|
|
},
|
|
{
|
|
"name": "scale_factor",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float scale_factor)",
|
|
"call_args": "(scale_factor)",
|
|
"call_args_old": "(scale_factor)",
|
|
"cimguiname": "ImGuiStyle_ScaleAllSizes",
|
|
"defaults": {},
|
|
"funcname": "ScaleAllSizes",
|
|
"location": "imgui:2434",
|
|
"ov_cimguiname": "ImGuiStyle_ScaleAllSizes",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": "ImGuiStyle"
|
|
}
|
|
],
|
|
"ImGuiStyle_destroy": [
|
|
{
|
|
"args": "(ImGuiStyle* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiStyle*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiStyle_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2433",
|
|
"ov_cimguiname": "ImGuiStyle_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyle*)",
|
|
"stname": "ImGuiStyle"
|
|
}
|
|
],
|
|
"ImGuiTabBar_ImGuiTabBar": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTabBar_ImGuiTabBar",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTabBar",
|
|
"location": "imgui_internal:3067",
|
|
"ov_cimguiname": "ImGuiTabBar_ImGuiTabBar",
|
|
"signature": "()",
|
|
"stname": "ImGuiTabBar"
|
|
}
|
|
],
|
|
"ImGuiTabBar_destroy": [
|
|
{
|
|
"args": "(ImGuiTabBar* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTabBar*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTabBar_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:3067",
|
|
"ov_cimguiname": "ImGuiTabBar_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*)",
|
|
"stname": "ImGuiTabBar"
|
|
}
|
|
],
|
|
"ImGuiTabItem_ImGuiTabItem": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTabItem_ImGuiTabItem",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTabItem",
|
|
"location": "imgui_internal:3024",
|
|
"ov_cimguiname": "ImGuiTabItem_ImGuiTabItem",
|
|
"signature": "()",
|
|
"stname": "ImGuiTabItem"
|
|
}
|
|
],
|
|
"ImGuiTabItem_destroy": [
|
|
{
|
|
"args": "(ImGuiTabItem* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTabItem*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTabItem_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:3024",
|
|
"ov_cimguiname": "ImGuiTabItem_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabItem*)",
|
|
"stname": "ImGuiTabItem"
|
|
}
|
|
],
|
|
"ImGuiTableColumnSettings_ImGuiTableColumnSettings": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTableColumnSettings_ImGuiTableColumnSettings",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTableColumnSettings",
|
|
"location": "imgui_internal:3333",
|
|
"ov_cimguiname": "ImGuiTableColumnSettings_ImGuiTableColumnSettings",
|
|
"signature": "()",
|
|
"stname": "ImGuiTableColumnSettings"
|
|
}
|
|
],
|
|
"ImGuiTableColumnSettings_destroy": [
|
|
{
|
|
"args": "(ImGuiTableColumnSettings* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTableColumnSettings*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTableColumnSettings_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:3333",
|
|
"ov_cimguiname": "ImGuiTableColumnSettings_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableColumnSettings*)",
|
|
"stname": "ImGuiTableColumnSettings"
|
|
}
|
|
],
|
|
"ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTableColumnSortSpecs",
|
|
"location": "imgui:2230",
|
|
"ov_cimguiname": "ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs",
|
|
"signature": "()",
|
|
"stname": "ImGuiTableColumnSortSpecs"
|
|
}
|
|
],
|
|
"ImGuiTableColumnSortSpecs_destroy": [
|
|
{
|
|
"args": "(ImGuiTableColumnSortSpecs* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTableColumnSortSpecs*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTableColumnSortSpecs_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2230",
|
|
"ov_cimguiname": "ImGuiTableColumnSortSpecs_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableColumnSortSpecs*)",
|
|
"stname": "ImGuiTableColumnSortSpecs"
|
|
}
|
|
],
|
|
"ImGuiTableColumn_ImGuiTableColumn": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTableColumn_ImGuiTableColumn",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTableColumn",
|
|
"location": "imgui_internal:3126",
|
|
"ov_cimguiname": "ImGuiTableColumn_ImGuiTableColumn",
|
|
"signature": "()",
|
|
"stname": "ImGuiTableColumn"
|
|
}
|
|
],
|
|
"ImGuiTableColumn_destroy": [
|
|
{
|
|
"args": "(ImGuiTableColumn* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTableColumn*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTableColumn_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:3126",
|
|
"ov_cimguiname": "ImGuiTableColumn_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableColumn*)",
|
|
"stname": "ImGuiTableColumn"
|
|
}
|
|
],
|
|
"ImGuiTableInstanceData_ImGuiTableInstanceData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTableInstanceData_ImGuiTableInstanceData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTableInstanceData",
|
|
"location": "imgui_internal:3169",
|
|
"ov_cimguiname": "ImGuiTableInstanceData_ImGuiTableInstanceData",
|
|
"signature": "()",
|
|
"stname": "ImGuiTableInstanceData"
|
|
}
|
|
],
|
|
"ImGuiTableInstanceData_destroy": [
|
|
{
|
|
"args": "(ImGuiTableInstanceData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTableInstanceData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTableInstanceData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:3169",
|
|
"ov_cimguiname": "ImGuiTableInstanceData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableInstanceData*)",
|
|
"stname": "ImGuiTableInstanceData"
|
|
}
|
|
],
|
|
"ImGuiTableSettings_GetColumnSettings": [
|
|
{
|
|
"args": "(ImGuiTableSettings* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTableSettings*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTableSettings_GetColumnSettings",
|
|
"defaults": {},
|
|
"funcname": "GetColumnSettings",
|
|
"location": "imgui_internal:3356",
|
|
"ov_cimguiname": "ImGuiTableSettings_GetColumnSettings",
|
|
"ret": "ImGuiTableColumnSettings*",
|
|
"signature": "()",
|
|
"stname": "ImGuiTableSettings"
|
|
}
|
|
],
|
|
"ImGuiTableSettings_ImGuiTableSettings": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTableSettings_ImGuiTableSettings",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTableSettings",
|
|
"location": "imgui_internal:3355",
|
|
"ov_cimguiname": "ImGuiTableSettings_ImGuiTableSettings",
|
|
"signature": "()",
|
|
"stname": "ImGuiTableSettings"
|
|
}
|
|
],
|
|
"ImGuiTableSettings_destroy": [
|
|
{
|
|
"args": "(ImGuiTableSettings* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTableSettings*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTableSettings_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:3355",
|
|
"ov_cimguiname": "ImGuiTableSettings_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableSettings*)",
|
|
"stname": "ImGuiTableSettings"
|
|
}
|
|
],
|
|
"ImGuiTableSortSpecs_ImGuiTableSortSpecs": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTableSortSpecs_ImGuiTableSortSpecs",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTableSortSpecs",
|
|
"location": "imgui:2219",
|
|
"ov_cimguiname": "ImGuiTableSortSpecs_ImGuiTableSortSpecs",
|
|
"signature": "()",
|
|
"stname": "ImGuiTableSortSpecs"
|
|
}
|
|
],
|
|
"ImGuiTableSortSpecs_destroy": [
|
|
{
|
|
"args": "(ImGuiTableSortSpecs* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTableSortSpecs*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTableSortSpecs_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2219",
|
|
"ov_cimguiname": "ImGuiTableSortSpecs_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableSortSpecs*)",
|
|
"stname": "ImGuiTableSortSpecs"
|
|
}
|
|
],
|
|
"ImGuiTableTempData_ImGuiTableTempData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTableTempData_ImGuiTableTempData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTableTempData",
|
|
"location": "imgui_internal:3318",
|
|
"ov_cimguiname": "ImGuiTableTempData_ImGuiTableTempData",
|
|
"signature": "()",
|
|
"stname": "ImGuiTableTempData"
|
|
}
|
|
],
|
|
"ImGuiTableTempData_destroy": [
|
|
{
|
|
"args": "(ImGuiTableTempData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTableTempData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTableTempData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:3318",
|
|
"ov_cimguiname": "ImGuiTableTempData_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableTempData*)",
|
|
"stname": "ImGuiTableTempData"
|
|
}
|
|
],
|
|
"ImGuiTable_ImGuiTable": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTable_ImGuiTable",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTable",
|
|
"location": "imgui_internal:3289",
|
|
"ov_cimguiname": "ImGuiTable_ImGuiTable",
|
|
"signature": "()",
|
|
"stname": "ImGuiTable"
|
|
}
|
|
],
|
|
"ImGuiTable_destroy": [
|
|
{
|
|
"args": "(ImGuiTable* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTable_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:3290",
|
|
"ov_cimguiname": "ImGuiTable_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": "ImGuiTable"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_ImGuiTextBuffer": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextBuffer_ImGuiTextBuffer",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTextBuffer",
|
|
"location": "imgui:2867",
|
|
"ov_cimguiname": "ImGuiTextBuffer_ImGuiTextBuffer",
|
|
"signature": "()",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_append": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self,const char* str,const char* str_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
},
|
|
{
|
|
"name": "str",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str,const char* str_end=((void*)0))",
|
|
"call_args": "(str,str_end)",
|
|
"call_args_old": "(str,str_end)",
|
|
"cimguiname": "ImGuiTextBuffer_append",
|
|
"defaults": {
|
|
"str_end": "NULL"
|
|
},
|
|
"funcname": "append",
|
|
"location": "imgui:2877",
|
|
"ov_cimguiname": "ImGuiTextBuffer_append",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_appendf": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self, const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": " const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTextBuffer* self, const char* fmt, ...)",
|
|
"call_args": "(self,fmt,...)",
|
|
"call_args_old": "(self,fmt,...)",
|
|
"cimguiname": "ImGuiTextBuffer_appendf",
|
|
"defaults": {},
|
|
"funcname": "appendf",
|
|
"isvararg": "...)",
|
|
"location": "imgui:2878",
|
|
"manual": true,
|
|
"ov_cimguiname": "ImGuiTextBuffer_appendf",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTextBuffer*, const char*,...)",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_appendfv": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "ImGuiTextBuffer_appendfv",
|
|
"defaults": {},
|
|
"funcname": "appendfv",
|
|
"location": "imgui:2879",
|
|
"ov_cimguiname": "ImGuiTextBuffer_appendfv",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_begin": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextBuffer_begin",
|
|
"defaults": {},
|
|
"funcname": "begin",
|
|
"location": "imgui:2869",
|
|
"ov_cimguiname": "ImGuiTextBuffer_begin",
|
|
"ret": "const char*",
|
|
"signature": "()const",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_c_str": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextBuffer_c_str",
|
|
"defaults": {},
|
|
"funcname": "c_str",
|
|
"location": "imgui:2876",
|
|
"ov_cimguiname": "ImGuiTextBuffer_c_str",
|
|
"ret": "const char*",
|
|
"signature": "()const",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_clear": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextBuffer_clear",
|
|
"defaults": {},
|
|
"funcname": "clear",
|
|
"location": "imgui:2873",
|
|
"ov_cimguiname": "ImGuiTextBuffer_clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_destroy": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTextBuffer_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2867",
|
|
"ov_cimguiname": "ImGuiTextBuffer_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTextBuffer*)",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_empty": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextBuffer_empty",
|
|
"defaults": {},
|
|
"funcname": "empty",
|
|
"location": "imgui:2872",
|
|
"ov_cimguiname": "ImGuiTextBuffer_empty",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_end": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextBuffer_end",
|
|
"defaults": {},
|
|
"funcname": "end",
|
|
"location": "imgui:2870",
|
|
"ov_cimguiname": "ImGuiTextBuffer_end",
|
|
"ret": "const char*",
|
|
"signature": "()const",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_reserve": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self,int capacity)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
},
|
|
{
|
|
"name": "capacity",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int capacity)",
|
|
"call_args": "(capacity)",
|
|
"call_args_old": "(capacity)",
|
|
"cimguiname": "ImGuiTextBuffer_reserve",
|
|
"defaults": {},
|
|
"funcname": "reserve",
|
|
"location": "imgui:2875",
|
|
"ov_cimguiname": "ImGuiTextBuffer_reserve",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_resize": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self,int size)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int size)",
|
|
"call_args": "(size)",
|
|
"call_args_old": "(size)",
|
|
"cimguiname": "ImGuiTextBuffer_resize",
|
|
"defaults": {},
|
|
"funcname": "resize",
|
|
"location": "imgui:2874",
|
|
"ov_cimguiname": "ImGuiTextBuffer_resize",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer_size": [
|
|
{
|
|
"args": "(ImGuiTextBuffer* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextBuffer*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextBuffer_size",
|
|
"defaults": {},
|
|
"funcname": "size",
|
|
"location": "imgui:2871",
|
|
"ov_cimguiname": "ImGuiTextBuffer_size",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTextFilter_Build": [
|
|
{
|
|
"args": "(ImGuiTextFilter* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextFilter*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextFilter_Build",
|
|
"defaults": {},
|
|
"funcname": "Build",
|
|
"location": "imgui:2840",
|
|
"ov_cimguiname": "ImGuiTextFilter_Build",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiTextFilter"
|
|
}
|
|
],
|
|
"ImGuiTextFilter_Clear": [
|
|
{
|
|
"args": "(ImGuiTextFilter* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextFilter*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextFilter_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui:2841",
|
|
"ov_cimguiname": "ImGuiTextFilter_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiTextFilter"
|
|
}
|
|
],
|
|
"ImGuiTextFilter_Draw": [
|
|
{
|
|
"args": "(ImGuiTextFilter* self,const char* label,float width)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextFilter*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label=\"Filter(inc,-exc)\",float width=0.0f)",
|
|
"call_args": "(label,width)",
|
|
"call_args_old": "(label,width)",
|
|
"cimguiname": "ImGuiTextFilter_Draw",
|
|
"defaults": {
|
|
"label": "\"Filter(inc,-exc)\"",
|
|
"width": "0.0f"
|
|
},
|
|
"funcname": "Draw",
|
|
"location": "imgui:2838",
|
|
"ov_cimguiname": "ImGuiTextFilter_Draw",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float)",
|
|
"stname": "ImGuiTextFilter"
|
|
}
|
|
],
|
|
"ImGuiTextFilter_ImGuiTextFilter": [
|
|
{
|
|
"args": "(const char* default_filter)",
|
|
"argsT": [
|
|
{
|
|
"name": "default_filter",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* default_filter=\"\")",
|
|
"call_args": "(default_filter)",
|
|
"call_args_old": "(default_filter)",
|
|
"cimguiname": "ImGuiTextFilter_ImGuiTextFilter",
|
|
"constructor": true,
|
|
"defaults": {
|
|
"default_filter": "\"\""
|
|
},
|
|
"funcname": "ImGuiTextFilter",
|
|
"location": "imgui:2837",
|
|
"ov_cimguiname": "ImGuiTextFilter_ImGuiTextFilter",
|
|
"signature": "(const char*)",
|
|
"stname": "ImGuiTextFilter"
|
|
}
|
|
],
|
|
"ImGuiTextFilter_IsActive": [
|
|
{
|
|
"args": "(ImGuiTextFilter* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextFilter*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextFilter_IsActive",
|
|
"defaults": {},
|
|
"funcname": "IsActive",
|
|
"location": "imgui:2842",
|
|
"ov_cimguiname": "ImGuiTextFilter_IsActive",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiTextFilter"
|
|
}
|
|
],
|
|
"ImGuiTextFilter_PassFilter": [
|
|
{
|
|
"args": "(ImGuiTextFilter* self,const char* text,const char* text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextFilter*"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text,const char* text_end=((void*)0))",
|
|
"call_args": "(text,text_end)",
|
|
"call_args_old": "(text,text_end)",
|
|
"cimguiname": "ImGuiTextFilter_PassFilter",
|
|
"defaults": {
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "PassFilter",
|
|
"location": "imgui:2839",
|
|
"ov_cimguiname": "ImGuiTextFilter_PassFilter",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*)const",
|
|
"stname": "ImGuiTextFilter"
|
|
}
|
|
],
|
|
"ImGuiTextFilter_destroy": [
|
|
{
|
|
"args": "(ImGuiTextFilter* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextFilter*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTextFilter_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2837",
|
|
"ov_cimguiname": "ImGuiTextFilter_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTextFilter*)",
|
|
"stname": "ImGuiTextFilter"
|
|
}
|
|
],
|
|
"ImGuiTextIndex_append": [
|
|
{
|
|
"args": "(ImGuiTextIndex* self,const char* base,int old_size,int new_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextIndex*"
|
|
},
|
|
{
|
|
"name": "base",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "old_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "new_size",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* base,int old_size,int new_size)",
|
|
"call_args": "(base,old_size,new_size)",
|
|
"call_args_old": "(base,old_size,new_size)",
|
|
"cimguiname": "ImGuiTextIndex_append",
|
|
"defaults": {},
|
|
"funcname": "append",
|
|
"location": "imgui_internal:825",
|
|
"ov_cimguiname": "ImGuiTextIndex_append",
|
|
"ret": "void",
|
|
"signature": "(const char*,int,int)",
|
|
"stname": "ImGuiTextIndex"
|
|
}
|
|
],
|
|
"ImGuiTextIndex_clear": [
|
|
{
|
|
"args": "(ImGuiTextIndex* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextIndex*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextIndex_clear",
|
|
"defaults": {},
|
|
"funcname": "clear",
|
|
"location": "imgui_internal:821",
|
|
"ov_cimguiname": "ImGuiTextIndex_clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiTextIndex"
|
|
}
|
|
],
|
|
"ImGuiTextIndex_get_line_begin": [
|
|
{
|
|
"args": "(ImGuiTextIndex* self,const char* base,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextIndex*"
|
|
},
|
|
{
|
|
"name": "base",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* base,int n)",
|
|
"call_args": "(base,n)",
|
|
"call_args_old": "(base,n)",
|
|
"cimguiname": "ImGuiTextIndex_get_line_begin",
|
|
"defaults": {},
|
|
"funcname": "get_line_begin",
|
|
"location": "imgui_internal:823",
|
|
"ov_cimguiname": "ImGuiTextIndex_get_line_begin",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,int)",
|
|
"stname": "ImGuiTextIndex"
|
|
}
|
|
],
|
|
"ImGuiTextIndex_get_line_end": [
|
|
{
|
|
"args": "(ImGuiTextIndex* self,const char* base,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextIndex*"
|
|
},
|
|
{
|
|
"name": "base",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* base,int n)",
|
|
"call_args": "(base,n)",
|
|
"call_args_old": "(base,n)",
|
|
"cimguiname": "ImGuiTextIndex_get_line_end",
|
|
"defaults": {},
|
|
"funcname": "get_line_end",
|
|
"location": "imgui_internal:824",
|
|
"ov_cimguiname": "ImGuiTextIndex_get_line_end",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,int)",
|
|
"stname": "ImGuiTextIndex"
|
|
}
|
|
],
|
|
"ImGuiTextIndex_size": [
|
|
{
|
|
"args": "(ImGuiTextIndex* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextIndex*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextIndex_size",
|
|
"defaults": {},
|
|
"funcname": "size",
|
|
"location": "imgui_internal:822",
|
|
"ov_cimguiname": "ImGuiTextIndex_size",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": "ImGuiTextIndex"
|
|
}
|
|
],
|
|
"ImGuiTextRange_ImGuiTextRange": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextRange_ImGuiTextRange",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTextRange",
|
|
"location": "imgui:2850",
|
|
"ov_cimguiname": "ImGuiTextRange_ImGuiTextRange_Nil",
|
|
"signature": "()",
|
|
"stname": "ImGuiTextRange"
|
|
},
|
|
{
|
|
"args": "(const char* _b,const char* _e)",
|
|
"argsT": [
|
|
{
|
|
"name": "_b",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "_e",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* _b,const char* _e)",
|
|
"call_args": "(_b,_e)",
|
|
"call_args_old": "(_b,_e)",
|
|
"cimguiname": "ImGuiTextRange_ImGuiTextRange",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTextRange",
|
|
"location": "imgui:2851",
|
|
"ov_cimguiname": "ImGuiTextRange_ImGuiTextRange_Str",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": "ImGuiTextRange"
|
|
}
|
|
],
|
|
"ImGuiTextRange_destroy": [
|
|
{
|
|
"args": "(ImGuiTextRange* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextRange*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTextRange_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2850",
|
|
"ov_cimguiname": "ImGuiTextRange_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTextRange*)",
|
|
"stname": "ImGuiTextRange"
|
|
}
|
|
],
|
|
"ImGuiTextRange_empty": [
|
|
{
|
|
"args": "(ImGuiTextRange* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextRange*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTextRange_empty",
|
|
"defaults": {},
|
|
"funcname": "empty",
|
|
"location": "imgui:2852",
|
|
"ov_cimguiname": "ImGuiTextRange_empty",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImGuiTextRange"
|
|
}
|
|
],
|
|
"ImGuiTextRange_split": [
|
|
{
|
|
"args": "(ImGuiTextRange* self,char separator,ImVector_ImGuiTextRange* out)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTextRange*"
|
|
},
|
|
{
|
|
"name": "separator",
|
|
"type": "char"
|
|
},
|
|
{
|
|
"name": "out",
|
|
"type": "ImVector_ImGuiTextRange*"
|
|
}
|
|
],
|
|
"argsoriginal": "(char separator,ImVector<ImGuiTextRange>* out)",
|
|
"call_args": "(separator,out)",
|
|
"call_args_old": "(separator,out)",
|
|
"cimguiname": "ImGuiTextRange_split",
|
|
"defaults": {},
|
|
"funcname": "split",
|
|
"location": "imgui:2853",
|
|
"ov_cimguiname": "ImGuiTextRange_split",
|
|
"ret": "void",
|
|
"signature": "(char,ImVector_ImGuiTextRange*)const",
|
|
"stname": "ImGuiTextRange"
|
|
}
|
|
],
|
|
"ImGuiTypingSelectState_Clear": [
|
|
{
|
|
"args": "(ImGuiTypingSelectState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTypingSelectState*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTypingSelectState_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui_internal:1824",
|
|
"ov_cimguiname": "ImGuiTypingSelectState_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiTypingSelectState"
|
|
}
|
|
],
|
|
"ImGuiTypingSelectState_ImGuiTypingSelectState": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiTypingSelectState_ImGuiTypingSelectState",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiTypingSelectState",
|
|
"location": "imgui_internal:1823",
|
|
"ov_cimguiname": "ImGuiTypingSelectState_ImGuiTypingSelectState",
|
|
"signature": "()",
|
|
"stname": "ImGuiTypingSelectState"
|
|
}
|
|
],
|
|
"ImGuiTypingSelectState_destroy": [
|
|
{
|
|
"args": "(ImGuiTypingSelectState* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiTypingSelectState*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiTypingSelectState_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:1823",
|
|
"ov_cimguiname": "ImGuiTypingSelectState_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTypingSelectState*)",
|
|
"stname": "ImGuiTypingSelectState"
|
|
}
|
|
],
|
|
"ImGuiViewportP_CalcWorkRectPos": [
|
|
{
|
|
"args": "(ImGuiViewportP* self,const ImVec2_c inset_min)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewportP*"
|
|
},
|
|
{
|
|
"name": "inset_min",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& inset_min)",
|
|
"call_args": "(ConvertToCPP_ImVec2(inset_min))",
|
|
"call_args_old": "(inset_min)",
|
|
"cimguiname": "ImGuiViewportP_CalcWorkRectPos",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "CalcWorkRectPos",
|
|
"location": "imgui_internal:2155",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiViewportP_CalcWorkRectPos",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2)const",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewportP_CalcWorkRectSize": [
|
|
{
|
|
"args": "(ImGuiViewportP* self,const ImVec2_c inset_min,const ImVec2_c inset_max)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewportP*"
|
|
},
|
|
{
|
|
"name": "inset_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "inset_max",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& inset_min,const ImVec2& inset_max)",
|
|
"call_args": "(ConvertToCPP_ImVec2(inset_min),ConvertToCPP_ImVec2(inset_max))",
|
|
"call_args_old": "(inset_min,inset_max)",
|
|
"cimguiname": "ImGuiViewportP_CalcWorkRectSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "CalcWorkRectSize",
|
|
"location": "imgui_internal:2156",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiViewportP_CalcWorkRectSize",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2)const",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewportP_ClearRequestFlags": [
|
|
{
|
|
"args": "(ImGuiViewportP* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewportP_ClearRequestFlags",
|
|
"defaults": {},
|
|
"funcname": "ClearRequestFlags",
|
|
"location": "imgui_internal:2152",
|
|
"ov_cimguiname": "ImGuiViewportP_ClearRequestFlags",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewportP_GetBuildWorkRect": [
|
|
{
|
|
"args": "(ImGuiViewportP* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewportP_GetBuildWorkRect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "GetBuildWorkRect",
|
|
"location": "imgui_internal:2162",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiViewportP_GetBuildWorkRect",
|
|
"ret": "ImRect_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewportP_GetMainRect": [
|
|
{
|
|
"args": "(ImGuiViewportP* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewportP_GetMainRect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "GetMainRect",
|
|
"location": "imgui_internal:2160",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiViewportP_GetMainRect",
|
|
"ret": "ImRect_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewportP_GetWorkRect": [
|
|
{
|
|
"args": "(ImGuiViewportP* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewportP_GetWorkRect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "GetWorkRect",
|
|
"location": "imgui_internal:2161",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiViewportP_GetWorkRect",
|
|
"ret": "ImRect_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewportP_ImGuiViewportP": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewportP_ImGuiViewportP",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiViewportP",
|
|
"location": "imgui_internal:2150",
|
|
"ov_cimguiname": "ImGuiViewportP_ImGuiViewportP",
|
|
"signature": "()",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewportP_UpdateWorkRect": [
|
|
{
|
|
"args": "(ImGuiViewportP* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewportP_UpdateWorkRect",
|
|
"defaults": {},
|
|
"funcname": "UpdateWorkRect",
|
|
"location": "imgui_internal:2157",
|
|
"ov_cimguiname": "ImGuiViewportP_UpdateWorkRect",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewportP_destroy": [
|
|
{
|
|
"args": "(ImGuiViewportP* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiViewportP_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2151",
|
|
"ov_cimguiname": "ImGuiViewportP_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImGuiViewportP*)",
|
|
"stname": "ImGuiViewportP"
|
|
}
|
|
],
|
|
"ImGuiViewport_GetCenter": [
|
|
{
|
|
"args": "(ImGuiViewport* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewport*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewport_GetCenter",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetCenter",
|
|
"location": "imgui:4086",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiViewport_GetCenter",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiViewport"
|
|
}
|
|
],
|
|
"ImGuiViewport_GetWorkCenter": [
|
|
{
|
|
"args": "(ImGuiViewport* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewport*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewport_GetWorkCenter",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetWorkCenter",
|
|
"location": "imgui:4087",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiViewport_GetWorkCenter",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiViewport"
|
|
}
|
|
],
|
|
"ImGuiViewport_ImGuiViewport": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiViewport_ImGuiViewport",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiViewport",
|
|
"location": "imgui:4082",
|
|
"ov_cimguiname": "ImGuiViewport_ImGuiViewport",
|
|
"signature": "()",
|
|
"stname": "ImGuiViewport"
|
|
}
|
|
],
|
|
"ImGuiViewport_destroy": [
|
|
{
|
|
"args": "(ImGuiViewport* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiViewport*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiViewport_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:4083",
|
|
"ov_cimguiname": "ImGuiViewport_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImGuiViewport*)",
|
|
"stname": "ImGuiViewport"
|
|
}
|
|
],
|
|
"ImGuiWindowClass_ImGuiWindowClass": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiWindowClass_ImGuiWindowClass",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiWindowClass",
|
|
"location": "imgui:2788",
|
|
"ov_cimguiname": "ImGuiWindowClass_ImGuiWindowClass",
|
|
"signature": "()",
|
|
"stname": "ImGuiWindowClass"
|
|
}
|
|
],
|
|
"ImGuiWindowClass_destroy": [
|
|
{
|
|
"args": "(ImGuiWindowClass* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindowClass*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiWindowClass_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2788",
|
|
"ov_cimguiname": "ImGuiWindowClass_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindowClass*)",
|
|
"stname": "ImGuiWindowClass"
|
|
}
|
|
],
|
|
"ImGuiWindowSettings_GetName": [
|
|
{
|
|
"args": "(ImGuiWindowSettings* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindowSettings*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiWindowSettings_GetName",
|
|
"defaults": {},
|
|
"funcname": "GetName",
|
|
"location": "imgui_internal:2188",
|
|
"ov_cimguiname": "ImGuiWindowSettings_GetName",
|
|
"ret": "char*",
|
|
"signature": "()",
|
|
"stname": "ImGuiWindowSettings"
|
|
}
|
|
],
|
|
"ImGuiWindowSettings_ImGuiWindowSettings": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiWindowSettings_ImGuiWindowSettings",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiWindowSettings",
|
|
"location": "imgui_internal:2187",
|
|
"ov_cimguiname": "ImGuiWindowSettings_ImGuiWindowSettings",
|
|
"signature": "()",
|
|
"stname": "ImGuiWindowSettings"
|
|
}
|
|
],
|
|
"ImGuiWindowSettings_destroy": [
|
|
{
|
|
"args": "(ImGuiWindowSettings* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindowSettings*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiWindowSettings_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2187",
|
|
"ov_cimguiname": "ImGuiWindowSettings_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindowSettings*)",
|
|
"stname": "ImGuiWindowSettings"
|
|
}
|
|
],
|
|
"ImGuiWindow_GetID": [
|
|
{
|
|
"args": "(ImGuiWindow* self,const char* str,const char* str_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "str",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str,const char* str_end=((void*)0))",
|
|
"call_args": "(str,str_end)",
|
|
"call_args_old": "(str,str_end)",
|
|
"cimguiname": "ImGuiWindow_GetID",
|
|
"defaults": {
|
|
"str_end": "NULL"
|
|
},
|
|
"funcname": "GetID",
|
|
"location": "imgui_internal:2970",
|
|
"ov_cimguiname": "ImGuiWindow_GetID_Str",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": "ImGuiWindow"
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* self,const void* ptr)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "ptr",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* ptr)",
|
|
"call_args": "(ptr)",
|
|
"call_args_old": "(ptr)",
|
|
"cimguiname": "ImGuiWindow_GetID",
|
|
"defaults": {},
|
|
"funcname": "GetID",
|
|
"location": "imgui_internal:2971",
|
|
"ov_cimguiname": "ImGuiWindow_GetID_Ptr",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const void*)",
|
|
"stname": "ImGuiWindow"
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImGuiWindow_GetID",
|
|
"defaults": {},
|
|
"funcname": "GetID",
|
|
"location": "imgui_internal:2972",
|
|
"ov_cimguiname": "ImGuiWindow_GetID_Int",
|
|
"ret": "ImGuiID",
|
|
"signature": "(int)",
|
|
"stname": "ImGuiWindow"
|
|
}
|
|
],
|
|
"ImGuiWindow_GetIDFromPos": [
|
|
{
|
|
"args": "(ImGuiWindow* self,const ImVec2_c p_abs)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "p_abs",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p_abs)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p_abs))",
|
|
"call_args_old": "(p_abs)",
|
|
"cimguiname": "ImGuiWindow_GetIDFromPos",
|
|
"defaults": {},
|
|
"funcname": "GetIDFromPos",
|
|
"location": "imgui_internal:2973",
|
|
"ov_cimguiname": "ImGuiWindow_GetIDFromPos",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const ImVec2)",
|
|
"stname": "ImGuiWindow"
|
|
}
|
|
],
|
|
"ImGuiWindow_GetIDFromRectangle": [
|
|
{
|
|
"args": "(ImGuiWindow* self,const ImRect_c r_abs)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "r_abs",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& r_abs)",
|
|
"call_args": "(ConvertToCPP_ImRect(r_abs))",
|
|
"call_args_old": "(r_abs)",
|
|
"cimguiname": "ImGuiWindow_GetIDFromRectangle",
|
|
"defaults": {},
|
|
"funcname": "GetIDFromRectangle",
|
|
"location": "imgui_internal:2974",
|
|
"ov_cimguiname": "ImGuiWindow_GetIDFromRectangle",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const ImRect)",
|
|
"stname": "ImGuiWindow"
|
|
}
|
|
],
|
|
"ImGuiWindow_ImGuiWindow": [
|
|
{
|
|
"args": "(ImGuiContext* context,const char* name)",
|
|
"argsT": [
|
|
{
|
|
"name": "context",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* context,const char* name)",
|
|
"call_args": "(context,name)",
|
|
"call_args_old": "(context,name)",
|
|
"cimguiname": "ImGuiWindow_ImGuiWindow",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImGuiWindow",
|
|
"location": "imgui_internal:2966",
|
|
"ov_cimguiname": "ImGuiWindow_ImGuiWindow",
|
|
"signature": "(ImGuiContext*,const char*)",
|
|
"stname": "ImGuiWindow"
|
|
}
|
|
],
|
|
"ImGuiWindow_MenuBarRect": [
|
|
{
|
|
"args": "(ImGuiWindow* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiWindow_MenuBarRect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "MenuBarRect",
|
|
"location": "imgui_internal:2979",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiWindow_MenuBarRect",
|
|
"ret": "ImRect_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiWindow"
|
|
}
|
|
],
|
|
"ImGuiWindow_Rect": [
|
|
{
|
|
"args": "(ImGuiWindow* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiWindow_Rect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "Rect",
|
|
"location": "imgui_internal:2977",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiWindow_Rect",
|
|
"ret": "ImRect_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiWindow"
|
|
}
|
|
],
|
|
"ImGuiWindow_TitleBarRect": [
|
|
{
|
|
"args": "(ImGuiWindow* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImGuiWindow_TitleBarRect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "TitleBarRect",
|
|
"location": "imgui_internal:2978",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImGuiWindow_TitleBarRect",
|
|
"ret": "ImRect_c",
|
|
"signature": "()const",
|
|
"stname": "ImGuiWindow"
|
|
}
|
|
],
|
|
"ImGuiWindow_destroy": [
|
|
{
|
|
"args": "(ImGuiWindow* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImGuiWindow_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:2968",
|
|
"ov_cimguiname": "ImGuiWindow_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": "ImGuiWindow"
|
|
}
|
|
],
|
|
"ImPool_Add": [
|
|
{
|
|
"args": "(ImPool* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImPool_Add",
|
|
"defaults": {},
|
|
"funcname": "Add",
|
|
"location": "imgui_internal:778",
|
|
"ov_cimguiname": "ImPool_Add",
|
|
"ret": "T*",
|
|
"signature": "()",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_Clear": [
|
|
{
|
|
"args": "(ImPool* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImPool_Clear",
|
|
"defaults": {},
|
|
"funcname": "Clear",
|
|
"location": "imgui_internal:777",
|
|
"ov_cimguiname": "ImPool_Clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_Contains": [
|
|
{
|
|
"args": "(ImPool* self,const T* p)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* p)",
|
|
"call_args": "(p)",
|
|
"call_args_old": "(p)",
|
|
"cimguiname": "ImPool_Contains",
|
|
"defaults": {},
|
|
"funcname": "Contains",
|
|
"location": "imgui_internal:776",
|
|
"ov_cimguiname": "ImPool_Contains",
|
|
"ret": "bool",
|
|
"signature": "(const T*)const",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_GetAliveCount": [
|
|
{
|
|
"args": "(ImPool* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImPool_GetAliveCount",
|
|
"defaults": {},
|
|
"funcname": "GetAliveCount",
|
|
"location": "imgui_internal:785",
|
|
"ov_cimguiname": "ImPool_GetAliveCount",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_GetBufSize": [
|
|
{
|
|
"args": "(ImPool* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImPool_GetBufSize",
|
|
"defaults": {},
|
|
"funcname": "GetBufSize",
|
|
"location": "imgui_internal:786",
|
|
"ov_cimguiname": "ImPool_GetBufSize",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_GetByIndex": [
|
|
{
|
|
"args": "(ImPool* self,ImPoolIdx n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "ImPoolIdx"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImPoolIdx n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImPool_GetByIndex",
|
|
"defaults": {},
|
|
"funcname": "GetByIndex",
|
|
"location": "imgui_internal:773",
|
|
"ov_cimguiname": "ImPool_GetByIndex",
|
|
"ret": "T*",
|
|
"signature": "(ImPoolIdx)",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_GetByKey": [
|
|
{
|
|
"args": "(ImPool* self,ImGuiID key)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "ImPool_GetByKey",
|
|
"defaults": {},
|
|
"funcname": "GetByKey",
|
|
"location": "imgui_internal:772",
|
|
"ov_cimguiname": "ImPool_GetByKey",
|
|
"ret": "T*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_GetIndex": [
|
|
{
|
|
"args": "(ImPool* self,const T* p)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* p)",
|
|
"call_args": "(p)",
|
|
"call_args_old": "(p)",
|
|
"cimguiname": "ImPool_GetIndex",
|
|
"defaults": {},
|
|
"funcname": "GetIndex",
|
|
"location": "imgui_internal:774",
|
|
"ov_cimguiname": "ImPool_GetIndex",
|
|
"ret": "ImPoolIdx",
|
|
"signature": "(const T*)const",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_GetMapSize": [
|
|
{
|
|
"args": "(ImPool* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImPool_GetMapSize",
|
|
"defaults": {},
|
|
"funcname": "GetMapSize",
|
|
"location": "imgui_internal:787",
|
|
"ov_cimguiname": "ImPool_GetMapSize",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_GetOrAddByKey": [
|
|
{
|
|
"args": "(ImPool* self,ImGuiID key)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "ImPool_GetOrAddByKey",
|
|
"defaults": {},
|
|
"funcname": "GetOrAddByKey",
|
|
"location": "imgui_internal:775",
|
|
"ov_cimguiname": "ImPool_GetOrAddByKey",
|
|
"ret": "T*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_ImPool": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImPool_ImPool",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImPool",
|
|
"location": "imgui_internal:770",
|
|
"ov_cimguiname": "ImPool_ImPool",
|
|
"signature": "()",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_Remove": [
|
|
{
|
|
"args": "(ImPool* self,ImGuiID key,const T* p)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,const T* p)",
|
|
"call_args": "(key,p)",
|
|
"call_args_old": "(key,p)",
|
|
"cimguiname": "ImPool_Remove",
|
|
"defaults": {},
|
|
"funcname": "Remove",
|
|
"location": "imgui_internal:779",
|
|
"ov_cimguiname": "ImPool_Remove_TPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,const T*)",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImPool* self,ImGuiID key,ImPoolIdx idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "idx",
|
|
"type": "ImPoolIdx"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID key,ImPoolIdx idx)",
|
|
"call_args": "(key,idx)",
|
|
"call_args_old": "(key,idx)",
|
|
"cimguiname": "ImPool_Remove",
|
|
"defaults": {},
|
|
"funcname": "Remove",
|
|
"location": "imgui_internal:780",
|
|
"ov_cimguiname": "ImPool_Remove_PoolIdx",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImPoolIdx)",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_Reserve": [
|
|
{
|
|
"args": "(ImPool* self,int capacity)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "capacity",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int capacity)",
|
|
"call_args": "(capacity)",
|
|
"call_args_old": "(capacity)",
|
|
"cimguiname": "ImPool_Reserve",
|
|
"defaults": {},
|
|
"funcname": "Reserve",
|
|
"location": "imgui_internal:781",
|
|
"ov_cimguiname": "ImPool_Reserve",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_TryGetMapData": [
|
|
{
|
|
"args": "(ImPool* self,ImPoolIdx n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "ImPoolIdx"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImPoolIdx n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImPool_TryGetMapData",
|
|
"defaults": {},
|
|
"funcname": "TryGetMapData",
|
|
"location": "imgui_internal:788",
|
|
"ov_cimguiname": "ImPool_TryGetMapData",
|
|
"ret": "T*",
|
|
"signature": "(ImPoolIdx)",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImPool_destroy": [
|
|
{
|
|
"args": "(ImPool* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImPool*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImPool_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:771",
|
|
"ov_cimguiname": "ImPool_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImPool*)",
|
|
"stname": "ImPool",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImRect_Add": [
|
|
{
|
|
"args": "(ImRect* self,const ImVec2_c p)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p))",
|
|
"call_args_old": "(p)",
|
|
"cimguiname": "ImRect_Add",
|
|
"defaults": {},
|
|
"funcname": "Add",
|
|
"location": "imgui_internal:607",
|
|
"ov_cimguiname": "ImRect_Add_Vec2",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": "ImRect"
|
|
},
|
|
{
|
|
"args": "(ImRect* self,const ImRect_c r)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& r)",
|
|
"call_args": "(ConvertToCPP_ImRect(r))",
|
|
"call_args_old": "(r)",
|
|
"cimguiname": "ImRect_Add",
|
|
"defaults": {},
|
|
"funcname": "Add",
|
|
"location": "imgui_internal:608",
|
|
"ov_cimguiname": "ImRect_Add_Rect",
|
|
"ret": "void",
|
|
"signature": "(const ImRect)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_AsVec4": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_AsVec4",
|
|
"defaults": {},
|
|
"funcname": "AsVec4",
|
|
"location": "imgui_internal:619",
|
|
"nonUDT": 2,
|
|
"ov_cimguiname": "ImRect_AsVec4",
|
|
"ret": "const ImVec4_c*",
|
|
"retref": "&",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_ClipWith": [
|
|
{
|
|
"args": "(ImRect* self,const ImRect_c r)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& r)",
|
|
"call_args": "(ConvertToCPP_ImRect(r))",
|
|
"call_args_old": "(r)",
|
|
"cimguiname": "ImRect_ClipWith",
|
|
"defaults": {},
|
|
"funcname": "ClipWith",
|
|
"location": "imgui_internal:614",
|
|
"ov_cimguiname": "ImRect_ClipWith",
|
|
"ret": "void",
|
|
"signature": "(const ImRect)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_ClipWithFull": [
|
|
{
|
|
"args": "(ImRect* self,const ImRect_c r)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& r)",
|
|
"call_args": "(ConvertToCPP_ImRect(r))",
|
|
"call_args_old": "(r)",
|
|
"cimguiname": "ImRect_ClipWithFull",
|
|
"defaults": {},
|
|
"funcname": "ClipWithFull",
|
|
"location": "imgui_internal:615",
|
|
"ov_cimguiname": "ImRect_ClipWithFull",
|
|
"ret": "void",
|
|
"signature": "(const ImRect)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_Contains": [
|
|
{
|
|
"args": "(ImRect* self,const ImVec2_c p)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p))",
|
|
"call_args_old": "(p)",
|
|
"cimguiname": "ImRect_Contains",
|
|
"defaults": {},
|
|
"funcname": "Contains",
|
|
"location": "imgui_internal:603",
|
|
"ov_cimguiname": "ImRect_Contains_Vec2",
|
|
"ret": "bool",
|
|
"signature": "(const ImVec2)const",
|
|
"stname": "ImRect"
|
|
},
|
|
{
|
|
"args": "(ImRect* self,const ImRect_c r)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& r)",
|
|
"call_args": "(ConvertToCPP_ImRect(r))",
|
|
"call_args_old": "(r)",
|
|
"cimguiname": "ImRect_Contains",
|
|
"defaults": {},
|
|
"funcname": "Contains",
|
|
"location": "imgui_internal:604",
|
|
"ov_cimguiname": "ImRect_Contains_Rect",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect)const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_ContainsWithPad": [
|
|
{
|
|
"args": "(ImRect* self,const ImVec2_c p,const ImVec2_c pad)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "pad",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p,const ImVec2& pad)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p),ConvertToCPP_ImVec2(pad))",
|
|
"call_args_old": "(p,pad)",
|
|
"cimguiname": "ImRect_ContainsWithPad",
|
|
"defaults": {},
|
|
"funcname": "ContainsWithPad",
|
|
"location": "imgui_internal:605",
|
|
"ov_cimguiname": "ImRect_ContainsWithPad",
|
|
"ret": "bool",
|
|
"signature": "(const ImVec2,const ImVec2)const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_Expand": [
|
|
{
|
|
"args": "(ImRect* self,const float amount)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "amount",
|
|
"type": "const float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const float amount)",
|
|
"call_args": "(amount)",
|
|
"call_args_old": "(amount)",
|
|
"cimguiname": "ImRect_Expand",
|
|
"defaults": {},
|
|
"funcname": "Expand",
|
|
"location": "imgui_internal:609",
|
|
"ov_cimguiname": "ImRect_Expand_Float",
|
|
"ret": "void",
|
|
"signature": "(const float)",
|
|
"stname": "ImRect"
|
|
},
|
|
{
|
|
"args": "(ImRect* self,const ImVec2_c amount)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "amount",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& amount)",
|
|
"call_args": "(ConvertToCPP_ImVec2(amount))",
|
|
"call_args_old": "(amount)",
|
|
"cimguiname": "ImRect_Expand",
|
|
"defaults": {},
|
|
"funcname": "Expand",
|
|
"location": "imgui_internal:610",
|
|
"ov_cimguiname": "ImRect_Expand_Vec2",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_Floor": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_Floor",
|
|
"defaults": {},
|
|
"funcname": "Floor",
|
|
"location": "imgui_internal:616",
|
|
"ov_cimguiname": "ImRect_Floor",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetArea": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetArea",
|
|
"defaults": {},
|
|
"funcname": "GetArea",
|
|
"location": "imgui_internal:598",
|
|
"ov_cimguiname": "ImRect_GetArea",
|
|
"ret": "float",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetBL": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetBL",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetBL",
|
|
"location": "imgui_internal:601",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImRect_GetBL",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetBR": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetBR",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetBR",
|
|
"location": "imgui_internal:602",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImRect_GetBR",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetCenter": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetCenter",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetCenter",
|
|
"location": "imgui_internal:594",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImRect_GetCenter",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetHeight": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetHeight",
|
|
"defaults": {},
|
|
"funcname": "GetHeight",
|
|
"location": "imgui_internal:597",
|
|
"ov_cimguiname": "ImRect_GetHeight",
|
|
"ret": "float",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetSize": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetSize",
|
|
"location": "imgui_internal:595",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImRect_GetSize",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetTL": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetTL",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetTL",
|
|
"location": "imgui_internal:599",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImRect_GetTL",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetTR": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetTR",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetTR",
|
|
"location": "imgui_internal:600",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImRect_GetTR",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_GetWidth": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_GetWidth",
|
|
"defaults": {},
|
|
"funcname": "GetWidth",
|
|
"location": "imgui_internal:596",
|
|
"ov_cimguiname": "ImRect_GetWidth",
|
|
"ret": "float",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_ImRect": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_ImRect",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImRect",
|
|
"location": "imgui_internal:589",
|
|
"ov_cimguiname": "ImRect_ImRect_Nil",
|
|
"signature": "()",
|
|
"stname": "ImRect"
|
|
},
|
|
{
|
|
"args": "(const ImVec2_c min,const ImVec2_c max)",
|
|
"argsT": [
|
|
{
|
|
"name": "min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "max",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& min,const ImVec2& max)",
|
|
"call_args": "(ConvertToCPP_ImVec2(min),ConvertToCPP_ImVec2(max))",
|
|
"call_args_old": "(min,max)",
|
|
"cimguiname": "ImRect_ImRect",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImRect",
|
|
"location": "imgui_internal:590",
|
|
"ov_cimguiname": "ImRect_ImRect_Vec2",
|
|
"signature": "(const ImVec2,const ImVec2)",
|
|
"stname": "ImRect"
|
|
},
|
|
{
|
|
"args": "(const ImVec4_c v)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "const ImVec4"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec4& v)",
|
|
"call_args": "(ConvertToCPP_ImVec4(v))",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImRect_ImRect",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImRect",
|
|
"location": "imgui_internal:591",
|
|
"ov_cimguiname": "ImRect_ImRect_Vec4",
|
|
"signature": "(const ImVec4)",
|
|
"stname": "ImRect"
|
|
},
|
|
{
|
|
"args": "(float x1,float y1,float x2,float y2)",
|
|
"argsT": [
|
|
{
|
|
"name": "x1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "x2",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y2",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float x1,float y1,float x2,float y2)",
|
|
"call_args": "(x1,y1,x2,y2)",
|
|
"call_args_old": "(x1,y1,x2,y2)",
|
|
"cimguiname": "ImRect_ImRect",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImRect",
|
|
"location": "imgui_internal:592",
|
|
"ov_cimguiname": "ImRect_ImRect_Float",
|
|
"signature": "(float,float,float,float)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_IsInverted": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_IsInverted",
|
|
"defaults": {},
|
|
"funcname": "IsInverted",
|
|
"location": "imgui_internal:617",
|
|
"ov_cimguiname": "ImRect_IsInverted",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_Overlaps": [
|
|
{
|
|
"args": "(ImRect* self,const ImRect_c r)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& r)",
|
|
"call_args": "(ConvertToCPP_ImRect(r))",
|
|
"call_args_old": "(r)",
|
|
"cimguiname": "ImRect_Overlaps",
|
|
"defaults": {},
|
|
"funcname": "Overlaps",
|
|
"location": "imgui_internal:606",
|
|
"ov_cimguiname": "ImRect_Overlaps",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect)const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_ToVec4": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImRect_ToVec4",
|
|
"conv": "ImVec4",
|
|
"defaults": {},
|
|
"funcname": "ToVec4",
|
|
"location": "imgui_internal:618",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImRect_ToVec4",
|
|
"ret": "ImVec4_c",
|
|
"signature": "()const",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_Translate": [
|
|
{
|
|
"args": "(ImRect* self,const ImVec2_c d)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "d",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& d)",
|
|
"call_args": "(ConvertToCPP_ImVec2(d))",
|
|
"call_args_old": "(d)",
|
|
"cimguiname": "ImRect_Translate",
|
|
"defaults": {},
|
|
"funcname": "Translate",
|
|
"location": "imgui_internal:611",
|
|
"ov_cimguiname": "ImRect_Translate",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_TranslateX": [
|
|
{
|
|
"args": "(ImRect* self,float dx)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "dx",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float dx)",
|
|
"call_args": "(dx)",
|
|
"call_args_old": "(dx)",
|
|
"cimguiname": "ImRect_TranslateX",
|
|
"defaults": {},
|
|
"funcname": "TranslateX",
|
|
"location": "imgui_internal:612",
|
|
"ov_cimguiname": "ImRect_TranslateX",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_TranslateY": [
|
|
{
|
|
"args": "(ImRect* self,float dy)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
},
|
|
{
|
|
"name": "dy",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float dy)",
|
|
"call_args": "(dy)",
|
|
"call_args_old": "(dy)",
|
|
"cimguiname": "ImRect_TranslateY",
|
|
"defaults": {},
|
|
"funcname": "TranslateY",
|
|
"location": "imgui_internal:613",
|
|
"ov_cimguiname": "ImRect_TranslateY",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImRect_destroy": [
|
|
{
|
|
"args": "(ImRect* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImRect_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:589",
|
|
"ov_cimguiname": "ImRect_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImRect*)",
|
|
"stname": "ImRect"
|
|
}
|
|
],
|
|
"ImSpanAllocator_GetArenaSizeInBytes": [
|
|
{
|
|
"args": "(ImSpanAllocator* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpanAllocator*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpanAllocator_GetArenaSizeInBytes",
|
|
"defaults": {},
|
|
"funcname": "GetArenaSizeInBytes",
|
|
"location": "imgui_internal:717",
|
|
"ov_cimguiname": "ImSpanAllocator_GetArenaSizeInBytes",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": "ImSpanAllocator",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpanAllocator_GetSpanPtrBegin": [
|
|
{
|
|
"args": "(ImSpanAllocator* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpanAllocator*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImSpanAllocator_GetSpanPtrBegin",
|
|
"defaults": {},
|
|
"funcname": "GetSpanPtrBegin",
|
|
"location": "imgui_internal:719",
|
|
"ov_cimguiname": "ImSpanAllocator_GetSpanPtrBegin",
|
|
"ret": "void*",
|
|
"signature": "(int)",
|
|
"stname": "ImSpanAllocator",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpanAllocator_GetSpanPtrEnd": [
|
|
{
|
|
"args": "(ImSpanAllocator* self,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpanAllocator*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n)",
|
|
"call_args": "(n)",
|
|
"call_args_old": "(n)",
|
|
"cimguiname": "ImSpanAllocator_GetSpanPtrEnd",
|
|
"defaults": {},
|
|
"funcname": "GetSpanPtrEnd",
|
|
"location": "imgui_internal:720",
|
|
"ov_cimguiname": "ImSpanAllocator_GetSpanPtrEnd",
|
|
"ret": "void*",
|
|
"signature": "(int)",
|
|
"stname": "ImSpanAllocator",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpanAllocator_ImSpanAllocator": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpanAllocator_ImSpanAllocator",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImSpanAllocator",
|
|
"location": "imgui_internal:715",
|
|
"ov_cimguiname": "ImSpanAllocator_ImSpanAllocator",
|
|
"signature": "()",
|
|
"stname": "ImSpanAllocator",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpanAllocator_Reserve": [
|
|
{
|
|
"args": "(ImSpanAllocator* self,int n,size_t sz,int a)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpanAllocator*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "sz",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n,size_t sz,int a=4)",
|
|
"call_args": "(n,sz,a)",
|
|
"call_args_old": "(n,sz,a)",
|
|
"cimguiname": "ImSpanAllocator_Reserve",
|
|
"defaults": {
|
|
"a": "4"
|
|
},
|
|
"funcname": "Reserve",
|
|
"location": "imgui_internal:716",
|
|
"ov_cimguiname": "ImSpanAllocator_Reserve",
|
|
"ret": "void",
|
|
"signature": "(int,size_t,int)",
|
|
"stname": "ImSpanAllocator",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpanAllocator_SetArenaBasePtr": [
|
|
{
|
|
"args": "(ImSpanAllocator* self,void* base_ptr)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpanAllocator*"
|
|
},
|
|
{
|
|
"name": "base_ptr",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* base_ptr)",
|
|
"call_args": "(base_ptr)",
|
|
"call_args_old": "(base_ptr)",
|
|
"cimguiname": "ImSpanAllocator_SetArenaBasePtr",
|
|
"defaults": {},
|
|
"funcname": "SetArenaBasePtr",
|
|
"location": "imgui_internal:718",
|
|
"ov_cimguiname": "ImSpanAllocator_SetArenaBasePtr",
|
|
"ret": "void",
|
|
"signature": "(void*)",
|
|
"stname": "ImSpanAllocator",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpanAllocator_destroy": [
|
|
{
|
|
"args": "(ImSpanAllocator* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpanAllocator*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImSpanAllocator_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:715",
|
|
"ov_cimguiname": "ImSpanAllocator_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImSpanAllocator*)",
|
|
"stname": "ImSpanAllocator",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpan_ImSpan": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpan_ImSpan",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImSpan",
|
|
"location": "imgui_internal:683",
|
|
"ov_cimguiname": "ImSpan_ImSpan_Nil",
|
|
"signature": "()",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(T* data,int size)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "T*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(T* data,int size)",
|
|
"call_args": "(data,size)",
|
|
"call_args_old": "(data,size)",
|
|
"cimguiname": "ImSpan_ImSpan",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImSpan",
|
|
"location": "imgui_internal:684",
|
|
"ov_cimguiname": "ImSpan_ImSpan_TPtrInt",
|
|
"signature": "(T*,int)",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(T* data,T* data_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "T*"
|
|
},
|
|
{
|
|
"name": "data_end",
|
|
"type": "T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(T* data,T* data_end)",
|
|
"call_args": "(data,data_end)",
|
|
"call_args_old": "(data,data_end)",
|
|
"cimguiname": "ImSpan_ImSpan",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImSpan",
|
|
"location": "imgui_internal:685",
|
|
"ov_cimguiname": "ImSpan_ImSpan_TPtrTPtr",
|
|
"signature": "(T*,T*)",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpan_begin": [
|
|
{
|
|
"args": "(ImSpan* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpan_begin",
|
|
"defaults": {},
|
|
"funcname": "begin",
|
|
"location": "imgui_internal:694",
|
|
"ov_cimguiname": "ImSpan_begin_Nil",
|
|
"ret": "T*",
|
|
"signature": "()",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImSpan* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpan_begin",
|
|
"defaults": {},
|
|
"funcname": "begin",
|
|
"location": "imgui_internal:695",
|
|
"ov_cimguiname": "ImSpan_begin__const",
|
|
"ret": "const T*",
|
|
"signature": "()const",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpan_destroy": [
|
|
{
|
|
"args": "(ImSpan* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImSpan_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:683",
|
|
"ov_cimguiname": "ImSpan_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImSpan*)",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpan_end": [
|
|
{
|
|
"args": "(ImSpan* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpan_end",
|
|
"defaults": {},
|
|
"funcname": "end",
|
|
"location": "imgui_internal:696",
|
|
"ov_cimguiname": "ImSpan_end_Nil",
|
|
"ret": "T*",
|
|
"signature": "()",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImSpan* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpan_end",
|
|
"defaults": {},
|
|
"funcname": "end",
|
|
"location": "imgui_internal:697",
|
|
"ov_cimguiname": "ImSpan_end__const",
|
|
"ret": "const T*",
|
|
"signature": "()const",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpan_index_from_ptr": [
|
|
{
|
|
"args": "(ImSpan* self,const T* it)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
},
|
|
{
|
|
"name": "it",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* it)",
|
|
"call_args": "(it)",
|
|
"call_args_old": "(it)",
|
|
"cimguiname": "ImSpan_index_from_ptr",
|
|
"defaults": {},
|
|
"funcname": "index_from_ptr",
|
|
"location": "imgui_internal:700",
|
|
"ov_cimguiname": "ImSpan_index_from_ptr",
|
|
"ret": "int",
|
|
"signature": "(const T*)const",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpan_set": [
|
|
{
|
|
"args": "(ImSpan* self,T* data,int size)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "T*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(T* data,int size)",
|
|
"call_args": "(data,size)",
|
|
"call_args_old": "(data,size)",
|
|
"cimguiname": "ImSpan_set",
|
|
"defaults": {},
|
|
"funcname": "set",
|
|
"location": "imgui_internal:687",
|
|
"ov_cimguiname": "ImSpan_set_Int",
|
|
"ret": "void",
|
|
"signature": "(T*,int)",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImSpan* self,T* data,T* data_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "T*"
|
|
},
|
|
{
|
|
"name": "data_end",
|
|
"type": "T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(T* data,T* data_end)",
|
|
"call_args": "(data,data_end)",
|
|
"call_args_old": "(data,data_end)",
|
|
"cimguiname": "ImSpan_set",
|
|
"defaults": {},
|
|
"funcname": "set",
|
|
"location": "imgui_internal:688",
|
|
"ov_cimguiname": "ImSpan_set_TPtr",
|
|
"ret": "void",
|
|
"signature": "(T*,T*)",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpan_size": [
|
|
{
|
|
"args": "(ImSpan* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpan_size",
|
|
"defaults": {},
|
|
"funcname": "size",
|
|
"location": "imgui_internal:689",
|
|
"ov_cimguiname": "ImSpan_size",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImSpan_size_in_bytes": [
|
|
{
|
|
"args": "(ImSpan* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImSpan*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImSpan_size_in_bytes",
|
|
"defaults": {},
|
|
"funcname": "size_in_bytes",
|
|
"location": "imgui_internal:690",
|
|
"ov_cimguiname": "ImSpan_size_in_bytes",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImSpan",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImStableVector_clear": [
|
|
{
|
|
"args": "(ImStableVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImStableVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImStableVector_clear",
|
|
"defaults": {},
|
|
"funcname": "clear",
|
|
"location": "imgui_internal:739",
|
|
"ov_cimguiname": "ImStableVector_clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImStableVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImStableVector_push_back": [
|
|
{
|
|
"args": "(ImStableVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImStableVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImStableVector_push_back",
|
|
"defaults": {},
|
|
"funcname": "push_back",
|
|
"location": "imgui_internal:755",
|
|
"ov_cimguiname": "ImStableVector_push_back",
|
|
"ret": "T*",
|
|
"signature": "(const T)",
|
|
"stname": "ImStableVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImStableVector_reserve": [
|
|
{
|
|
"args": "(ImStableVector* self,int new_cap)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImStableVector*"
|
|
},
|
|
{
|
|
"name": "new_cap",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int new_cap)",
|
|
"call_args": "(new_cap)",
|
|
"call_args_old": "(new_cap)",
|
|
"cimguiname": "ImStableVector_reserve",
|
|
"defaults": {},
|
|
"funcname": "reserve",
|
|
"location": "imgui_internal:741",
|
|
"ov_cimguiname": "ImStableVector_reserve",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImStableVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImStableVector_resize": [
|
|
{
|
|
"args": "(ImStableVector* self,int new_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImStableVector*"
|
|
},
|
|
{
|
|
"name": "new_size",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int new_size)",
|
|
"call_args": "(new_size)",
|
|
"call_args_old": "(new_size)",
|
|
"cimguiname": "ImStableVector_resize",
|
|
"defaults": {},
|
|
"funcname": "resize",
|
|
"location": "imgui_internal:740",
|
|
"ov_cimguiname": "ImStableVector_resize",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImStableVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImTextureData_Create": [
|
|
{
|
|
"args": "(ImTextureData* self,ImTextureFormat format,int w,int h)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "ImTextureFormat"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureFormat format,int w,int h)",
|
|
"call_args": "(format,w,h)",
|
|
"call_args_old": "(format,w,h)",
|
|
"cimguiname": "ImTextureData_Create",
|
|
"defaults": {},
|
|
"funcname": "Create",
|
|
"location": "imgui:3623",
|
|
"ov_cimguiname": "ImTextureData_Create",
|
|
"ret": "void",
|
|
"signature": "(ImTextureFormat,int,int)",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_DestroyPixels": [
|
|
{
|
|
"args": "(ImTextureData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureData_DestroyPixels",
|
|
"defaults": {},
|
|
"funcname": "DestroyPixels",
|
|
"location": "imgui:3624",
|
|
"ov_cimguiname": "ImTextureData_DestroyPixels",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_GetPitch": [
|
|
{
|
|
"args": "(ImTextureData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureData_GetPitch",
|
|
"defaults": {},
|
|
"funcname": "GetPitch",
|
|
"location": "imgui:3628",
|
|
"ov_cimguiname": "ImTextureData_GetPitch",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_GetPixels": [
|
|
{
|
|
"args": "(ImTextureData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureData_GetPixels",
|
|
"defaults": {},
|
|
"funcname": "GetPixels",
|
|
"location": "imgui:3625",
|
|
"ov_cimguiname": "ImTextureData_GetPixels",
|
|
"ret": "void*",
|
|
"signature": "()",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_GetPixelsAt": [
|
|
{
|
|
"args": "(ImTextureData* self,int x,int y)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "x",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int x,int y)",
|
|
"call_args": "(x,y)",
|
|
"call_args_old": "(x,y)",
|
|
"cimguiname": "ImTextureData_GetPixelsAt",
|
|
"defaults": {},
|
|
"funcname": "GetPixelsAt",
|
|
"location": "imgui:3626",
|
|
"ov_cimguiname": "ImTextureData_GetPixelsAt",
|
|
"ret": "void*",
|
|
"signature": "(int,int)",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_GetSizeInBytes": [
|
|
{
|
|
"args": "(ImTextureData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureData_GetSizeInBytes",
|
|
"defaults": {},
|
|
"funcname": "GetSizeInBytes",
|
|
"location": "imgui:3627",
|
|
"ov_cimguiname": "ImTextureData_GetSizeInBytes",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_GetTexID": [
|
|
{
|
|
"args": "(ImTextureData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureData_GetTexID",
|
|
"defaults": {},
|
|
"funcname": "GetTexID",
|
|
"location": "imgui:3630",
|
|
"ov_cimguiname": "ImTextureData_GetTexID",
|
|
"ret": "ImTextureID",
|
|
"signature": "()const",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_GetTexRef": [
|
|
{
|
|
"args": "(ImTextureData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureData_GetTexRef",
|
|
"conv": "ImTextureRef",
|
|
"defaults": {},
|
|
"funcname": "GetTexRef",
|
|
"location": "imgui:3629",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "ImTextureData_GetTexRef",
|
|
"ret": "ImTextureRef_c",
|
|
"signature": "()",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_ImTextureData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureData_ImTextureData",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImTextureData",
|
|
"location": "imgui:3621",
|
|
"ov_cimguiname": "ImTextureData_ImTextureData",
|
|
"signature": "()",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_SetStatus": [
|
|
{
|
|
"args": "(ImTextureData* self,ImTextureStatus status)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"type": "ImTextureStatus"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureStatus status)",
|
|
"call_args": "(status)",
|
|
"call_args_old": "(status)",
|
|
"cimguiname": "ImTextureData_SetStatus",
|
|
"defaults": {},
|
|
"funcname": "SetStatus",
|
|
"location": "imgui:3636",
|
|
"ov_cimguiname": "ImTextureData_SetStatus",
|
|
"ret": "void",
|
|
"signature": "(ImTextureStatus)",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_SetTexID": [
|
|
{
|
|
"args": "(ImTextureData* self,ImTextureID tex_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "tex_id",
|
|
"type": "ImTextureID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureID tex_id)",
|
|
"call_args": "(tex_id)",
|
|
"call_args_old": "(tex_id)",
|
|
"cimguiname": "ImTextureData_SetTexID",
|
|
"defaults": {},
|
|
"funcname": "SetTexID",
|
|
"location": "imgui:3635",
|
|
"ov_cimguiname": "ImTextureData_SetTexID",
|
|
"ret": "void",
|
|
"signature": "(ImTextureID)",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureData_destroy": [
|
|
{
|
|
"args": "(ImTextureData* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImTextureData_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:3622",
|
|
"ov_cimguiname": "ImTextureData_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImTextureData*)",
|
|
"stname": "ImTextureData"
|
|
}
|
|
],
|
|
"ImTextureRef_GetTexID": [
|
|
{
|
|
"args": "(ImTextureRef* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureRef*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureRef_GetTexID",
|
|
"defaults": {},
|
|
"funcname": "GetTexID",
|
|
"location": "imgui:377",
|
|
"ov_cimguiname": "ImTextureRef_GetTexID",
|
|
"ret": "ImTextureID",
|
|
"signature": "()const",
|
|
"stname": "ImTextureRef"
|
|
}
|
|
],
|
|
"ImTextureRef_ImTextureRef": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImTextureRef_ImTextureRef",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImTextureRef",
|
|
"location": "imgui:371",
|
|
"ov_cimguiname": "ImTextureRef_ImTextureRef_Nil",
|
|
"signature": "()",
|
|
"stname": "ImTextureRef"
|
|
},
|
|
{
|
|
"args": "(ImTextureID tex_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "tex_id",
|
|
"type": "ImTextureID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureID tex_id)",
|
|
"call_args": "(tex_id)",
|
|
"call_args_old": "(tex_id)",
|
|
"cimguiname": "ImTextureRef_ImTextureRef",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImTextureRef",
|
|
"location": "imgui:372",
|
|
"ov_cimguiname": "ImTextureRef_ImTextureRef_TextureID",
|
|
"signature": "(ImTextureID)",
|
|
"stname": "ImTextureRef"
|
|
}
|
|
],
|
|
"ImTextureRef_destroy": [
|
|
{
|
|
"args": "(ImTextureRef* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImTextureRef*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImTextureRef_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:371",
|
|
"ov_cimguiname": "ImTextureRef_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImTextureRef*)",
|
|
"stname": "ImTextureRef"
|
|
}
|
|
],
|
|
"ImVec1_ImVec1": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVec1_ImVec1",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec1",
|
|
"location": "imgui_internal:561",
|
|
"ov_cimguiname": "ImVec1_ImVec1_Nil",
|
|
"signature": "()",
|
|
"stname": "ImVec1"
|
|
},
|
|
{
|
|
"args": "(float _x)",
|
|
"argsT": [
|
|
{
|
|
"name": "_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float _x)",
|
|
"call_args": "(_x)",
|
|
"call_args_old": "(_x)",
|
|
"cimguiname": "ImVec1_ImVec1",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec1",
|
|
"location": "imgui_internal:562",
|
|
"ov_cimguiname": "ImVec1_ImVec1_Float",
|
|
"signature": "(float)",
|
|
"stname": "ImVec1"
|
|
}
|
|
],
|
|
"ImVec1_destroy": [
|
|
{
|
|
"args": "(ImVec1* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVec1*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImVec1_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:561",
|
|
"ov_cimguiname": "ImVec1_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImVec1*)",
|
|
"stname": "ImVec1"
|
|
}
|
|
],
|
|
"ImVec2_ImVec2": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVec2_ImVec2",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec2",
|
|
"location": "imgui:302",
|
|
"ov_cimguiname": "ImVec2_ImVec2_Nil",
|
|
"signature": "()",
|
|
"stname": "ImVec2"
|
|
},
|
|
{
|
|
"args": "(float _x,float _y)",
|
|
"argsT": [
|
|
{
|
|
"name": "_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "_y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float _x,float _y)",
|
|
"call_args": "(_x,_y)",
|
|
"call_args_old": "(_x,_y)",
|
|
"cimguiname": "ImVec2_ImVec2",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec2",
|
|
"location": "imgui:303",
|
|
"ov_cimguiname": "ImVec2_ImVec2_Float",
|
|
"signature": "(float,float)",
|
|
"stname": "ImVec2"
|
|
}
|
|
],
|
|
"ImVec2_destroy": [
|
|
{
|
|
"args": "(ImVec2* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVec2*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImVec2_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:302",
|
|
"ov_cimguiname": "ImVec2_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImVec2*)",
|
|
"stname": "ImVec2"
|
|
}
|
|
],
|
|
"ImVec2i_ImVec2i": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVec2i_ImVec2i",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec2i",
|
|
"location": "imgui_internal:569",
|
|
"ov_cimguiname": "ImVec2i_ImVec2i_Nil",
|
|
"signature": "()",
|
|
"stname": "ImVec2i"
|
|
},
|
|
{
|
|
"args": "(int _x,int _y)",
|
|
"argsT": [
|
|
{
|
|
"name": "_x",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "_y",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int _x,int _y)",
|
|
"call_args": "(_x,_y)",
|
|
"call_args_old": "(_x,_y)",
|
|
"cimguiname": "ImVec2i_ImVec2i",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec2i",
|
|
"location": "imgui_internal:570",
|
|
"ov_cimguiname": "ImVec2i_ImVec2i_Int",
|
|
"signature": "(int,int)",
|
|
"stname": "ImVec2i"
|
|
}
|
|
],
|
|
"ImVec2i_destroy": [
|
|
{
|
|
"args": "(ImVec2i* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVec2i*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImVec2i_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:569",
|
|
"ov_cimguiname": "ImVec2i_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImVec2i*)",
|
|
"stname": "ImVec2i"
|
|
}
|
|
],
|
|
"ImVec2ih_ImVec2ih": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVec2ih_ImVec2ih",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec2ih",
|
|
"location": "imgui_internal:577",
|
|
"ov_cimguiname": "ImVec2ih_ImVec2ih_Nil",
|
|
"signature": "()",
|
|
"stname": "ImVec2ih"
|
|
},
|
|
{
|
|
"args": "(short _x,short _y)",
|
|
"argsT": [
|
|
{
|
|
"name": "_x",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "_y",
|
|
"type": "short"
|
|
}
|
|
],
|
|
"argsoriginal": "(short _x,short _y)",
|
|
"call_args": "(_x,_y)",
|
|
"call_args_old": "(_x,_y)",
|
|
"cimguiname": "ImVec2ih_ImVec2ih",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec2ih",
|
|
"location": "imgui_internal:578",
|
|
"ov_cimguiname": "ImVec2ih_ImVec2ih_short",
|
|
"signature": "(short,short)",
|
|
"stname": "ImVec2ih"
|
|
},
|
|
{
|
|
"args": "(const ImVec2_c rhs)",
|
|
"argsT": [
|
|
{
|
|
"name": "rhs",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& rhs)",
|
|
"call_args": "(ConvertToCPP_ImVec2(rhs))",
|
|
"call_args_old": "(rhs)",
|
|
"cimguiname": "ImVec2ih_ImVec2ih",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec2ih",
|
|
"location": "imgui_internal:579",
|
|
"ov_cimguiname": "ImVec2ih_ImVec2ih_Vec2",
|
|
"signature": "(const ImVec2)",
|
|
"stname": "ImVec2ih"
|
|
}
|
|
],
|
|
"ImVec2ih_destroy": [
|
|
{
|
|
"args": "(ImVec2ih* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVec2ih*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImVec2ih_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui_internal:577",
|
|
"ov_cimguiname": "ImVec2ih_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImVec2ih*)",
|
|
"stname": "ImVec2ih"
|
|
}
|
|
],
|
|
"ImVec4_ImVec4": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVec4_ImVec4",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec4",
|
|
"location": "imgui:315",
|
|
"ov_cimguiname": "ImVec4_ImVec4_Nil",
|
|
"signature": "()",
|
|
"stname": "ImVec4"
|
|
},
|
|
{
|
|
"args": "(float _x,float _y,float _z,float _w)",
|
|
"argsT": [
|
|
{
|
|
"name": "_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "_y",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "_z",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "_w",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float _x,float _y,float _z,float _w)",
|
|
"call_args": "(_x,_y,_z,_w)",
|
|
"call_args_old": "(_x,_y,_z,_w)",
|
|
"cimguiname": "ImVec4_ImVec4",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVec4",
|
|
"location": "imgui:316",
|
|
"ov_cimguiname": "ImVec4_ImVec4_Float",
|
|
"signature": "(float,float,float,float)",
|
|
"stname": "ImVec4"
|
|
}
|
|
],
|
|
"ImVec4_destroy": [
|
|
{
|
|
"args": "(ImVec4* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVec4*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImVec4_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:315",
|
|
"ov_cimguiname": "ImVec4_destroy",
|
|
"ret": "void",
|
|
"signature": "(ImVec4*)",
|
|
"stname": "ImVec4"
|
|
}
|
|
],
|
|
"ImVector_ImVector": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_ImVector",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVector",
|
|
"location": "imgui:2287",
|
|
"ov_cimguiname": "ImVector_ImVector_Nil",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(const ImVector_T src)",
|
|
"argsT": [
|
|
{
|
|
"name": "src",
|
|
"type": "const ImVector_T "
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVector<T>& src)",
|
|
"call_args": "(src)",
|
|
"call_args_old": "(src)",
|
|
"cimguiname": "ImVector_ImVector",
|
|
"constructor": true,
|
|
"defaults": {},
|
|
"funcname": "ImVector",
|
|
"location": "imgui:2288",
|
|
"ov_cimguiname": "ImVector_ImVector_Vector_T_",
|
|
"signature": "(const ImVector_T )",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector__grow_capacity": [
|
|
{
|
|
"args": "(ImVector* self,int sz)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "sz",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int sz)",
|
|
"call_args": "(sz)",
|
|
"call_args_old": "(sz)",
|
|
"cimguiname": "ImVector__grow_capacity",
|
|
"defaults": {},
|
|
"funcname": "_grow_capacity",
|
|
"location": "imgui:2314",
|
|
"ov_cimguiname": "ImVector__grow_capacity",
|
|
"ret": "int",
|
|
"signature": "(int)const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_back": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_back",
|
|
"defaults": {},
|
|
"funcname": "back",
|
|
"location": "imgui:2310",
|
|
"ov_cimguiname": "ImVector_back_Nil",
|
|
"ret": "T*",
|
|
"retref": "&",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_back",
|
|
"defaults": {},
|
|
"funcname": "back",
|
|
"location": "imgui:2311",
|
|
"ov_cimguiname": "ImVector_back__const",
|
|
"ret": "const T*",
|
|
"retref": "&",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_begin": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_begin",
|
|
"defaults": {},
|
|
"funcname": "begin",
|
|
"location": "imgui:2304",
|
|
"ov_cimguiname": "ImVector_begin_Nil",
|
|
"ret": "T*",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_begin",
|
|
"defaults": {},
|
|
"funcname": "begin",
|
|
"location": "imgui:2305",
|
|
"ov_cimguiname": "ImVector_begin__const",
|
|
"ret": "const T*",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_capacity": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_capacity",
|
|
"defaults": {},
|
|
"funcname": "capacity",
|
|
"location": "imgui:2300",
|
|
"ov_cimguiname": "ImVector_capacity",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_clear": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_clear",
|
|
"defaults": {},
|
|
"funcname": "clear",
|
|
"location": "imgui:2292",
|
|
"ov_cimguiname": "ImVector_clear",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_clear_delete": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_clear_delete",
|
|
"defaults": {},
|
|
"funcname": "clear_delete",
|
|
"location": "imgui:2293",
|
|
"ov_cimguiname": "ImVector_clear_delete",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_clear_destruct": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_clear_destruct",
|
|
"defaults": {},
|
|
"funcname": "clear_destruct",
|
|
"location": "imgui:2294",
|
|
"ov_cimguiname": "ImVector_clear_destruct",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_contains": [
|
|
{
|
|
"args": "(ImVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImVector_contains",
|
|
"defaults": {},
|
|
"funcname": "contains",
|
|
"location": "imgui:2329",
|
|
"ov_cimguiname": "ImVector_contains",
|
|
"ret": "bool",
|
|
"signature": "(const T)const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_destroy": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"call_args": "(self)",
|
|
"cimguiname": "ImVector_destroy",
|
|
"defaults": {},
|
|
"destructor": true,
|
|
"location": "imgui:2290",
|
|
"ov_cimguiname": "ImVector_destroy",
|
|
"realdestructor": true,
|
|
"ret": "void",
|
|
"signature": "(ImVector*)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_empty": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_empty",
|
|
"defaults": {},
|
|
"funcname": "empty",
|
|
"location": "imgui:2296",
|
|
"ov_cimguiname": "ImVector_empty",
|
|
"ret": "bool",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_end": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_end",
|
|
"defaults": {},
|
|
"funcname": "end",
|
|
"location": "imgui:2306",
|
|
"ov_cimguiname": "ImVector_end_Nil",
|
|
"ret": "T*",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_end",
|
|
"defaults": {},
|
|
"funcname": "end",
|
|
"location": "imgui:2307",
|
|
"ov_cimguiname": "ImVector_end__const",
|
|
"ret": "const T*",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_erase": [
|
|
{
|
|
"args": "(ImVector* self,const T* it)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "it",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* it)",
|
|
"call_args": "(it)",
|
|
"call_args_old": "(it)",
|
|
"cimguiname": "ImVector_erase",
|
|
"defaults": {},
|
|
"funcname": "erase",
|
|
"location": "imgui:2325",
|
|
"ov_cimguiname": "ImVector_erase_Nil",
|
|
"ret": "T*",
|
|
"signature": "(const T*)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImVector* self,const T* it,const T* it_last)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "it",
|
|
"type": "const T*"
|
|
},
|
|
{
|
|
"name": "it_last",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* it,const T* it_last)",
|
|
"call_args": "(it,it_last)",
|
|
"call_args_old": "(it,it_last)",
|
|
"cimguiname": "ImVector_erase",
|
|
"defaults": {},
|
|
"funcname": "erase",
|
|
"location": "imgui:2326",
|
|
"ov_cimguiname": "ImVector_erase_TPtr",
|
|
"ret": "T*",
|
|
"signature": "(const T*,const T*)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_erase_unsorted": [
|
|
{
|
|
"args": "(ImVector* self,const T* it)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "it",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* it)",
|
|
"call_args": "(it)",
|
|
"call_args_old": "(it)",
|
|
"cimguiname": "ImVector_erase_unsorted",
|
|
"defaults": {},
|
|
"funcname": "erase_unsorted",
|
|
"location": "imgui:2327",
|
|
"ov_cimguiname": "ImVector_erase_unsorted",
|
|
"ret": "T*",
|
|
"signature": "(const T*)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_find": [
|
|
{
|
|
"args": "(ImVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImVector_find",
|
|
"defaults": {},
|
|
"funcname": "find",
|
|
"location": "imgui:2330",
|
|
"ov_cimguiname": "ImVector_find_Nil",
|
|
"ret": "T*",
|
|
"signature": "(const T)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImVector_find",
|
|
"defaults": {},
|
|
"funcname": "find",
|
|
"location": "imgui:2331",
|
|
"ov_cimguiname": "ImVector_find__const",
|
|
"ret": "const T*",
|
|
"signature": "(const T)const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_find_erase": [
|
|
{
|
|
"args": "(ImVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImVector_find_erase",
|
|
"defaults": {},
|
|
"funcname": "find_erase",
|
|
"location": "imgui:2333",
|
|
"ov_cimguiname": "ImVector_find_erase",
|
|
"ret": "bool",
|
|
"signature": "(const T)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_find_erase_unsorted": [
|
|
{
|
|
"args": "(ImVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImVector_find_erase_unsorted",
|
|
"defaults": {},
|
|
"funcname": "find_erase_unsorted",
|
|
"location": "imgui:2334",
|
|
"ov_cimguiname": "ImVector_find_erase_unsorted",
|
|
"ret": "bool",
|
|
"signature": "(const T)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_find_index": [
|
|
{
|
|
"args": "(ImVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImVector_find_index",
|
|
"defaults": {},
|
|
"funcname": "find_index",
|
|
"location": "imgui:2332",
|
|
"ov_cimguiname": "ImVector_find_index",
|
|
"ret": "int",
|
|
"signature": "(const T)const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_front": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_front",
|
|
"defaults": {},
|
|
"funcname": "front",
|
|
"location": "imgui:2308",
|
|
"ov_cimguiname": "ImVector_front_Nil",
|
|
"ret": "T*",
|
|
"retref": "&",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_front",
|
|
"defaults": {},
|
|
"funcname": "front",
|
|
"location": "imgui:2309",
|
|
"ov_cimguiname": "ImVector_front__const",
|
|
"ret": "const T*",
|
|
"retref": "&",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_index_from_ptr": [
|
|
{
|
|
"args": "(ImVector* self,const T* it)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "it",
|
|
"type": "const T*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* it)",
|
|
"call_args": "(it)",
|
|
"call_args_old": "(it)",
|
|
"cimguiname": "ImVector_index_from_ptr",
|
|
"defaults": {},
|
|
"funcname": "index_from_ptr",
|
|
"location": "imgui:2335",
|
|
"ov_cimguiname": "ImVector_index_from_ptr",
|
|
"ret": "int",
|
|
"signature": "(const T*)const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_insert": [
|
|
{
|
|
"args": "(ImVector* self,const T* it,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "it",
|
|
"type": "const T*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T* it,const T& v)",
|
|
"call_args": "(it,v)",
|
|
"call_args_old": "(it,v)",
|
|
"cimguiname": "ImVector_insert",
|
|
"defaults": {},
|
|
"funcname": "insert",
|
|
"location": "imgui:2328",
|
|
"ov_cimguiname": "ImVector_insert",
|
|
"ret": "T*",
|
|
"signature": "(const T*,const T)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_max_size": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_max_size",
|
|
"defaults": {},
|
|
"funcname": "max_size",
|
|
"location": "imgui:2299",
|
|
"ov_cimguiname": "ImVector_max_size",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_pop_back": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_pop_back",
|
|
"defaults": {},
|
|
"funcname": "pop_back",
|
|
"location": "imgui:2323",
|
|
"ov_cimguiname": "ImVector_pop_back",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_push_back": [
|
|
{
|
|
"args": "(ImVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImVector_push_back",
|
|
"defaults": {},
|
|
"funcname": "push_back",
|
|
"location": "imgui:2322",
|
|
"ov_cimguiname": "ImVector_push_back",
|
|
"ret": "void",
|
|
"signature": "(const T)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_push_front": [
|
|
{
|
|
"args": "(ImVector* self,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(const T& v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "ImVector_push_front",
|
|
"defaults": {},
|
|
"funcname": "push_front",
|
|
"location": "imgui:2324",
|
|
"ov_cimguiname": "ImVector_push_front",
|
|
"ret": "void",
|
|
"signature": "(const T)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_reserve": [
|
|
{
|
|
"args": "(ImVector* self,int new_capacity)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "new_capacity",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int new_capacity)",
|
|
"call_args": "(new_capacity)",
|
|
"call_args_old": "(new_capacity)",
|
|
"cimguiname": "ImVector_reserve",
|
|
"defaults": {},
|
|
"funcname": "reserve",
|
|
"location": "imgui:2318",
|
|
"ov_cimguiname": "ImVector_reserve",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_reserve_discard": [
|
|
{
|
|
"args": "(ImVector* self,int new_capacity)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "new_capacity",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int new_capacity)",
|
|
"call_args": "(new_capacity)",
|
|
"call_args_old": "(new_capacity)",
|
|
"cimguiname": "ImVector_reserve_discard",
|
|
"defaults": {},
|
|
"funcname": "reserve_discard",
|
|
"location": "imgui:2319",
|
|
"ov_cimguiname": "ImVector_reserve_discard",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_resize": [
|
|
{
|
|
"args": "(ImVector* self,int new_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "new_size",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int new_size)",
|
|
"call_args": "(new_size)",
|
|
"call_args_old": "(new_size)",
|
|
"cimguiname": "ImVector_resize",
|
|
"defaults": {},
|
|
"funcname": "resize",
|
|
"location": "imgui:2315",
|
|
"ov_cimguiname": "ImVector_resize_Nil",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
},
|
|
{
|
|
"args": "(ImVector* self,int new_size,const T v)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "new_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "const T"
|
|
}
|
|
],
|
|
"argsoriginal": "(int new_size,const T& v)",
|
|
"call_args": "(new_size,v)",
|
|
"call_args_old": "(new_size,v)",
|
|
"cimguiname": "ImVector_resize",
|
|
"defaults": {},
|
|
"funcname": "resize",
|
|
"location": "imgui:2316",
|
|
"ov_cimguiname": "ImVector_resize_T",
|
|
"ret": "void",
|
|
"signature": "(int,const T)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_shrink": [
|
|
{
|
|
"args": "(ImVector* self,int new_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "new_size",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int new_size)",
|
|
"call_args": "(new_size)",
|
|
"call_args_old": "(new_size)",
|
|
"cimguiname": "ImVector_shrink",
|
|
"defaults": {},
|
|
"funcname": "shrink",
|
|
"location": "imgui:2317",
|
|
"ov_cimguiname": "ImVector_shrink",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_size": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_size",
|
|
"defaults": {},
|
|
"funcname": "size",
|
|
"location": "imgui:2297",
|
|
"ov_cimguiname": "ImVector_size",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_size_in_bytes": [
|
|
{
|
|
"args": "(ImVector* self)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
}
|
|
],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "ImVector_size_in_bytes",
|
|
"defaults": {},
|
|
"funcname": "size_in_bytes",
|
|
"location": "imgui:2298",
|
|
"ov_cimguiname": "ImVector_size_in_bytes",
|
|
"ret": "int",
|
|
"signature": "()const",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"ImVector_swap": [
|
|
{
|
|
"args": "(ImVector* self,ImVector_T * rhs)",
|
|
"argsT": [
|
|
{
|
|
"name": "self",
|
|
"type": "ImVector*"
|
|
},
|
|
{
|
|
"name": "rhs",
|
|
"reftoptr": true,
|
|
"type": "ImVector_T *"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVector<T>& rhs)",
|
|
"call_args": "(*rhs)",
|
|
"call_args_old": "(*rhs)",
|
|
"cimguiname": "ImVector_swap",
|
|
"defaults": {},
|
|
"funcname": "swap",
|
|
"location": "imgui:2312",
|
|
"ov_cimguiname": "ImVector_swap",
|
|
"ret": "void",
|
|
"signature": "(ImVector_T *)",
|
|
"stname": "ImVector",
|
|
"templated": true
|
|
}
|
|
],
|
|
"igAcceptDragDropPayload": [
|
|
{
|
|
"args": "(const char* type,ImGuiDragDropFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "type",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiDragDropFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* type,ImGuiDragDropFlags flags=0)",
|
|
"call_args": "(type,flags)",
|
|
"call_args_old": "(type,flags)",
|
|
"cimguiname": "igAcceptDragDropPayload",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "AcceptDragDropPayload",
|
|
"location": "imgui:1006",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igAcceptDragDropPayload",
|
|
"ret": "const ImGuiPayload*",
|
|
"signature": "(const char*,ImGuiDragDropFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igActivateItemByID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igActivateItemByID",
|
|
"defaults": {},
|
|
"funcname": "ActivateItemByID",
|
|
"location": "imgui_internal:3581",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igActivateItemByID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igAddContextHook": [
|
|
{
|
|
"args": "(ImGuiContext* context,const ImGuiContextHook* hook)",
|
|
"argsT": [
|
|
{
|
|
"name": "context",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "hook",
|
|
"type": "const ImGuiContextHook*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* context,const ImGuiContextHook* hook)",
|
|
"call_args": "(context,hook)",
|
|
"call_args_old": "(context,hook)",
|
|
"cimguiname": "igAddContextHook",
|
|
"defaults": {},
|
|
"funcname": "AddContextHook",
|
|
"location": "imgui_internal:3440",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igAddContextHook",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiContext*,const ImGuiContextHook*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igAddDrawListToDrawDataEx": [
|
|
{
|
|
"args": "(ImDrawData* draw_data,ImVector_ImDrawListPtr* out_list,ImDrawList* draw_list)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_data",
|
|
"type": "ImDrawData*"
|
|
},
|
|
{
|
|
"name": "out_list",
|
|
"type": "ImVector_ImDrawListPtr*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawData* draw_data,ImVector<ImDrawList*>* out_list,ImDrawList* draw_list)",
|
|
"call_args": "(draw_data,out_list,draw_list)",
|
|
"call_args_old": "(draw_data,out_list,draw_list)",
|
|
"cimguiname": "igAddDrawListToDrawDataEx",
|
|
"defaults": {},
|
|
"funcname": "AddDrawListToDrawDataEx",
|
|
"location": "imgui_internal:3423",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igAddDrawListToDrawDataEx",
|
|
"ret": "void",
|
|
"signature": "(ImDrawData*,ImVector_ImDrawListPtr*,ImDrawList*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igAddSettingsHandler": [
|
|
{
|
|
"args": "(const ImGuiSettingsHandler* handler)",
|
|
"argsT": [
|
|
{
|
|
"name": "handler",
|
|
"type": "const ImGuiSettingsHandler*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiSettingsHandler* handler)",
|
|
"call_args": "(handler)",
|
|
"call_args_old": "(handler)",
|
|
"cimguiname": "igAddSettingsHandler",
|
|
"defaults": {},
|
|
"funcname": "AddSettingsHandler",
|
|
"location": "imgui_internal:3457",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igAddSettingsHandler",
|
|
"ret": "void",
|
|
"signature": "(const ImGuiSettingsHandler*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igAlignTextToFramePadding": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igAlignTextToFramePadding",
|
|
"defaults": {},
|
|
"funcname": "AlignTextToFramePadding",
|
|
"location": "imgui:593",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igAlignTextToFramePadding",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igArrowButton": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiDir dir)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "dir",
|
|
"type": "ImGuiDir"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiDir dir)",
|
|
"call_args": "(str_id,dir)",
|
|
"call_args_old": "(str_id,dir)",
|
|
"cimguiname": "igArrowButton",
|
|
"defaults": {},
|
|
"funcname": "ArrowButton",
|
|
"location": "imgui:642",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igArrowButton",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDir)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igArrowButtonEx": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiDir dir,ImVec2_c size_arg,ImGuiButtonFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "size_arg",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiButtonFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiDir dir,ImVec2 size_arg,ImGuiButtonFlags flags=0)",
|
|
"call_args": "(str_id,dir,ConvertToCPP_ImVec2(size_arg),flags)",
|
|
"call_args_old": "(str_id,dir,size_arg,flags)",
|
|
"cimguiname": "igArrowButtonEx",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ArrowButtonEx",
|
|
"location": "imgui_internal:3895",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igArrowButtonEx",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDir,ImVec2,ImGuiButtonFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBegin": [
|
|
{
|
|
"args": "(const char* name,bool* p_open,ImGuiWindowFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name,bool* p_open=((void*)0),ImGuiWindowFlags flags=0)",
|
|
"call_args": "(name,p_open,flags)",
|
|
"call_args_old": "(name,p_open,flags)",
|
|
"cimguiname": "igBegin",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"p_open": "NULL"
|
|
},
|
|
"funcname": "Begin",
|
|
"location": "imgui:439",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBegin",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool*,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginBoxSelect": [
|
|
{
|
|
"args": "(const ImRect_c scope_rect,ImGuiWindow* window,ImGuiID box_select_id,ImGuiMultiSelectFlags ms_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "scope_rect",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "box_select_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "ms_flags",
|
|
"type": "ImGuiMultiSelectFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& scope_rect,ImGuiWindow* window,ImGuiID box_select_id,ImGuiMultiSelectFlags ms_flags)",
|
|
"call_args": "(ConvertToCPP_ImRect(scope_rect),window,box_select_id,ms_flags)",
|
|
"call_args_old": "(scope_rect,window,box_select_id,ms_flags)",
|
|
"cimguiname": "igBeginBoxSelect",
|
|
"defaults": {},
|
|
"funcname": "BeginBoxSelect",
|
|
"location": "imgui_internal:3753",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginBoxSelect",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiWindow*,ImGuiID,ImGuiMultiSelectFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginChild": [
|
|
{
|
|
"args": "(const char* str_id,const ImVec2_c size,ImGuiChildFlags child_flags,ImGuiWindowFlags window_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "child_flags",
|
|
"type": "ImGuiChildFlags"
|
|
},
|
|
{
|
|
"name": "window_flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,const ImVec2& size=ImVec2(0,0),ImGuiChildFlags child_flags=0,ImGuiWindowFlags window_flags=0)",
|
|
"call_args": "(str_id,ConvertToCPP_ImVec2(size),child_flags,window_flags)",
|
|
"call_args_old": "(str_id,size,child_flags,window_flags)",
|
|
"cimguiname": "igBeginChild",
|
|
"defaults": {
|
|
"child_flags": "0",
|
|
"size": "ImVec2(0,0)",
|
|
"window_flags": "0"
|
|
},
|
|
"funcname": "BeginChild",
|
|
"location": "imgui:460",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginChild_Str",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec2,ImGuiChildFlags,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiID id,const ImVec2_c size,ImGuiChildFlags child_flags,ImGuiWindowFlags window_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "child_flags",
|
|
"type": "ImGuiChildFlags"
|
|
},
|
|
{
|
|
"name": "window_flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,const ImVec2& size=ImVec2(0,0),ImGuiChildFlags child_flags=0,ImGuiWindowFlags window_flags=0)",
|
|
"call_args": "(id,ConvertToCPP_ImVec2(size),child_flags,window_flags)",
|
|
"call_args_old": "(id,size,child_flags,window_flags)",
|
|
"cimguiname": "igBeginChild",
|
|
"defaults": {
|
|
"child_flags": "0",
|
|
"size": "ImVec2(0,0)",
|
|
"window_flags": "0"
|
|
},
|
|
"funcname": "BeginChild",
|
|
"location": "imgui:461",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginChild_ID",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,const ImVec2,ImGuiChildFlags,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginChildEx": [
|
|
{
|
|
"args": "(const char* name,ImGuiID id,const ImVec2_c size_arg,ImGuiChildFlags child_flags,ImGuiWindowFlags window_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "size_arg",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "child_flags",
|
|
"type": "ImGuiChildFlags"
|
|
},
|
|
{
|
|
"name": "window_flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name,ImGuiID id,const ImVec2& size_arg,ImGuiChildFlags child_flags,ImGuiWindowFlags window_flags)",
|
|
"call_args": "(name,id,ConvertToCPP_ImVec2(size_arg),child_flags,window_flags)",
|
|
"call_args_old": "(name,id,size_arg,child_flags,window_flags)",
|
|
"cimguiname": "igBeginChildEx",
|
|
"defaults": {},
|
|
"funcname": "BeginChildEx",
|
|
"location": "imgui_internal:3527",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginChildEx",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiID,const ImVec2,ImGuiChildFlags,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginColumns": [
|
|
{
|
|
"args": "(const char* str_id,int count,ImGuiOldColumnFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiOldColumnFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,int count,ImGuiOldColumnFlags flags=0)",
|
|
"call_args": "(str_id,count,flags)",
|
|
"call_args_old": "(str_id,count,flags)",
|
|
"cimguiname": "igBeginColumns",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "BeginColumns",
|
|
"location": "imgui_internal:3766",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginColumns",
|
|
"ret": "void",
|
|
"signature": "(const char*,int,ImGuiOldColumnFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginCombo": [
|
|
{
|
|
"args": "(const char* label,const char* preview_value,ImGuiComboFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "preview_value",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiComboFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* preview_value,ImGuiComboFlags flags=0)",
|
|
"call_args": "(label,preview_value,flags)",
|
|
"call_args_old": "(label,preview_value,flags)",
|
|
"cimguiname": "igBeginCombo",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "BeginCombo",
|
|
"location": "imgui:666",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginCombo",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,ImGuiComboFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginComboPopup": [
|
|
{
|
|
"args": "(ImGuiID popup_id,const ImRect_c bb,ImGuiComboFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "popup_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiComboFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID popup_id,const ImRect& bb,ImGuiComboFlags flags)",
|
|
"call_args": "(popup_id,ConvertToCPP_ImRect(bb),flags)",
|
|
"call_args_old": "(popup_id,bb,flags)",
|
|
"cimguiname": "igBeginComboPopup",
|
|
"defaults": {},
|
|
"funcname": "BeginComboPopup",
|
|
"location": "imgui_internal:3554",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginComboPopup",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,const ImRect,ImGuiComboFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginComboPreview": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginComboPreview",
|
|
"defaults": {},
|
|
"funcname": "BeginComboPreview",
|
|
"location": "imgui_internal:3555",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginComboPreview",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDisabled": [
|
|
{
|
|
"args": "(bool disabled)",
|
|
"argsT": [
|
|
{
|
|
"name": "disabled",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool disabled=true)",
|
|
"call_args": "(disabled)",
|
|
"call_args_old": "(disabled)",
|
|
"cimguiname": "igBeginDisabled",
|
|
"defaults": {
|
|
"disabled": "true"
|
|
},
|
|
"funcname": "BeginDisabled",
|
|
"location": "imgui:1015",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDisabled",
|
|
"ret": "void",
|
|
"signature": "(bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDisabledOverrideReenable": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginDisabledOverrideReenable",
|
|
"defaults": {},
|
|
"funcname": "BeginDisabledOverrideReenable",
|
|
"location": "imgui_internal:3517",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDisabledOverrideReenable",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDockableDragDropSource": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igBeginDockableDragDropSource",
|
|
"defaults": {},
|
|
"funcname": "BeginDockableDragDropSource",
|
|
"location": "imgui_internal:3695",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDockableDragDropSource",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDockableDragDropTarget": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igBeginDockableDragDropTarget",
|
|
"defaults": {},
|
|
"funcname": "BeginDockableDragDropTarget",
|
|
"location": "imgui_internal:3696",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDockableDragDropTarget",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDocked": [
|
|
{
|
|
"args": "(ImGuiWindow* window,bool* p_open)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,bool* p_open)",
|
|
"call_args": "(window,p_open)",
|
|
"call_args_old": "(window,p_open)",
|
|
"cimguiname": "igBeginDocked",
|
|
"defaults": {},
|
|
"funcname": "BeginDocked",
|
|
"location": "imgui_internal:3694",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDocked",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDragDropSource": [
|
|
{
|
|
"args": "(ImGuiDragDropFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiDragDropFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDragDropFlags flags=0)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "igBeginDragDropSource",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "BeginDragDropSource",
|
|
"location": "imgui:1002",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDragDropSource",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiDragDropFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDragDropTarget": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginDragDropTarget",
|
|
"defaults": {},
|
|
"funcname": "BeginDragDropTarget",
|
|
"location": "imgui:1005",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDragDropTarget",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDragDropTargetCustom": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id)",
|
|
"call_args_old": "(bb,id)",
|
|
"cimguiname": "igBeginDragDropTargetCustom",
|
|
"defaults": {},
|
|
"funcname": "BeginDragDropTargetCustom",
|
|
"location": "imgui_internal:3737",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDragDropTargetCustom",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginDragDropTargetViewport": [
|
|
{
|
|
"args": "(ImGuiViewport* viewport,const ImRect* p_bb)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewport*"
|
|
},
|
|
{
|
|
"name": "p_bb",
|
|
"type": "const ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiViewport* viewport,const ImRect* p_bb=((void*)0))",
|
|
"call_args": "(viewport,p_bb)",
|
|
"call_args_old": "(viewport,p_bb)",
|
|
"cimguiname": "igBeginDragDropTargetViewport",
|
|
"defaults": {
|
|
"p_bb": "NULL"
|
|
},
|
|
"funcname": "BeginDragDropTargetViewport",
|
|
"location": "imgui_internal:3738",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginDragDropTargetViewport",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiViewport*,const ImRect*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginErrorTooltip": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginErrorTooltip",
|
|
"defaults": {},
|
|
"funcname": "BeginErrorTooltip",
|
|
"location": "imgui_internal:3981",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginErrorTooltip",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginGroup": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginGroup",
|
|
"defaults": {},
|
|
"funcname": "BeginGroup",
|
|
"location": "imgui:591",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginGroup",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginItemTooltip": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginItemTooltip",
|
|
"defaults": {},
|
|
"funcname": "BeginItemTooltip",
|
|
"location": "imgui:838",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginItemTooltip",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginListBox": [
|
|
{
|
|
"args": "(const char* label,const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const ImVec2& size=ImVec2(0,0))",
|
|
"call_args": "(label,ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(label,size)",
|
|
"cimguiname": "igBeginListBox",
|
|
"defaults": {
|
|
"size": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "BeginListBox",
|
|
"location": "imgui:792",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginListBox",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginMainMenuBar": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginMainMenuBar",
|
|
"defaults": {},
|
|
"funcname": "BeginMainMenuBar",
|
|
"location": "imgui:818",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginMainMenuBar",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginMenu": [
|
|
{
|
|
"args": "(const char* label,bool enabled)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "enabled",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,bool enabled=true)",
|
|
"call_args": "(label,enabled)",
|
|
"call_args_old": "(label,enabled)",
|
|
"cimguiname": "igBeginMenu",
|
|
"defaults": {
|
|
"enabled": "true"
|
|
},
|
|
"funcname": "BeginMenu",
|
|
"location": "imgui:820",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginMenu",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginMenuBar": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginMenuBar",
|
|
"defaults": {},
|
|
"funcname": "BeginMenuBar",
|
|
"location": "imgui:816",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginMenuBar",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginMenuEx": [
|
|
{
|
|
"args": "(const char* label,const char* icon,bool enabled)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "icon",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "enabled",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* icon,bool enabled=true)",
|
|
"call_args": "(label,icon,enabled)",
|
|
"call_args_old": "(label,icon,enabled)",
|
|
"cimguiname": "igBeginMenuEx",
|
|
"defaults": {
|
|
"enabled": "true"
|
|
},
|
|
"funcname": "BeginMenuEx",
|
|
"location": "imgui_internal:3550",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginMenuEx",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginMultiSelect": [
|
|
{
|
|
"args": "(ImGuiMultiSelectFlags flags,int selection_size,int items_count)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiMultiSelectFlags"
|
|
},
|
|
{
|
|
"name": "selection_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMultiSelectFlags flags,int selection_size=-1,int items_count=-1)",
|
|
"call_args": "(flags,selection_size,items_count)",
|
|
"call_args_old": "(flags,selection_size,items_count)",
|
|
"cimguiname": "igBeginMultiSelect",
|
|
"defaults": {
|
|
"items_count": "-1",
|
|
"selection_size": "-1"
|
|
},
|
|
"funcname": "BeginMultiSelect",
|
|
"location": "imgui:780",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginMultiSelect",
|
|
"ret": "ImGuiMultiSelectIO*",
|
|
"signature": "(ImGuiMultiSelectFlags,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginPopup": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiWindowFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiWindowFlags flags=0)",
|
|
"call_args": "(str_id,flags)",
|
|
"call_args_old": "(str_id,flags)",
|
|
"cimguiname": "igBeginPopup",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "BeginPopup",
|
|
"location": "imgui:852",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginPopup",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginPopupContextItem": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "popup_flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id=((void*)0),ImGuiPopupFlags popup_flags=1)",
|
|
"call_args": "(str_id,popup_flags)",
|
|
"call_args_old": "(str_id,popup_flags)",
|
|
"cimguiname": "igBeginPopupContextItem",
|
|
"defaults": {
|
|
"popup_flags": "1",
|
|
"str_id": "NULL"
|
|
},
|
|
"funcname": "BeginPopupContextItem",
|
|
"location": "imgui:874",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginPopupContextItem",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginPopupContextVoid": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "popup_flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id=((void*)0),ImGuiPopupFlags popup_flags=1)",
|
|
"call_args": "(str_id,popup_flags)",
|
|
"call_args_old": "(str_id,popup_flags)",
|
|
"cimguiname": "igBeginPopupContextVoid",
|
|
"defaults": {
|
|
"popup_flags": "1",
|
|
"str_id": "NULL"
|
|
},
|
|
"funcname": "BeginPopupContextVoid",
|
|
"location": "imgui:876",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginPopupContextVoid",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginPopupContextWindow": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "popup_flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id=((void*)0),ImGuiPopupFlags popup_flags=1)",
|
|
"call_args": "(str_id,popup_flags)",
|
|
"call_args_old": "(str_id,popup_flags)",
|
|
"cimguiname": "igBeginPopupContextWindow",
|
|
"defaults": {
|
|
"popup_flags": "1",
|
|
"str_id": "NULL"
|
|
},
|
|
"funcname": "BeginPopupContextWindow",
|
|
"location": "imgui:875",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginPopupContextWindow",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginPopupEx": [
|
|
{
|
|
"args": "(ImGuiID id,ImGuiWindowFlags extra_window_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "extra_window_flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiWindowFlags extra_window_flags)",
|
|
"call_args": "(id,extra_window_flags)",
|
|
"call_args_old": "(id,extra_window_flags)",
|
|
"cimguiname": "igBeginPopupEx",
|
|
"defaults": {},
|
|
"funcname": "BeginPopupEx",
|
|
"location": "imgui_internal:3530",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginPopupEx",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginPopupMenuEx": [
|
|
{
|
|
"args": "(ImGuiID id,const char* label,ImGuiWindowFlags extra_window_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "extra_window_flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,const char* label,ImGuiWindowFlags extra_window_flags)",
|
|
"call_args": "(id,label,extra_window_flags)",
|
|
"call_args_old": "(id,label,extra_window_flags)",
|
|
"cimguiname": "igBeginPopupMenuEx",
|
|
"defaults": {},
|
|
"funcname": "BeginPopupMenuEx",
|
|
"location": "imgui_internal:3531",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginPopupMenuEx",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,const char*,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginPopupModal": [
|
|
{
|
|
"args": "(const char* name,bool* p_open,ImGuiWindowFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name,bool* p_open=((void*)0),ImGuiWindowFlags flags=0)",
|
|
"call_args": "(name,p_open,flags)",
|
|
"call_args_old": "(name,p_open,flags)",
|
|
"cimguiname": "igBeginPopupModal",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"p_open": "NULL"
|
|
},
|
|
"funcname": "BeginPopupModal",
|
|
"location": "imgui:853",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginPopupModal",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool*,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginTabBar": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiTabBarFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTabBarFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiTabBarFlags flags=0)",
|
|
"call_args": "(str_id,flags)",
|
|
"call_args_old": "(str_id,flags)",
|
|
"cimguiname": "igBeginTabBar",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "BeginTabBar",
|
|
"location": "imgui:954",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginTabBar",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiTabBarFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginTabBarEx": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,const ImRect_c bb,ImGuiTabBarFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTabBarFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,const ImRect& bb,ImGuiTabBarFlags flags)",
|
|
"call_args": "(tab_bar,ConvertToCPP_ImRect(bb),flags)",
|
|
"call_args_old": "(tab_bar,bb,flags)",
|
|
"cimguiname": "igBeginTabBarEx",
|
|
"defaults": {},
|
|
"funcname": "BeginTabBarEx",
|
|
"location": "imgui_internal:3838",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginTabBarEx",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiTabBar*,const ImRect,ImGuiTabBarFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginTabItem": [
|
|
{
|
|
"args": "(const char* label,bool* p_open,ImGuiTabItemFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTabItemFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,bool* p_open=((void*)0),ImGuiTabItemFlags flags=0)",
|
|
"call_args": "(label,p_open,flags)",
|
|
"call_args_old": "(label,p_open,flags)",
|
|
"cimguiname": "igBeginTabItem",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"p_open": "NULL"
|
|
},
|
|
"funcname": "BeginTabItem",
|
|
"location": "imgui:956",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginTabItem",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool*,ImGuiTabItemFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginTable": [
|
|
{
|
|
"args": "(const char* str_id,int columns,ImGuiTableFlags flags,const ImVec2_c outer_size,float inner_width)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "columns",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTableFlags"
|
|
},
|
|
{
|
|
"name": "outer_size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "inner_width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,int columns,ImGuiTableFlags flags=0,const ImVec2& outer_size=ImVec2(0.0f,0.0f),float inner_width=0.0f)",
|
|
"call_args": "(str_id,columns,flags,ConvertToCPP_ImVec2(outer_size),inner_width)",
|
|
"call_args_old": "(str_id,columns,flags,outer_size,inner_width)",
|
|
"cimguiname": "igBeginTable",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"inner_width": "0.0f",
|
|
"outer_size": "ImVec2(0.0f,0.0f)"
|
|
},
|
|
"funcname": "BeginTable",
|
|
"location": "imgui:905",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginTable",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int,ImGuiTableFlags,const ImVec2,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginTableEx": [
|
|
{
|
|
"args": "(const char* name,ImGuiID id,int columns_count,ImGuiTableFlags flags,const ImVec2_c outer_size,float inner_width)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "columns_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTableFlags"
|
|
},
|
|
{
|
|
"name": "outer_size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "inner_width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name,ImGuiID id,int columns_count,ImGuiTableFlags flags=0,const ImVec2& outer_size=ImVec2(0,0),float inner_width=0.0f)",
|
|
"call_args": "(name,id,columns_count,flags,ConvertToCPP_ImVec2(outer_size),inner_width)",
|
|
"call_args_old": "(name,id,columns_count,flags,outer_size,inner_width)",
|
|
"cimguiname": "igBeginTableEx",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"inner_width": "0.0f",
|
|
"outer_size": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "BeginTableEx",
|
|
"location": "imgui_internal:3792",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginTableEx",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiID,int,ImGuiTableFlags,const ImVec2,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginTooltip": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginTooltip",
|
|
"defaults": {},
|
|
"funcname": "BeginTooltip",
|
|
"location": "imgui:829",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginTooltip",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginTooltipEx": [
|
|
{
|
|
"args": "(ImGuiTooltipFlags tooltip_flags,ImGuiWindowFlags extra_window_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "tooltip_flags",
|
|
"type": "ImGuiTooltipFlags"
|
|
},
|
|
{
|
|
"name": "extra_window_flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTooltipFlags tooltip_flags,ImGuiWindowFlags extra_window_flags)",
|
|
"call_args": "(tooltip_flags,extra_window_flags)",
|
|
"call_args_old": "(tooltip_flags,extra_window_flags)",
|
|
"cimguiname": "igBeginTooltipEx",
|
|
"defaults": {},
|
|
"funcname": "BeginTooltipEx",
|
|
"location": "imgui_internal:3545",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginTooltipEx",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiTooltipFlags,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginTooltipHidden": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBeginTooltipHidden",
|
|
"defaults": {},
|
|
"funcname": "BeginTooltipHidden",
|
|
"location": "imgui_internal:3546",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginTooltipHidden",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBeginViewportSideBar": [
|
|
{
|
|
"args": "(const char* name,ImGuiViewport* viewport,ImGuiDir dir,float size,ImGuiWindowFlags window_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewport*"
|
|
},
|
|
{
|
|
"name": "dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "window_flags",
|
|
"type": "ImGuiWindowFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name,ImGuiViewport* viewport,ImGuiDir dir,float size,ImGuiWindowFlags window_flags)",
|
|
"call_args": "(name,viewport,dir,size,window_flags)",
|
|
"call_args_old": "(name,viewport,dir,size,window_flags)",
|
|
"cimguiname": "igBeginViewportSideBar",
|
|
"defaults": {},
|
|
"funcname": "BeginViewportSideBar",
|
|
"location": "imgui_internal:3549",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBeginViewportSideBar",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiViewport*,ImGuiDir,float,ImGuiWindowFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBringWindowToDisplayBack": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igBringWindowToDisplayBack",
|
|
"defaults": {},
|
|
"funcname": "BringWindowToDisplayBack",
|
|
"location": "imgui_internal:3401",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBringWindowToDisplayBack",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBringWindowToDisplayBehind": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiWindow* above_window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "above_window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiWindow* above_window)",
|
|
"call_args": "(window,above_window)",
|
|
"call_args_old": "(window,above_window)",
|
|
"cimguiname": "igBringWindowToDisplayBehind",
|
|
"defaults": {},
|
|
"funcname": "BringWindowToDisplayBehind",
|
|
"location": "imgui_internal:3402",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBringWindowToDisplayBehind",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBringWindowToDisplayFront": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igBringWindowToDisplayFront",
|
|
"defaults": {},
|
|
"funcname": "BringWindowToDisplayFront",
|
|
"location": "imgui_internal:3400",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBringWindowToDisplayFront",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBringWindowToFocusFront": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igBringWindowToFocusFront",
|
|
"defaults": {},
|
|
"funcname": "BringWindowToFocusFront",
|
|
"location": "imgui_internal:3399",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBringWindowToFocusFront",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBullet": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igBullet",
|
|
"defaults": {},
|
|
"funcname": "Bullet",
|
|
"location": "imgui:649",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBullet",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBulletText": [
|
|
{
|
|
"args": "(const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,...)",
|
|
"call_args": "(fmt,...)",
|
|
"call_args_old": "(fmt,...)",
|
|
"cimguiname": "igBulletText",
|
|
"defaults": {},
|
|
"funcname": "BulletText",
|
|
"isvararg": "...)",
|
|
"location": "imgui:632",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBulletText",
|
|
"ret": "void",
|
|
"signature": "(const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igBulletTextV": [
|
|
{
|
|
"args": "(const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "igBulletTextV",
|
|
"defaults": {},
|
|
"funcname": "BulletTextV",
|
|
"location": "imgui:633",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igBulletTextV",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igButton": [
|
|
{
|
|
"args": "(const char* label,const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const ImVec2& size=ImVec2(0,0))",
|
|
"call_args": "(label,ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(label,size)",
|
|
"cimguiname": "igButton",
|
|
"defaults": {
|
|
"size": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "Button",
|
|
"location": "imgui:639",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igButton",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igButtonBehavior": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,bool* out_hovered,bool* out_held,ImGuiButtonFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "out_hovered",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "out_held",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiButtonFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,bool* out_hovered,bool* out_held,ImGuiButtonFlags flags=0)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,out_hovered,out_held,flags)",
|
|
"call_args_old": "(bb,id,out_hovered,out_held,flags)",
|
|
"cimguiname": "igButtonBehavior",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ButtonBehavior",
|
|
"location": "imgui_internal:3913",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igButtonBehavior",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID,bool*,bool*,ImGuiButtonFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igButtonEx": [
|
|
{
|
|
"args": "(const char* label,const ImVec2_c size_arg,ImGuiButtonFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size_arg",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiButtonFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const ImVec2& size_arg=ImVec2(0,0),ImGuiButtonFlags flags=0)",
|
|
"call_args": "(label,ConvertToCPP_ImVec2(size_arg),flags)",
|
|
"call_args_old": "(label,size_arg,flags)",
|
|
"cimguiname": "igButtonEx",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"size_arg": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "ButtonEx",
|
|
"location": "imgui_internal:3894",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igButtonEx",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec2,ImGuiButtonFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCalcClipRectVisibleItemsY": [
|
|
{
|
|
"args": "(const ImRect_c clip_rect,const ImVec2_c pos,float items_height,int* out_visible_start,int* out_visible_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "clip_rect",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "items_height",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "out_visible_start",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "out_visible_end",
|
|
"type": "int*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& clip_rect,const ImVec2& pos,float items_height,int* out_visible_start,int* out_visible_end)",
|
|
"call_args": "(ConvertToCPP_ImRect(clip_rect),ConvertToCPP_ImVec2(pos),items_height,out_visible_start,out_visible_end)",
|
|
"call_args_old": "(clip_rect,pos,items_height,out_visible_start,out_visible_end)",
|
|
"cimguiname": "igCalcClipRectVisibleItemsY",
|
|
"defaults": {},
|
|
"funcname": "CalcClipRectVisibleItemsY",
|
|
"location": "imgui_internal:3513",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCalcClipRectVisibleItemsY",
|
|
"ret": "void",
|
|
"signature": "(const ImRect,const ImVec2,float,int*,int*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCalcItemSize": [
|
|
{
|
|
"args": "(ImVec2_c size,float default_w,float default_h)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "default_w",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "default_h",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVec2 size,float default_w,float default_h)",
|
|
"call_args": "(ConvertToCPP_ImVec2(size),default_w,default_h)",
|
|
"call_args_old": "(size,default_w,default_h)",
|
|
"cimguiname": "igCalcItemSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "CalcItemSize",
|
|
"location": "imgui_internal:3509",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igCalcItemSize",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImVec2,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCalcItemWidth": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igCalcItemWidth",
|
|
"defaults": {},
|
|
"funcname": "CalcItemWidth",
|
|
"location": "imgui:550",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCalcItemWidth",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCalcRoundingFlagsForRectInRect": [
|
|
{
|
|
"args": "(const ImRect_c r_in,const ImRect_c r_outer,float threshold)",
|
|
"argsT": [
|
|
{
|
|
"name": "r_in",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "r_outer",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "threshold",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& r_in,const ImRect& r_outer,float threshold)",
|
|
"call_args": "(ConvertToCPP_ImRect(r_in),ConvertToCPP_ImRect(r_outer),threshold)",
|
|
"call_args_old": "(r_in,r_outer,threshold)",
|
|
"cimguiname": "igCalcRoundingFlagsForRectInRect",
|
|
"defaults": {},
|
|
"funcname": "CalcRoundingFlagsForRectInRect",
|
|
"location": "imgui_internal:3886",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCalcRoundingFlagsForRectInRect",
|
|
"ret": "ImDrawFlags",
|
|
"signature": "(const ImRect,const ImRect,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCalcTextSize": [
|
|
{
|
|
"args": "(const char* text,const char* text_end,bool hide_text_after_double_hash,float wrap_width)",
|
|
"argsT": [
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "hide_text_after_double_hash",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "wrap_width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text,const char* text_end=((void*)0),bool hide_text_after_double_hash=false,float wrap_width=-1.0f)",
|
|
"call_args": "(text,text_end,hide_text_after_double_hash,wrap_width)",
|
|
"call_args_old": "(text,text_end,hide_text_after_double_hash,wrap_width)",
|
|
"cimguiname": "igCalcTextSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {
|
|
"hide_text_after_double_hash": "false",
|
|
"text_end": "NULL",
|
|
"wrap_width": "-1.0f"
|
|
},
|
|
"funcname": "CalcTextSize",
|
|
"location": "imgui:1075",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igCalcTextSize",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const char*,const char*,bool,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCalcTypematicRepeatAmount": [
|
|
{
|
|
"args": "(float t0,float t1,float repeat_delay,float repeat_rate)",
|
|
"argsT": [
|
|
{
|
|
"name": "t0",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "t1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "repeat_delay",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "repeat_rate",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float t0,float t1,float repeat_delay,float repeat_rate)",
|
|
"call_args": "(t0,t1,repeat_delay,repeat_rate)",
|
|
"call_args_old": "(t0,t1,repeat_delay,repeat_rate)",
|
|
"cimguiname": "igCalcTypematicRepeatAmount",
|
|
"defaults": {},
|
|
"funcname": "CalcTypematicRepeatAmount",
|
|
"location": "imgui_internal:3610",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCalcTypematicRepeatAmount",
|
|
"ret": "int",
|
|
"signature": "(float,float,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCalcWindowNextAutoFitSize": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igCalcWindowNextAutoFitSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "CalcWindowNextAutoFitSize",
|
|
"location": "imgui_internal:3379",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igCalcWindowNextAutoFitSize",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCalcWrapWidthForPos": [
|
|
{
|
|
"args": "(const ImVec2_c pos,float wrap_pos_x)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "wrap_pos_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos,float wrap_pos_x)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),wrap_pos_x)",
|
|
"call_args_old": "(pos,wrap_pos_x)",
|
|
"cimguiname": "igCalcWrapWidthForPos",
|
|
"defaults": {},
|
|
"funcname": "CalcWrapWidthForPos",
|
|
"location": "imgui_internal:3510",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCalcWrapWidthForPos",
|
|
"ret": "float",
|
|
"signature": "(const ImVec2,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCallContextHooks": [
|
|
{
|
|
"args": "(ImGuiContext* context,ImGuiContextHookType type)",
|
|
"argsT": [
|
|
{
|
|
"name": "context",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "type",
|
|
"type": "ImGuiContextHookType"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* context,ImGuiContextHookType type)",
|
|
"call_args": "(context,type)",
|
|
"call_args_old": "(context,type)",
|
|
"cimguiname": "igCallContextHooks",
|
|
"defaults": {},
|
|
"funcname": "CallContextHooks",
|
|
"location": "imgui_internal:3442",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCallContextHooks",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiContextHookType)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCheckbox": [
|
|
{
|
|
"args": "(const char* label,bool* v)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,bool* v)",
|
|
"call_args": "(label,v)",
|
|
"call_args_old": "(label,v)",
|
|
"cimguiname": "igCheckbox",
|
|
"defaults": {},
|
|
"funcname": "Checkbox",
|
|
"location": "imgui:643",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCheckbox",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCheckboxFlags": [
|
|
{
|
|
"args": "(const char* label,int* flags,int flags_value)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "flags_value",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* flags,int flags_value)",
|
|
"call_args": "(label,flags,flags_value)",
|
|
"call_args_old": "(label,flags,flags_value)",
|
|
"cimguiname": "igCheckboxFlags",
|
|
"defaults": {},
|
|
"funcname": "CheckboxFlags",
|
|
"location": "imgui:644",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCheckboxFlags_IntPtr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,unsigned int* flags,unsigned int flags_value)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "unsigned int*"
|
|
},
|
|
{
|
|
"name": "flags_value",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,unsigned int* flags,unsigned int flags_value)",
|
|
"call_args": "(label,flags,flags_value)",
|
|
"call_args_old": "(label,flags,flags_value)",
|
|
"cimguiname": "igCheckboxFlags",
|
|
"defaults": {},
|
|
"funcname": "CheckboxFlags",
|
|
"location": "imgui:645",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCheckboxFlags_UintPtr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,unsigned int*,unsigned int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,ImS64* flags,ImS64 flags_value)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImS64*"
|
|
},
|
|
{
|
|
"name": "flags_value",
|
|
"type": "ImS64"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImS64* flags,ImS64 flags_value)",
|
|
"call_args": "(label,flags,flags_value)",
|
|
"call_args_old": "(label,flags,flags_value)",
|
|
"cimguiname": "igCheckboxFlags",
|
|
"defaults": {},
|
|
"funcname": "CheckboxFlags",
|
|
"location": "imgui_internal:3899",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCheckboxFlags_S64Ptr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImS64*,ImS64)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,ImU64* flags,ImU64 flags_value)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImU64*"
|
|
},
|
|
{
|
|
"name": "flags_value",
|
|
"type": "ImU64"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImU64* flags,ImU64 flags_value)",
|
|
"call_args": "(label,flags,flags_value)",
|
|
"call_args_old": "(label,flags,flags_value)",
|
|
"cimguiname": "igCheckboxFlags",
|
|
"defaults": {},
|
|
"funcname": "CheckboxFlags",
|
|
"location": "imgui_internal:3900",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCheckboxFlags_U64Ptr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImU64*,ImU64)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igClearActiveID": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igClearActiveID",
|
|
"defaults": {},
|
|
"funcname": "ClearActiveID",
|
|
"location": "imgui_internal:3492",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igClearActiveID",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igClearDragDrop": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igClearDragDrop",
|
|
"defaults": {},
|
|
"funcname": "ClearDragDrop",
|
|
"location": "imgui_internal:3739",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igClearDragDrop",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igClearIniSettings": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igClearIniSettings",
|
|
"defaults": {},
|
|
"funcname": "ClearIniSettings",
|
|
"location": "imgui_internal:3456",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igClearIniSettings",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igClearWindowSettings": [
|
|
{
|
|
"args": "(const char* name)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name)",
|
|
"call_args": "(name)",
|
|
"call_args_old": "(name)",
|
|
"cimguiname": "igClearWindowSettings",
|
|
"defaults": {},
|
|
"funcname": "ClearWindowSettings",
|
|
"location": "imgui_internal:3465",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igClearWindowSettings",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCloseButton": [
|
|
{
|
|
"args": "(ImGuiID id,const ImVec2_c pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,const ImVec2& pos)",
|
|
"call_args": "(id,ConvertToCPP_ImVec2(pos))",
|
|
"call_args_old": "(id,pos)",
|
|
"cimguiname": "igCloseButton",
|
|
"defaults": {},
|
|
"funcname": "CloseButton",
|
|
"location": "imgui_internal:3903",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCloseButton",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCloseCurrentPopup": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igCloseCurrentPopup",
|
|
"defaults": {},
|
|
"funcname": "CloseCurrentPopup",
|
|
"location": "imgui:867",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCloseCurrentPopup",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igClosePopupToLevel": [
|
|
{
|
|
"args": "(int remaining,bool restore_focus_to_window_under_popup)",
|
|
"argsT": [
|
|
{
|
|
"name": "remaining",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "restore_focus_to_window_under_popup",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(int remaining,bool restore_focus_to_window_under_popup)",
|
|
"call_args": "(remaining,restore_focus_to_window_under_popup)",
|
|
"call_args_old": "(remaining,restore_focus_to_window_under_popup)",
|
|
"cimguiname": "igClosePopupToLevel",
|
|
"defaults": {},
|
|
"funcname": "ClosePopupToLevel",
|
|
"location": "imgui_internal:3533",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igClosePopupToLevel",
|
|
"ret": "void",
|
|
"signature": "(int,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igClosePopupsExceptModals": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igClosePopupsExceptModals",
|
|
"defaults": {},
|
|
"funcname": "ClosePopupsExceptModals",
|
|
"location": "imgui_internal:3535",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igClosePopupsExceptModals",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igClosePopupsOverWindow": [
|
|
{
|
|
"args": "(ImGuiWindow* ref_window,bool restore_focus_to_window_under_popup)",
|
|
"argsT": [
|
|
{
|
|
"name": "ref_window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "restore_focus_to_window_under_popup",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* ref_window,bool restore_focus_to_window_under_popup)",
|
|
"call_args": "(ref_window,restore_focus_to_window_under_popup)",
|
|
"call_args_old": "(ref_window,restore_focus_to_window_under_popup)",
|
|
"cimguiname": "igClosePopupsOverWindow",
|
|
"defaults": {},
|
|
"funcname": "ClosePopupsOverWindow",
|
|
"location": "imgui_internal:3534",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igClosePopupsOverWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCollapseButton": [
|
|
{
|
|
"args": "(ImGuiID id,const ImVec2_c pos,ImGuiDockNode* dock_node)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "dock_node",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,const ImVec2& pos,ImGuiDockNode* dock_node)",
|
|
"call_args": "(id,ConvertToCPP_ImVec2(pos),dock_node)",
|
|
"call_args_old": "(id,pos,dock_node)",
|
|
"cimguiname": "igCollapseButton",
|
|
"defaults": {},
|
|
"funcname": "CollapseButton",
|
|
"location": "imgui_internal:3904",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCollapseButton",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,const ImVec2,ImGuiDockNode*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCollapsingHeader": [
|
|
{
|
|
"args": "(const char* label,ImGuiTreeNodeFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiTreeNodeFlags flags=0)",
|
|
"call_args": "(label,flags)",
|
|
"call_args_old": "(label,flags)",
|
|
"cimguiname": "igCollapsingHeader",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "CollapsingHeader",
|
|
"location": "imgui:762",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCollapsingHeader_TreeNodeFlags",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiTreeNodeFlags)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,bool* p_visible,ImGuiTreeNodeFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_visible",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,bool* p_visible,ImGuiTreeNodeFlags flags=0)",
|
|
"call_args": "(label,p_visible,flags)",
|
|
"call_args_old": "(label,p_visible,flags)",
|
|
"cimguiname": "igCollapsingHeader",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "CollapsingHeader",
|
|
"location": "imgui:763",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCollapsingHeader_BoolPtr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool*,ImGuiTreeNodeFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorButton": [
|
|
{
|
|
"args": "(const char* desc_id,const ImVec4_c col,ImGuiColorEditFlags flags,const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "desc_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* desc_id,const ImVec4& col,ImGuiColorEditFlags flags=0,const ImVec2& size=ImVec2(0,0))",
|
|
"call_args": "(desc_id,ConvertToCPP_ImVec4(col),flags,ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(desc_id,col,flags,size)",
|
|
"cimguiname": "igColorButton",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"size": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "ColorButton",
|
|
"location": "imgui:743",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorButton",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec4,ImGuiColorEditFlags,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorConvertFloat4ToU32": [
|
|
{
|
|
"args": "(const ImVec4_c in)",
|
|
"argsT": [
|
|
{
|
|
"name": "in",
|
|
"type": "const ImVec4"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec4& in)",
|
|
"call_args": "(ConvertToCPP_ImVec4(in))",
|
|
"call_args_old": "(in)",
|
|
"cimguiname": "igColorConvertFloat4ToU32",
|
|
"defaults": {},
|
|
"funcname": "ColorConvertFloat4ToU32",
|
|
"location": "imgui:1079",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorConvertFloat4ToU32",
|
|
"ret": "ImU32",
|
|
"signature": "(const ImVec4)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorConvertHSVtoRGB": [
|
|
{
|
|
"args": "(float h,float s,float v,float* out_r,float* out_g,float* out_b)",
|
|
"argsT": [
|
|
{
|
|
"name": "h",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "s",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "out_r",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "out_g",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "out_b",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
}
|
|
],
|
|
"argsoriginal": "(float h,float s,float v,float& out_r,float& out_g,float& out_b)",
|
|
"call_args": "(h,s,v,*out_r,*out_g,*out_b)",
|
|
"call_args_old": "(h,s,v,*out_r,*out_g,*out_b)",
|
|
"cimguiname": "igColorConvertHSVtoRGB",
|
|
"defaults": {},
|
|
"funcname": "ColorConvertHSVtoRGB",
|
|
"location": "imgui:1081",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorConvertHSVtoRGB",
|
|
"ret": "void",
|
|
"signature": "(float,float,float,float*,float*,float*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorConvertRGBtoHSV": [
|
|
{
|
|
"args": "(float r,float g,float b,float* out_h,float* out_s,float* out_v)",
|
|
"argsT": [
|
|
{
|
|
"name": "r",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "g",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "out_h",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "out_s",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "out_v",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
}
|
|
],
|
|
"argsoriginal": "(float r,float g,float b,float& out_h,float& out_s,float& out_v)",
|
|
"call_args": "(r,g,b,*out_h,*out_s,*out_v)",
|
|
"call_args_old": "(r,g,b,*out_h,*out_s,*out_v)",
|
|
"cimguiname": "igColorConvertRGBtoHSV",
|
|
"defaults": {},
|
|
"funcname": "ColorConvertRGBtoHSV",
|
|
"location": "imgui:1080",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorConvertRGBtoHSV",
|
|
"ret": "void",
|
|
"signature": "(float,float,float,float*,float*,float*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorConvertU32ToFloat4": [
|
|
{
|
|
"args": "(ImU32 in)",
|
|
"argsT": [
|
|
{
|
|
"name": "in",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 in)",
|
|
"call_args": "(in)",
|
|
"call_args_old": "(in)",
|
|
"cimguiname": "igColorConvertU32ToFloat4",
|
|
"conv": "ImVec4",
|
|
"defaults": {},
|
|
"funcname": "ColorConvertU32ToFloat4",
|
|
"location": "imgui:1078",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igColorConvertU32ToFloat4",
|
|
"ret": "ImVec4_c",
|
|
"signature": "(ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorEdit3": [
|
|
{
|
|
"args": "(const char* label,float col[3],ImGuiColorEditFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "float[3]"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float col[3],ImGuiColorEditFlags flags=0)",
|
|
"call_args": "(label,col,flags)",
|
|
"call_args_old": "(label,col,flags)",
|
|
"cimguiname": "igColorEdit3",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ColorEdit3",
|
|
"location": "imgui:739",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorEdit3",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[3],ImGuiColorEditFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorEdit4": [
|
|
{
|
|
"args": "(const char* label,float col[4],ImGuiColorEditFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "float[4]"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float col[4],ImGuiColorEditFlags flags=0)",
|
|
"call_args": "(label,col,flags)",
|
|
"call_args_old": "(label,col,flags)",
|
|
"cimguiname": "igColorEdit4",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ColorEdit4",
|
|
"location": "imgui:740",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorEdit4",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[4],ImGuiColorEditFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorEditOptionsPopup": [
|
|
{
|
|
"args": "(const float* col,ImGuiColorEditFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "const float*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const float* col,ImGuiColorEditFlags flags)",
|
|
"call_args": "(col,flags)",
|
|
"call_args_old": "(col,flags)",
|
|
"cimguiname": "igColorEditOptionsPopup",
|
|
"defaults": {},
|
|
"funcname": "ColorEditOptionsPopup",
|
|
"location": "imgui_internal:3958",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorEditOptionsPopup",
|
|
"ret": "void",
|
|
"signature": "(const float*,ImGuiColorEditFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorPicker3": [
|
|
{
|
|
"args": "(const char* label,float col[3],ImGuiColorEditFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "float[3]"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float col[3],ImGuiColorEditFlags flags=0)",
|
|
"call_args": "(label,col,flags)",
|
|
"call_args_old": "(label,col,flags)",
|
|
"cimguiname": "igColorPicker3",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ColorPicker3",
|
|
"location": "imgui:741",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorPicker3",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[3],ImGuiColorEditFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorPicker4": [
|
|
{
|
|
"args": "(const char* label,float col[4],ImGuiColorEditFlags flags,const float* ref_col)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "float[4]"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
},
|
|
{
|
|
"name": "ref_col",
|
|
"type": "const float*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float col[4],ImGuiColorEditFlags flags=0,const float* ref_col=((void*)0))",
|
|
"call_args": "(label,col,flags,ref_col)",
|
|
"call_args_old": "(label,col,flags,ref_col)",
|
|
"cimguiname": "igColorPicker4",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"ref_col": "NULL"
|
|
},
|
|
"funcname": "ColorPicker4",
|
|
"location": "imgui:742",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorPicker4",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[4],ImGuiColorEditFlags,const float*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorPickerOptionsPopup": [
|
|
{
|
|
"args": "(const float* ref_col,ImGuiColorEditFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "ref_col",
|
|
"type": "const float*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const float* ref_col,ImGuiColorEditFlags flags)",
|
|
"call_args": "(ref_col,flags)",
|
|
"call_args_old": "(ref_col,flags)",
|
|
"cimguiname": "igColorPickerOptionsPopup",
|
|
"defaults": {},
|
|
"funcname": "ColorPickerOptionsPopup",
|
|
"location": "imgui_internal:3959",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorPickerOptionsPopup",
|
|
"ret": "void",
|
|
"signature": "(const float*,ImGuiColorEditFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColorTooltip": [
|
|
{
|
|
"args": "(const char* text,const float* col,ImGuiColorEditFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "const float*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text,const float* col,ImGuiColorEditFlags flags)",
|
|
"call_args": "(text,col,flags)",
|
|
"call_args_old": "(text,col,flags)",
|
|
"cimguiname": "igColorTooltip",
|
|
"defaults": {},
|
|
"funcname": "ColorTooltip",
|
|
"location": "imgui_internal:3957",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColorTooltip",
|
|
"ret": "void",
|
|
"signature": "(const char*,const float*,ImGuiColorEditFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igColumns": [
|
|
{
|
|
"args": "(int count,const char* id,bool borders)",
|
|
"argsT": [
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "borders",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(int count=1,const char* id=((void*)0),bool borders=true)",
|
|
"call_args": "(count,id,borders)",
|
|
"call_args_old": "(count,id,borders)",
|
|
"cimguiname": "igColumns",
|
|
"defaults": {
|
|
"borders": "true",
|
|
"count": "1",
|
|
"id": "NULL"
|
|
},
|
|
"funcname": "Columns",
|
|
"location": "imgui:943",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igColumns",
|
|
"ret": "void",
|
|
"signature": "(int,const char*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCombo": [
|
|
{
|
|
"args": "(const char* label,int* current_item,const char* const items[],int items_count,int popup_max_height_in_items)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "current_item",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "items",
|
|
"type": "const char* const[]"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "popup_max_height_in_items",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* current_item,const char* const items[],int items_count,int popup_max_height_in_items=-1)",
|
|
"call_args": "(label,current_item,items,items_count,popup_max_height_in_items)",
|
|
"call_args_old": "(label,current_item,items,items_count,popup_max_height_in_items)",
|
|
"cimguiname": "igCombo",
|
|
"defaults": {
|
|
"popup_max_height_in_items": "-1"
|
|
},
|
|
"funcname": "Combo",
|
|
"location": "imgui:668",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCombo_Str_arr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,const char* const[],int,int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,int* current_item,const char* items_separated_by_zeros,int popup_max_height_in_items)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "current_item",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "items_separated_by_zeros",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "popup_max_height_in_items",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* current_item,const char* items_separated_by_zeros,int popup_max_height_in_items=-1)",
|
|
"call_args": "(label,current_item,items_separated_by_zeros,popup_max_height_in_items)",
|
|
"call_args_old": "(label,current_item,items_separated_by_zeros,popup_max_height_in_items)",
|
|
"cimguiname": "igCombo",
|
|
"defaults": {
|
|
"popup_max_height_in_items": "-1"
|
|
},
|
|
"funcname": "Combo",
|
|
"location": "imgui:669",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCombo_Str",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,const char*,int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,int* current_item,const char*(*getter)(void* user_data,int idx),void* user_data,int items_count,int popup_max_height_in_items)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "current_item",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "getter",
|
|
"ret": "const char*",
|
|
"signature": "(void* user_data,int idx)",
|
|
"type": "const char*(*)(void* user_data,int idx)"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "popup_max_height_in_items",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* current_item,const char*(*getter)(void* user_data,int idx),void* user_data,int items_count,int popup_max_height_in_items=-1)",
|
|
"call_args": "(label,current_item,getter,user_data,items_count,popup_max_height_in_items)",
|
|
"call_args_old": "(label,current_item,getter,user_data,items_count,popup_max_height_in_items)",
|
|
"cimguiname": "igCombo",
|
|
"defaults": {
|
|
"popup_max_height_in_items": "-1"
|
|
},
|
|
"funcname": "Combo",
|
|
"location": "imgui:670",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCombo_FnStrPtr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,const char*(*)(void*,int),void*,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igConvertSingleModFlagToKey": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igConvertSingleModFlagToKey",
|
|
"defaults": {},
|
|
"funcname": "ConvertSingleModFlagToKey",
|
|
"location": "imgui_internal:3594",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igConvertSingleModFlagToKey",
|
|
"ret": "ImGuiKey",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCreateContext": [
|
|
{
|
|
"args": "(ImFontAtlas* shared_font_atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "shared_font_atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* shared_font_atlas=((void*)0))",
|
|
"call_args": "(shared_font_atlas)",
|
|
"call_args_old": "(shared_font_atlas)",
|
|
"cimguiname": "igCreateContext",
|
|
"defaults": {
|
|
"shared_font_atlas": "NULL"
|
|
},
|
|
"funcname": "CreateContext",
|
|
"location": "imgui:396",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCreateContext",
|
|
"ret": "ImGuiContext*",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igCreateNewWindowSettings": [
|
|
{
|
|
"args": "(const char* name)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name)",
|
|
"call_args": "(name)",
|
|
"call_args_old": "(name)",
|
|
"cimguiname": "igCreateNewWindowSettings",
|
|
"defaults": {},
|
|
"funcname": "CreateNewWindowSettings",
|
|
"location": "imgui_internal:3462",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igCreateNewWindowSettings",
|
|
"ret": "ImGuiWindowSettings*",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDataTypeApplyFromText": [
|
|
{
|
|
"args": "(const char* buf,ImGuiDataType data_type,void* p_data,const char* format,void* p_data_when_empty)",
|
|
"argsT": [
|
|
{
|
|
"name": "buf",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_data_when_empty",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* buf,ImGuiDataType data_type,void* p_data,const char* format,void* p_data_when_empty=((void*)0))",
|
|
"call_args": "(buf,data_type,p_data,format,p_data_when_empty)",
|
|
"call_args_old": "(buf,data_type,p_data,format,p_data_when_empty)",
|
|
"cimguiname": "igDataTypeApplyFromText",
|
|
"defaults": {
|
|
"p_data_when_empty": "NULL"
|
|
},
|
|
"funcname": "DataTypeApplyFromText",
|
|
"location": "imgui_internal:3941",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDataTypeApplyFromText",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDataType,void*,const char*,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDataTypeApplyOp": [
|
|
{
|
|
"args": "(ImGuiDataType data_type,int op,void* output,const void* arg_1,const void* arg_2)",
|
|
"argsT": [
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "op",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "output",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "arg_1",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "arg_2",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDataType data_type,int op,void* output,const void* arg_1,const void* arg_2)",
|
|
"call_args": "(data_type,op,output,arg_1,arg_2)",
|
|
"call_args_old": "(data_type,op,output,arg_1,arg_2)",
|
|
"cimguiname": "igDataTypeApplyOp",
|
|
"defaults": {},
|
|
"funcname": "DataTypeApplyOp",
|
|
"location": "imgui_internal:3940",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDataTypeApplyOp",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDataType,int,void*,const void*,const void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDataTypeClamp": [
|
|
{
|
|
"args": "(ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max)",
|
|
"argsT": [
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max)",
|
|
"call_args": "(data_type,p_data,p_min,p_max)",
|
|
"call_args_old": "(data_type,p_data,p_min,p_max)",
|
|
"cimguiname": "igDataTypeClamp",
|
|
"defaults": {},
|
|
"funcname": "DataTypeClamp",
|
|
"location": "imgui_internal:3943",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDataTypeClamp",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiDataType,void*,const void*,const void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDataTypeCompare": [
|
|
{
|
|
"args": "(ImGuiDataType data_type,const void* arg_1,const void* arg_2)",
|
|
"argsT": [
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "arg_1",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "arg_2",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDataType data_type,const void* arg_1,const void* arg_2)",
|
|
"call_args": "(data_type,arg_1,arg_2)",
|
|
"call_args_old": "(data_type,arg_1,arg_2)",
|
|
"cimguiname": "igDataTypeCompare",
|
|
"defaults": {},
|
|
"funcname": "DataTypeCompare",
|
|
"location": "imgui_internal:3942",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDataTypeCompare",
|
|
"ret": "int",
|
|
"signature": "(ImGuiDataType,const void*,const void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDataTypeFormatString": [
|
|
{
|
|
"args": "(char* buf,int buf_size,ImGuiDataType data_type,const void* p_data,const char* format)",
|
|
"argsT": [
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(char* buf,int buf_size,ImGuiDataType data_type,const void* p_data,const char* format)",
|
|
"call_args": "(buf,buf_size,data_type,p_data,format)",
|
|
"call_args_old": "(buf,buf_size,data_type,p_data,format)",
|
|
"cimguiname": "igDataTypeFormatString",
|
|
"defaults": {},
|
|
"funcname": "DataTypeFormatString",
|
|
"location": "imgui_internal:3939",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDataTypeFormatString",
|
|
"ret": "int",
|
|
"signature": "(char*,int,ImGuiDataType,const void*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDataTypeGetInfo": [
|
|
{
|
|
"args": "(ImGuiDataType data_type)",
|
|
"argsT": [
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDataType data_type)",
|
|
"call_args": "(data_type)",
|
|
"call_args_old": "(data_type)",
|
|
"cimguiname": "igDataTypeGetInfo",
|
|
"defaults": {},
|
|
"funcname": "DataTypeGetInfo",
|
|
"location": "imgui_internal:3938",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDataTypeGetInfo",
|
|
"ret": "const ImGuiDataTypeInfo*",
|
|
"signature": "(ImGuiDataType)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDataTypeIsZero": [
|
|
{
|
|
"args": "(ImGuiDataType data_type,const void* p_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDataType data_type,const void* p_data)",
|
|
"call_args": "(data_type,p_data)",
|
|
"call_args_old": "(data_type,p_data)",
|
|
"cimguiname": "igDataTypeIsZero",
|
|
"defaults": {},
|
|
"funcname": "DataTypeIsZero",
|
|
"location": "imgui_internal:3944",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDataTypeIsZero",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiDataType,const void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugAllocHook": [
|
|
{
|
|
"args": "(ImGuiDebugAllocInfo* info,int frame_count,void* ptr,size_t size)",
|
|
"argsT": [
|
|
{
|
|
"name": "info",
|
|
"type": "ImGuiDebugAllocInfo*"
|
|
},
|
|
{
|
|
"name": "frame_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ptr",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDebugAllocInfo* info,int frame_count,void* ptr,size_t size)",
|
|
"call_args": "(info,frame_count,ptr,size)",
|
|
"call_args_old": "(info,frame_count,ptr,size)",
|
|
"cimguiname": "igDebugAllocHook",
|
|
"defaults": {},
|
|
"funcname": "DebugAllocHook",
|
|
"location": "imgui_internal:3985",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugAllocHook",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDebugAllocInfo*,int,void*,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugBreakButton": [
|
|
{
|
|
"args": "(const char* label,const char* description_of_location)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "description_of_location",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* description_of_location)",
|
|
"call_args": "(label,description_of_location)",
|
|
"call_args_old": "(label,description_of_location)",
|
|
"cimguiname": "igDebugBreakButton",
|
|
"defaults": {},
|
|
"funcname": "DebugBreakButton",
|
|
"location": "imgui_internal:3994",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugBreakButton",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugBreakButtonTooltip": [
|
|
{
|
|
"args": "(bool keyboard_only,const char* description_of_location)",
|
|
"argsT": [
|
|
{
|
|
"name": "keyboard_only",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "description_of_location",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool keyboard_only,const char* description_of_location)",
|
|
"call_args": "(keyboard_only,description_of_location)",
|
|
"call_args_old": "(keyboard_only,description_of_location)",
|
|
"cimguiname": "igDebugBreakButtonTooltip",
|
|
"defaults": {},
|
|
"funcname": "DebugBreakButtonTooltip",
|
|
"location": "imgui_internal:3995",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugBreakButtonTooltip",
|
|
"ret": "void",
|
|
"signature": "(bool,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugBreakClearData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igDebugBreakClearData",
|
|
"defaults": {},
|
|
"funcname": "DebugBreakClearData",
|
|
"location": "imgui_internal:3993",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugBreakClearData",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugCheckVersionAndDataLayout": [
|
|
{
|
|
"args": "(const char* version_str,size_t sz_io,size_t sz_style,size_t sz_vec2,size_t sz_vec4,size_t sz_drawvert,size_t sz_drawidx)",
|
|
"argsT": [
|
|
{
|
|
"name": "version_str",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "sz_io",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "sz_style",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "sz_vec2",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "sz_vec4",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "sz_drawvert",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "sz_drawidx",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* version_str,size_t sz_io,size_t sz_style,size_t sz_vec2,size_t sz_vec4,size_t sz_drawvert,size_t sz_drawidx)",
|
|
"call_args": "(version_str,sz_io,sz_style,sz_vec2,sz_vec4,sz_drawvert,sz_drawidx)",
|
|
"call_args_old": "(version_str,sz_io,sz_style,sz_vec2,sz_vec4,sz_drawvert,sz_drawidx)",
|
|
"cimguiname": "igDebugCheckVersionAndDataLayout",
|
|
"defaults": {},
|
|
"funcname": "DebugCheckVersionAndDataLayout",
|
|
"location": "imgui:1162",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugCheckVersionAndDataLayout",
|
|
"ret": "bool",
|
|
"signature": "(const char*,size_t,size_t,size_t,size_t,size_t,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugDrawCursorPos": [
|
|
{
|
|
"args": "(ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 col=(((ImU32)(255)<<24)|((ImU32)(0)<<16)|((ImU32)(0)<<8)|((ImU32)(255)<<0)))",
|
|
"call_args": "(col)",
|
|
"call_args_old": "(col)",
|
|
"cimguiname": "igDebugDrawCursorPos",
|
|
"defaults": {
|
|
"col": "4278190335"
|
|
},
|
|
"funcname": "DebugDrawCursorPos",
|
|
"location": "imgui_internal:3986",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugDrawCursorPos",
|
|
"ret": "void",
|
|
"signature": "(ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugDrawItemRect": [
|
|
{
|
|
"args": "(ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 col=(((ImU32)(255)<<24)|((ImU32)(0)<<16)|((ImU32)(0)<<8)|((ImU32)(255)<<0)))",
|
|
"call_args": "(col)",
|
|
"call_args_old": "(col)",
|
|
"cimguiname": "igDebugDrawItemRect",
|
|
"defaults": {
|
|
"col": "4278190335"
|
|
},
|
|
"funcname": "DebugDrawItemRect",
|
|
"location": "imgui_internal:3988",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugDrawItemRect",
|
|
"ret": "void",
|
|
"signature": "(ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugDrawLineExtents": [
|
|
{
|
|
"args": "(ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 col=(((ImU32)(255)<<24)|((ImU32)(0)<<16)|((ImU32)(0)<<8)|((ImU32)(255)<<0)))",
|
|
"call_args": "(col)",
|
|
"call_args_old": "(col)",
|
|
"cimguiname": "igDebugDrawLineExtents",
|
|
"defaults": {
|
|
"col": "4278190335"
|
|
},
|
|
"funcname": "DebugDrawLineExtents",
|
|
"location": "imgui_internal:3987",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugDrawLineExtents",
|
|
"ret": "void",
|
|
"signature": "(ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugFlashStyleColor": [
|
|
{
|
|
"args": "(ImGuiCol idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiCol"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiCol idx)",
|
|
"call_args": "(idx)",
|
|
"call_args_old": "(idx)",
|
|
"cimguiname": "igDebugFlashStyleColor",
|
|
"defaults": {},
|
|
"funcname": "DebugFlashStyleColor",
|
|
"location": "imgui:1160",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugFlashStyleColor",
|
|
"ret": "void",
|
|
"signature": "(ImGuiCol)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugHookIdInfo": [
|
|
{
|
|
"args": "(ImGuiID id,ImGuiDataType data_type,const void* data_id,const void* data_id_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "data_id",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "data_id_end",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiDataType data_type,const void* data_id,const void* data_id_end)",
|
|
"call_args": "(id,data_type,data_id,data_id_end)",
|
|
"call_args_old": "(id,data_type,data_id,data_id_end)",
|
|
"cimguiname": "igDebugHookIdInfo",
|
|
"defaults": {},
|
|
"funcname": "DebugHookIdInfo",
|
|
"location": "imgui_internal:3997",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugHookIdInfo",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiDataType,const void*,const void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugLocateItem": [
|
|
{
|
|
"args": "(ImGuiID target_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "target_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID target_id)",
|
|
"call_args": "(target_id)",
|
|
"call_args_old": "(target_id)",
|
|
"cimguiname": "igDebugLocateItem",
|
|
"defaults": {},
|
|
"funcname": "DebugLocateItem",
|
|
"location": "imgui_internal:3990",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugLocateItem",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugLocateItemOnHover": [
|
|
{
|
|
"args": "(ImGuiID target_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "target_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID target_id)",
|
|
"call_args": "(target_id)",
|
|
"call_args_old": "(target_id)",
|
|
"cimguiname": "igDebugLocateItemOnHover",
|
|
"defaults": {},
|
|
"funcname": "DebugLocateItemOnHover",
|
|
"location": "imgui_internal:3991",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugLocateItemOnHover",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugLocateItemResolveWithLastItem": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igDebugLocateItemResolveWithLastItem",
|
|
"defaults": {},
|
|
"funcname": "DebugLocateItemResolveWithLastItem",
|
|
"location": "imgui_internal:3992",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugLocateItemResolveWithLastItem",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugLog": [
|
|
{
|
|
"args": "(const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,...)",
|
|
"call_args": "(fmt,...)",
|
|
"call_args_old": "(fmt,...)",
|
|
"cimguiname": "igDebugLog",
|
|
"defaults": {},
|
|
"funcname": "DebugLog",
|
|
"isvararg": "...)",
|
|
"location": "imgui:1164",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugLog",
|
|
"ret": "void",
|
|
"signature": "(const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugLogV": [
|
|
{
|
|
"args": "(const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "igDebugLogV",
|
|
"defaults": {},
|
|
"funcname": "DebugLogV",
|
|
"location": "imgui:1165",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugLogV",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeColumns": [
|
|
{
|
|
"args": "(ImGuiOldColumns* columns)",
|
|
"argsT": [
|
|
{
|
|
"name": "columns",
|
|
"type": "ImGuiOldColumns*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiOldColumns* columns)",
|
|
"call_args": "(columns)",
|
|
"call_args_old": "(columns)",
|
|
"cimguiname": "igDebugNodeColumns",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeColumns",
|
|
"location": "imgui_internal:3998",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeColumns",
|
|
"ret": "void",
|
|
"signature": "(ImGuiOldColumns*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeDockNode": [
|
|
{
|
|
"args": "(ImGuiDockNode* node,const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "node",
|
|
"type": "ImGuiDockNode*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDockNode* node,const char* label)",
|
|
"call_args": "(node,label)",
|
|
"call_args_old": "(node,label)",
|
|
"cimguiname": "igDebugNodeDockNode",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeDockNode",
|
|
"location": "imgui_internal:3999",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeDockNode",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDockNode*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeDrawCmdShowMeshAndBoundingBox": [
|
|
{
|
|
"args": "(ImDrawList* out_draw_list,const ImDrawList* draw_list,const ImDrawCmd* draw_cmd,bool show_mesh,bool show_aabb)",
|
|
"argsT": [
|
|
{
|
|
"name": "out_draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "const ImDrawList*"
|
|
},
|
|
{
|
|
"name": "draw_cmd",
|
|
"type": "const ImDrawCmd*"
|
|
},
|
|
{
|
|
"name": "show_mesh",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "show_aabb",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* out_draw_list,const ImDrawList* draw_list,const ImDrawCmd* draw_cmd,bool show_mesh,bool show_aabb)",
|
|
"call_args": "(out_draw_list,draw_list,draw_cmd,show_mesh,show_aabb)",
|
|
"call_args_old": "(out_draw_list,draw_list,draw_cmd,show_mesh,show_aabb)",
|
|
"cimguiname": "igDebugNodeDrawCmdShowMeshAndBoundingBox",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeDrawCmdShowMeshAndBoundingBox",
|
|
"location": "imgui_internal:4001",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeDrawCmdShowMeshAndBoundingBox",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,const ImDrawList*,const ImDrawCmd*,bool,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeDrawList": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiViewportP* viewport,const ImDrawList* draw_list,const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewportP*"
|
|
},
|
|
{
|
|
"name": "draw_list",
|
|
"type": "const ImDrawList*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiViewportP* viewport,const ImDrawList* draw_list,const char* label)",
|
|
"call_args": "(window,viewport,draw_list,label)",
|
|
"call_args_old": "(window,viewport,draw_list,label)",
|
|
"cimguiname": "igDebugNodeDrawList",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeDrawList",
|
|
"location": "imgui_internal:4000",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeDrawList",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiViewportP*,const ImDrawList*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeFont": [
|
|
{
|
|
"args": "(ImFont* font)",
|
|
"argsT": [
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font)",
|
|
"call_args": "(font)",
|
|
"call_args_old": "(font)",
|
|
"cimguiname": "igDebugNodeFont",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeFont",
|
|
"location": "imgui_internal:4002",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeFont",
|
|
"ret": "void",
|
|
"signature": "(ImFont*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeFontGlyph": [
|
|
{
|
|
"args": "(ImFont* font,const ImFontGlyph* glyph)",
|
|
"argsT": [
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "glyph",
|
|
"type": "const ImFontGlyph*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font,const ImFontGlyph* glyph)",
|
|
"call_args": "(font,glyph)",
|
|
"call_args_old": "(font,glyph)",
|
|
"cimguiname": "igDebugNodeFontGlyph",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeFontGlyph",
|
|
"location": "imgui_internal:4004",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeFontGlyph",
|
|
"ret": "void",
|
|
"signature": "(ImFont*,const ImFontGlyph*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeFontGlyphesForSrcMask": [
|
|
{
|
|
"args": "(ImFont* font,ImFontBaked* baked,int src_mask)",
|
|
"argsT": [
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "baked",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "src_mask",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font,ImFontBaked* baked,int src_mask)",
|
|
"call_args": "(font,baked,src_mask)",
|
|
"call_args_old": "(font,baked,src_mask)",
|
|
"cimguiname": "igDebugNodeFontGlyphesForSrcMask",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeFontGlyphesForSrcMask",
|
|
"location": "imgui_internal:4003",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeFontGlyphesForSrcMask",
|
|
"ret": "void",
|
|
"signature": "(ImFont*,ImFontBaked*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeInputTextState": [
|
|
{
|
|
"args": "(ImGuiInputTextState* state)",
|
|
"argsT": [
|
|
{
|
|
"name": "state",
|
|
"type": "ImGuiInputTextState*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiInputTextState* state)",
|
|
"call_args": "(state)",
|
|
"call_args_old": "(state)",
|
|
"cimguiname": "igDebugNodeInputTextState",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeInputTextState",
|
|
"location": "imgui_internal:4010",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeInputTextState",
|
|
"ret": "void",
|
|
"signature": "(ImGuiInputTextState*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeMultiSelectState": [
|
|
{
|
|
"args": "(ImGuiMultiSelectState* state)",
|
|
"argsT": [
|
|
{
|
|
"name": "state",
|
|
"type": "ImGuiMultiSelectState*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMultiSelectState* state)",
|
|
"call_args": "(state)",
|
|
"call_args_old": "(state)",
|
|
"cimguiname": "igDebugNodeMultiSelectState",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeMultiSelectState",
|
|
"location": "imgui_internal:4012",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeMultiSelectState",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMultiSelectState*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodePlatformMonitor": [
|
|
{
|
|
"args": "(ImGuiPlatformMonitor* monitor,const char* label,int idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "monitor",
|
|
"type": "ImGuiPlatformMonitor*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "idx",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiPlatformMonitor* monitor,const char* label,int idx)",
|
|
"call_args": "(monitor,label,idx)",
|
|
"call_args_old": "(monitor,label,idx)",
|
|
"cimguiname": "igDebugNodePlatformMonitor",
|
|
"defaults": {},
|
|
"funcname": "DebugNodePlatformMonitor",
|
|
"location": "imgui_internal:4018",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodePlatformMonitor",
|
|
"ret": "void",
|
|
"signature": "(ImGuiPlatformMonitor*,const char*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeStorage": [
|
|
{
|
|
"args": "(ImGuiStorage* storage,const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "storage",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStorage* storage,const char* label)",
|
|
"call_args": "(storage,label)",
|
|
"call_args_old": "(storage,label)",
|
|
"cimguiname": "igDebugNodeStorage",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeStorage",
|
|
"location": "imgui_internal:4006",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeStorage",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStorage*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeTabBar": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,const char* label)",
|
|
"call_args": "(tab_bar,label)",
|
|
"call_args_old": "(tab_bar,label)",
|
|
"cimguiname": "igDebugNodeTabBar",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeTabBar",
|
|
"location": "imgui_internal:4007",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeTabBar",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeTable": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igDebugNodeTable",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeTable",
|
|
"location": "imgui_internal:4008",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeTable",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeTableSettings": [
|
|
{
|
|
"args": "(ImGuiTableSettings* settings)",
|
|
"argsT": [
|
|
{
|
|
"name": "settings",
|
|
"type": "ImGuiTableSettings*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTableSettings* settings)",
|
|
"call_args": "(settings)",
|
|
"call_args_old": "(settings)",
|
|
"cimguiname": "igDebugNodeTableSettings",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeTableSettings",
|
|
"location": "imgui_internal:4009",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeTableSettings",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableSettings*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeTexture": [
|
|
{
|
|
"args": "(ImTextureData* tex,int int_id,const ImFontAtlasRect* highlight_rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "tex",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "int_id",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "highlight_rect",
|
|
"type": "const ImFontAtlasRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureData* tex,int int_id,const ImFontAtlasRect* highlight_rect=((void*)0))",
|
|
"call_args": "(tex,int_id,highlight_rect)",
|
|
"call_args_old": "(tex,int_id,highlight_rect)",
|
|
"cimguiname": "igDebugNodeTexture",
|
|
"defaults": {
|
|
"highlight_rect": "NULL"
|
|
},
|
|
"funcname": "DebugNodeTexture",
|
|
"location": "imgui_internal:4005",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeTexture",
|
|
"ret": "void",
|
|
"signature": "(ImTextureData*,int,const ImFontAtlasRect*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeTypingSelectState": [
|
|
{
|
|
"args": "(ImGuiTypingSelectState* state)",
|
|
"argsT": [
|
|
{
|
|
"name": "state",
|
|
"type": "ImGuiTypingSelectState*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTypingSelectState* state)",
|
|
"call_args": "(state)",
|
|
"call_args_old": "(state)",
|
|
"cimguiname": "igDebugNodeTypingSelectState",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeTypingSelectState",
|
|
"location": "imgui_internal:4011",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeTypingSelectState",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTypingSelectState*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeViewport": [
|
|
{
|
|
"args": "(ImGuiViewportP* viewport)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiViewportP* viewport)",
|
|
"call_args": "(viewport)",
|
|
"call_args_old": "(viewport)",
|
|
"cimguiname": "igDebugNodeViewport",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeViewport",
|
|
"location": "imgui_internal:4017",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeViewport",
|
|
"ret": "void",
|
|
"signature": "(ImGuiViewportP*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeWindow": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const char* label)",
|
|
"call_args": "(window,label)",
|
|
"call_args_old": "(window,label)",
|
|
"cimguiname": "igDebugNodeWindow",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeWindow",
|
|
"location": "imgui_internal:4013",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeWindowSettings": [
|
|
{
|
|
"args": "(ImGuiWindowSettings* settings)",
|
|
"argsT": [
|
|
{
|
|
"name": "settings",
|
|
"type": "ImGuiWindowSettings*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindowSettings* settings)",
|
|
"call_args": "(settings)",
|
|
"call_args_old": "(settings)",
|
|
"cimguiname": "igDebugNodeWindowSettings",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeWindowSettings",
|
|
"location": "imgui_internal:4014",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeWindowSettings",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindowSettings*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeWindowsList": [
|
|
{
|
|
"args": "(ImVector_ImGuiWindowPtr* windows,const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "windows",
|
|
"type": "ImVector_ImGuiWindowPtr*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVector<ImGuiWindow*>* windows,const char* label)",
|
|
"call_args": "(windows,label)",
|
|
"call_args_old": "(windows,label)",
|
|
"cimguiname": "igDebugNodeWindowsList",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeWindowsList",
|
|
"location": "imgui_internal:4015",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeWindowsList",
|
|
"ret": "void",
|
|
"signature": "(ImVector_ImGuiWindowPtr*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugNodeWindowsListByBeginStackParent": [
|
|
{
|
|
"args": "(ImGuiWindow** windows,int windows_size,ImGuiWindow* parent_in_begin_stack)",
|
|
"argsT": [
|
|
{
|
|
"name": "windows",
|
|
"type": "ImGuiWindow**"
|
|
},
|
|
{
|
|
"name": "windows_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "parent_in_begin_stack",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow** windows,int windows_size,ImGuiWindow* parent_in_begin_stack)",
|
|
"call_args": "(windows,windows_size,parent_in_begin_stack)",
|
|
"call_args_old": "(windows,windows_size,parent_in_begin_stack)",
|
|
"cimguiname": "igDebugNodeWindowsListByBeginStackParent",
|
|
"defaults": {},
|
|
"funcname": "DebugNodeWindowsListByBeginStackParent",
|
|
"location": "imgui_internal:4016",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugNodeWindowsListByBeginStackParent",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow**,int,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugRenderKeyboardPreview": [
|
|
{
|
|
"args": "(ImDrawList* draw_list)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list)",
|
|
"call_args": "(draw_list)",
|
|
"call_args_old": "(draw_list)",
|
|
"cimguiname": "igDebugRenderKeyboardPreview",
|
|
"defaults": {},
|
|
"funcname": "DebugRenderKeyboardPreview",
|
|
"location": "imgui_internal:4019",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugRenderKeyboardPreview",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugRenderViewportThumbnail": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,ImGuiViewportP* viewport,const ImRect_c bb)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewportP*"
|
|
},
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,ImGuiViewportP* viewport,const ImRect& bb)",
|
|
"call_args": "(draw_list,viewport,ConvertToCPP_ImRect(bb))",
|
|
"call_args_old": "(draw_list,viewport,bb)",
|
|
"cimguiname": "igDebugRenderViewportThumbnail",
|
|
"defaults": {},
|
|
"funcname": "DebugRenderViewportThumbnail",
|
|
"location": "imgui_internal:4020",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugRenderViewportThumbnail",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,ImGuiViewportP*,const ImRect)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugStartItemPicker": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igDebugStartItemPicker",
|
|
"defaults": {},
|
|
"funcname": "DebugStartItemPicker",
|
|
"location": "imgui:1161",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugStartItemPicker",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugTextEncoding": [
|
|
{
|
|
"args": "(const char* text)",
|
|
"argsT": [
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text)",
|
|
"call_args": "(text)",
|
|
"call_args_old": "(text)",
|
|
"cimguiname": "igDebugTextEncoding",
|
|
"defaults": {},
|
|
"funcname": "DebugTextEncoding",
|
|
"location": "imgui:1159",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugTextEncoding",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDebugTextUnformattedWithLocateItem": [
|
|
{
|
|
"args": "(const char* line_begin,const char* line_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "line_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "line_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* line_begin,const char* line_end)",
|
|
"call_args": "(line_begin,line_end)",
|
|
"call_args_old": "(line_begin,line_end)",
|
|
"cimguiname": "igDebugTextUnformattedWithLocateItem",
|
|
"defaults": {},
|
|
"funcname": "DebugTextUnformattedWithLocateItem",
|
|
"location": "imgui_internal:3989",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDebugTextUnformattedWithLocateItem",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDestroyContext": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx=((void*)0))",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igDestroyContext",
|
|
"defaults": {
|
|
"ctx": "NULL"
|
|
},
|
|
"funcname": "DestroyContext",
|
|
"location": "imgui:397",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDestroyContext",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDestroyPlatformWindow": [
|
|
{
|
|
"args": "(ImGuiViewportP* viewport)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiViewportP* viewport)",
|
|
"call_args": "(viewport)",
|
|
"call_args_old": "(viewport)",
|
|
"cimguiname": "igDestroyPlatformWindow",
|
|
"defaults": {},
|
|
"funcname": "DestroyPlatformWindow",
|
|
"location": "imgui_internal:3447",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDestroyPlatformWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiViewportP*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDestroyPlatformWindows": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igDestroyPlatformWindows",
|
|
"defaults": {},
|
|
"funcname": "DestroyPlatformWindows",
|
|
"location": "imgui:1182",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDestroyPlatformWindows",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderAddNode": [
|
|
{
|
|
"args": "(ImGuiID node_id,ImGuiDockNodeFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiDockNodeFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id=0,ImGuiDockNodeFlags flags=0)",
|
|
"call_args": "(node_id,flags)",
|
|
"call_args_old": "(node_id,flags)",
|
|
"cimguiname": "igDockBuilderAddNode",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"node_id": "0"
|
|
},
|
|
"funcname": "DockBuilderAddNode",
|
|
"location": "imgui_internal:3711",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderAddNode",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiID,ImGuiDockNodeFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderCopyDockSpace": [
|
|
{
|
|
"args": "(ImGuiID src_dockspace_id,ImGuiID dst_dockspace_id,ImVector_const_charPtr* in_window_remap_pairs)",
|
|
"argsT": [
|
|
{
|
|
"name": "src_dockspace_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "dst_dockspace_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "in_window_remap_pairs",
|
|
"type": "ImVector_const_charPtr*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID src_dockspace_id,ImGuiID dst_dockspace_id,ImVector<const char*>* in_window_remap_pairs)",
|
|
"call_args": "(src_dockspace_id,dst_dockspace_id,in_window_remap_pairs)",
|
|
"call_args_old": "(src_dockspace_id,dst_dockspace_id,in_window_remap_pairs)",
|
|
"cimguiname": "igDockBuilderCopyDockSpace",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderCopyDockSpace",
|
|
"location": "imgui_internal:3718",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderCopyDockSpace",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiID,ImVector_const_charPtr*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderCopyNode": [
|
|
{
|
|
"args": "(ImGuiID src_node_id,ImGuiID dst_node_id,ImVector_ImGuiID* out_node_remap_pairs)",
|
|
"argsT": [
|
|
{
|
|
"name": "src_node_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "dst_node_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "out_node_remap_pairs",
|
|
"type": "ImVector_ImGuiID*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID src_node_id,ImGuiID dst_node_id,ImVector<ImGuiID>* out_node_remap_pairs)",
|
|
"call_args": "(src_node_id,dst_node_id,out_node_remap_pairs)",
|
|
"call_args_old": "(src_node_id,dst_node_id,out_node_remap_pairs)",
|
|
"cimguiname": "igDockBuilderCopyNode",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderCopyNode",
|
|
"location": "imgui_internal:3719",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderCopyNode",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiID,ImVector_ImGuiID*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderCopyWindowSettings": [
|
|
{
|
|
"args": "(const char* src_name,const char* dst_name)",
|
|
"argsT": [
|
|
{
|
|
"name": "src_name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "dst_name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* src_name,const char* dst_name)",
|
|
"call_args": "(src_name,dst_name)",
|
|
"call_args_old": "(src_name,dst_name)",
|
|
"cimguiname": "igDockBuilderCopyWindowSettings",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderCopyWindowSettings",
|
|
"location": "imgui_internal:3720",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderCopyWindowSettings",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderDockWindow": [
|
|
{
|
|
"args": "(const char* window_name,ImGuiID node_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "window_name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* window_name,ImGuiID node_id)",
|
|
"call_args": "(window_name,node_id)",
|
|
"call_args_old": "(window_name,node_id)",
|
|
"cimguiname": "igDockBuilderDockWindow",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderDockWindow",
|
|
"location": "imgui_internal:3708",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderDockWindow",
|
|
"ret": "void",
|
|
"signature": "(const char*,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderFinish": [
|
|
{
|
|
"args": "(ImGuiID node_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id)",
|
|
"call_args": "(node_id)",
|
|
"call_args_old": "(node_id)",
|
|
"cimguiname": "igDockBuilderFinish",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderFinish",
|
|
"location": "imgui_internal:3721",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderFinish",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderGetCentralNode": [
|
|
{
|
|
"args": "(ImGuiID node_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id)",
|
|
"call_args": "(node_id)",
|
|
"call_args_old": "(node_id)",
|
|
"cimguiname": "igDockBuilderGetCentralNode",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderGetCentralNode",
|
|
"location": "imgui_internal:3710",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderGetCentralNode",
|
|
"ret": "ImGuiDockNode*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderGetNode": [
|
|
{
|
|
"args": "(ImGuiID node_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id)",
|
|
"call_args": "(node_id)",
|
|
"call_args_old": "(node_id)",
|
|
"cimguiname": "igDockBuilderGetNode",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderGetNode",
|
|
"location": "imgui_internal:3709",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderGetNode",
|
|
"ret": "ImGuiDockNode*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderRemoveNode": [
|
|
{
|
|
"args": "(ImGuiID node_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id)",
|
|
"call_args": "(node_id)",
|
|
"call_args_old": "(node_id)",
|
|
"cimguiname": "igDockBuilderRemoveNode",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderRemoveNode",
|
|
"location": "imgui_internal:3712",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderRemoveNode",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderRemoveNodeChildNodes": [
|
|
{
|
|
"args": "(ImGuiID node_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id)",
|
|
"call_args": "(node_id)",
|
|
"call_args_old": "(node_id)",
|
|
"cimguiname": "igDockBuilderRemoveNodeChildNodes",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderRemoveNodeChildNodes",
|
|
"location": "imgui_internal:3714",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderRemoveNodeChildNodes",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderRemoveNodeDockedWindows": [
|
|
{
|
|
"args": "(ImGuiID node_id,bool clear_settings_refs)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "clear_settings_refs",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id,bool clear_settings_refs=true)",
|
|
"call_args": "(node_id,clear_settings_refs)",
|
|
"call_args_old": "(node_id,clear_settings_refs)",
|
|
"cimguiname": "igDockBuilderRemoveNodeDockedWindows",
|
|
"defaults": {
|
|
"clear_settings_refs": "true"
|
|
},
|
|
"funcname": "DockBuilderRemoveNodeDockedWindows",
|
|
"location": "imgui_internal:3713",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderRemoveNodeDockedWindows",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderSetNodePos": [
|
|
{
|
|
"args": "(ImGuiID node_id,ImVec2_c pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id,ImVec2 pos)",
|
|
"call_args": "(node_id,ConvertToCPP_ImVec2(pos))",
|
|
"call_args_old": "(node_id,pos)",
|
|
"cimguiname": "igDockBuilderSetNodePos",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderSetNodePos",
|
|
"location": "imgui_internal:3715",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderSetNodePos",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderSetNodeSize": [
|
|
{
|
|
"args": "(ImGuiID node_id,ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id,ImVec2 size)",
|
|
"call_args": "(node_id,ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(node_id,size)",
|
|
"cimguiname": "igDockBuilderSetNodeSize",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderSetNodeSize",
|
|
"location": "imgui_internal:3716",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderSetNodeSize",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockBuilderSplitNode": [
|
|
{
|
|
"args": "(ImGuiID node_id,ImGuiDir split_dir,float size_ratio_for_node_at_dir,ImGuiID* out_id_at_dir,ImGuiID* out_id_at_opposite_dir)",
|
|
"argsT": [
|
|
{
|
|
"name": "node_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "split_dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "size_ratio_for_node_at_dir",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "out_id_at_dir",
|
|
"type": "ImGuiID*"
|
|
},
|
|
{
|
|
"name": "out_id_at_opposite_dir",
|
|
"type": "ImGuiID*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID node_id,ImGuiDir split_dir,float size_ratio_for_node_at_dir,ImGuiID* out_id_at_dir,ImGuiID* out_id_at_opposite_dir)",
|
|
"call_args": "(node_id,split_dir,size_ratio_for_node_at_dir,out_id_at_dir,out_id_at_opposite_dir)",
|
|
"call_args_old": "(node_id,split_dir,size_ratio_for_node_at_dir,out_id_at_dir,out_id_at_opposite_dir)",
|
|
"cimguiname": "igDockBuilderSplitNode",
|
|
"defaults": {},
|
|
"funcname": "DockBuilderSplitNode",
|
|
"location": "imgui_internal:3717",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockBuilderSplitNode",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiID,ImGuiDir,float,ImGuiID*,ImGuiID*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextCalcDropPosForDocking": [
|
|
{
|
|
"args": "(ImGuiWindow* target,ImGuiDockNode* target_node,ImGuiWindow* payload_window,ImGuiDockNode* payload_node,ImGuiDir split_dir,bool split_outer,ImVec2_c* out_pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "target",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "target_node",
|
|
"type": "ImGuiDockNode*"
|
|
},
|
|
{
|
|
"name": "payload_window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "payload_node",
|
|
"type": "ImGuiDockNode*"
|
|
},
|
|
{
|
|
"name": "split_dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "split_outer",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "out_pos",
|
|
"type": "ImVec2*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* target,ImGuiDockNode* target_node,ImGuiWindow* payload_window,ImGuiDockNode* payload_node,ImGuiDir split_dir,bool split_outer,ImVec2* out_pos)",
|
|
"call_args": "(target,target_node,payload_window,payload_node,split_dir,split_outer,reinterpret_cast<ImVec2*>(out_pos))",
|
|
"call_args_old": "(target,target_node,payload_window,payload_node,split_dir,split_outer,out_pos)",
|
|
"cimguiname": "igDockContextCalcDropPosForDocking",
|
|
"defaults": {},
|
|
"funcname": "DockContextCalcDropPosForDocking",
|
|
"location": "imgui_internal:3683",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextCalcDropPosForDocking",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiWindow*,ImGuiDockNode*,ImGuiWindow*,ImGuiDockNode*,ImGuiDir,bool,ImVec2*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextClearNodes": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiID root_id,bool clear_settings_refs)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "root_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "clear_settings_refs",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiID root_id,bool clear_settings_refs)",
|
|
"call_args": "(ctx,root_id,clear_settings_refs)",
|
|
"call_args_old": "(ctx,root_id,clear_settings_refs)",
|
|
"cimguiname": "igDockContextClearNodes",
|
|
"defaults": {},
|
|
"funcname": "DockContextClearNodes",
|
|
"location": "imgui_internal:3672",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextClearNodes",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiID,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextEndFrame": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igDockContextEndFrame",
|
|
"defaults": {},
|
|
"funcname": "DockContextEndFrame",
|
|
"location": "imgui_internal:3676",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextEndFrame",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextFindNodeByID": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiID id)",
|
|
"call_args": "(ctx,id)",
|
|
"call_args_old": "(ctx,id)",
|
|
"cimguiname": "igDockContextFindNodeByID",
|
|
"defaults": {},
|
|
"funcname": "DockContextFindNodeByID",
|
|
"location": "imgui_internal:3684",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextFindNodeByID",
|
|
"ret": "ImGuiDockNode*",
|
|
"signature": "(ImGuiContext*,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextGenNodeID": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igDockContextGenNodeID",
|
|
"defaults": {},
|
|
"funcname": "DockContextGenNodeID",
|
|
"location": "imgui_internal:3677",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextGenNodeID",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextInitialize": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igDockContextInitialize",
|
|
"defaults": {},
|
|
"funcname": "DockContextInitialize",
|
|
"location": "imgui_internal:3670",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextInitialize",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextNewFrameUpdateDocking": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igDockContextNewFrameUpdateDocking",
|
|
"defaults": {},
|
|
"funcname": "DockContextNewFrameUpdateDocking",
|
|
"location": "imgui_internal:3675",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextNewFrameUpdateDocking",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextNewFrameUpdateUndocking": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igDockContextNewFrameUpdateUndocking",
|
|
"defaults": {},
|
|
"funcname": "DockContextNewFrameUpdateUndocking",
|
|
"location": "imgui_internal:3674",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextNewFrameUpdateUndocking",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextProcessUndockNode": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiDockNode* node)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "node",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiDockNode* node)",
|
|
"call_args": "(ctx,node)",
|
|
"call_args_old": "(ctx,node)",
|
|
"cimguiname": "igDockContextProcessUndockNode",
|
|
"defaults": {},
|
|
"funcname": "DockContextProcessUndockNode",
|
|
"location": "imgui_internal:3682",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextProcessUndockNode",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiDockNode*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextProcessUndockWindow": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiWindow* window,bool clear_persistent_docking_ref)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "clear_persistent_docking_ref",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiWindow* window,bool clear_persistent_docking_ref=true)",
|
|
"call_args": "(ctx,window,clear_persistent_docking_ref)",
|
|
"call_args_old": "(ctx,window,clear_persistent_docking_ref)",
|
|
"cimguiname": "igDockContextProcessUndockWindow",
|
|
"defaults": {
|
|
"clear_persistent_docking_ref": "true"
|
|
},
|
|
"funcname": "DockContextProcessUndockWindow",
|
|
"location": "imgui_internal:3681",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextProcessUndockWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiWindow*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextQueueDock": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiWindow* target,ImGuiDockNode* target_node,ImGuiWindow* payload,ImGuiDir split_dir,float split_ratio,bool split_outer)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "target",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "target_node",
|
|
"type": "ImGuiDockNode*"
|
|
},
|
|
{
|
|
"name": "payload",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "split_dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "split_ratio",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "split_outer",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiWindow* target,ImGuiDockNode* target_node,ImGuiWindow* payload,ImGuiDir split_dir,float split_ratio,bool split_outer)",
|
|
"call_args": "(ctx,target,target_node,payload,split_dir,split_ratio,split_outer)",
|
|
"call_args_old": "(ctx,target,target_node,payload,split_dir,split_ratio,split_outer)",
|
|
"cimguiname": "igDockContextQueueDock",
|
|
"defaults": {},
|
|
"funcname": "DockContextQueueDock",
|
|
"location": "imgui_internal:3678",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextQueueDock",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiWindow*,ImGuiDockNode*,ImGuiWindow*,ImGuiDir,float,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextQueueUndockNode": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiDockNode* node)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "node",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiDockNode* node)",
|
|
"call_args": "(ctx,node)",
|
|
"call_args_old": "(ctx,node)",
|
|
"cimguiname": "igDockContextQueueUndockNode",
|
|
"defaults": {},
|
|
"funcname": "DockContextQueueUndockNode",
|
|
"location": "imgui_internal:3680",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextQueueUndockNode",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiDockNode*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextQueueUndockWindow": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiWindow* window)",
|
|
"call_args": "(ctx,window)",
|
|
"call_args_old": "(ctx,window)",
|
|
"cimguiname": "igDockContextQueueUndockWindow",
|
|
"defaults": {},
|
|
"funcname": "DockContextQueueUndockWindow",
|
|
"location": "imgui_internal:3679",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextQueueUndockWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextRebuildNodes": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igDockContextRebuildNodes",
|
|
"defaults": {},
|
|
"funcname": "DockContextRebuildNodes",
|
|
"location": "imgui_internal:3673",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextRebuildNodes",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockContextShutdown": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igDockContextShutdown",
|
|
"defaults": {},
|
|
"funcname": "DockContextShutdown",
|
|
"location": "imgui_internal:3671",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockContextShutdown",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockNodeBeginAmendTabBar": [
|
|
{
|
|
"args": "(ImGuiDockNode* node)",
|
|
"argsT": [
|
|
{
|
|
"name": "node",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDockNode* node)",
|
|
"call_args": "(node)",
|
|
"call_args_old": "(node)",
|
|
"cimguiname": "igDockNodeBeginAmendTabBar",
|
|
"defaults": {},
|
|
"funcname": "DockNodeBeginAmendTabBar",
|
|
"location": "imgui_internal:3686",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockNodeBeginAmendTabBar",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiDockNode*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockNodeEndAmendTabBar": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igDockNodeEndAmendTabBar",
|
|
"defaults": {},
|
|
"funcname": "DockNodeEndAmendTabBar",
|
|
"location": "imgui_internal:3687",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockNodeEndAmendTabBar",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockNodeGetDepth": [
|
|
{
|
|
"args": "(const ImGuiDockNode* node)",
|
|
"argsT": [
|
|
{
|
|
"name": "node",
|
|
"type": "const ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiDockNode* node)",
|
|
"call_args": "(node)",
|
|
"call_args_old": "(node)",
|
|
"cimguiname": "igDockNodeGetDepth",
|
|
"defaults": {},
|
|
"funcname": "DockNodeGetDepth",
|
|
"location": "imgui_internal:3690",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockNodeGetDepth",
|
|
"ret": "int",
|
|
"signature": "(const ImGuiDockNode*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockNodeGetRootNode": [
|
|
{
|
|
"args": "(ImGuiDockNode* node)",
|
|
"argsT": [
|
|
{
|
|
"name": "node",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDockNode* node)",
|
|
"call_args": "(node)",
|
|
"call_args_old": "(node)",
|
|
"cimguiname": "igDockNodeGetRootNode",
|
|
"defaults": {},
|
|
"funcname": "DockNodeGetRootNode",
|
|
"location": "imgui_internal:3688",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockNodeGetRootNode",
|
|
"ret": "ImGuiDockNode*",
|
|
"signature": "(ImGuiDockNode*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockNodeGetWindowMenuButtonId": [
|
|
{
|
|
"args": "(const ImGuiDockNode* node)",
|
|
"argsT": [
|
|
{
|
|
"name": "node",
|
|
"type": "const ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiDockNode* node)",
|
|
"call_args": "(node)",
|
|
"call_args_old": "(node)",
|
|
"cimguiname": "igDockNodeGetWindowMenuButtonId",
|
|
"defaults": {},
|
|
"funcname": "DockNodeGetWindowMenuButtonId",
|
|
"location": "imgui_internal:3691",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockNodeGetWindowMenuButtonId",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const ImGuiDockNode*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockNodeIsInHierarchyOf": [
|
|
{
|
|
"args": "(ImGuiDockNode* node,ImGuiDockNode* parent)",
|
|
"argsT": [
|
|
{
|
|
"name": "node",
|
|
"type": "ImGuiDockNode*"
|
|
},
|
|
{
|
|
"name": "parent",
|
|
"type": "ImGuiDockNode*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDockNode* node,ImGuiDockNode* parent)",
|
|
"call_args": "(node,parent)",
|
|
"call_args_old": "(node,parent)",
|
|
"cimguiname": "igDockNodeIsInHierarchyOf",
|
|
"defaults": {},
|
|
"funcname": "DockNodeIsInHierarchyOf",
|
|
"location": "imgui_internal:3689",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockNodeIsInHierarchyOf",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiDockNode*,ImGuiDockNode*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockNodeWindowMenuHandler_Default": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiDockNode* node,ImGuiTabBar* tab_bar)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "node",
|
|
"type": "ImGuiDockNode*"
|
|
},
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiDockNode* node,ImGuiTabBar* tab_bar)",
|
|
"call_args": "(ctx,node,tab_bar)",
|
|
"call_args_old": "(ctx,node,tab_bar)",
|
|
"cimguiname": "igDockNodeWindowMenuHandler_Default",
|
|
"defaults": {},
|
|
"funcname": "DockNodeWindowMenuHandler_Default",
|
|
"location": "imgui_internal:3685",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockNodeWindowMenuHandler_Default",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiDockNode*,ImGuiTabBar*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockSpace": [
|
|
{
|
|
"args": "(ImGuiID dockspace_id,const ImVec2_c size,ImGuiDockNodeFlags flags,const ImGuiWindowClass* window_class)",
|
|
"argsT": [
|
|
{
|
|
"name": "dockspace_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiDockNodeFlags"
|
|
},
|
|
{
|
|
"name": "window_class",
|
|
"type": "const ImGuiWindowClass*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID dockspace_id,const ImVec2& size=ImVec2(0,0),ImGuiDockNodeFlags flags=0,const ImGuiWindowClass* window_class=((void*)0))",
|
|
"call_args": "(dockspace_id,ConvertToCPP_ImVec2(size),flags,window_class)",
|
|
"call_args_old": "(dockspace_id,size,flags,window_class)",
|
|
"cimguiname": "igDockSpace",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"size": "ImVec2(0,0)",
|
|
"window_class": "NULL"
|
|
},
|
|
"funcname": "DockSpace",
|
|
"location": "imgui:980",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockSpace",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiID,const ImVec2,ImGuiDockNodeFlags,const ImGuiWindowClass*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDockSpaceOverViewport": [
|
|
{
|
|
"args": "(ImGuiID dockspace_id,const ImGuiViewport* viewport,ImGuiDockNodeFlags flags,const ImGuiWindowClass* window_class)",
|
|
"argsT": [
|
|
{
|
|
"name": "dockspace_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "viewport",
|
|
"type": "const ImGuiViewport*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiDockNodeFlags"
|
|
},
|
|
{
|
|
"name": "window_class",
|
|
"type": "const ImGuiWindowClass*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID dockspace_id=0,const ImGuiViewport* viewport=((void*)0),ImGuiDockNodeFlags flags=0,const ImGuiWindowClass* window_class=((void*)0))",
|
|
"call_args": "(dockspace_id,viewport,flags,window_class)",
|
|
"call_args_old": "(dockspace_id,viewport,flags,window_class)",
|
|
"cimguiname": "igDockSpaceOverViewport",
|
|
"defaults": {
|
|
"dockspace_id": "0",
|
|
"flags": "0",
|
|
"viewport": "NULL",
|
|
"window_class": "NULL"
|
|
},
|
|
"funcname": "DockSpaceOverViewport",
|
|
"location": "imgui:981",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDockSpaceOverViewport",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiID,const ImGuiViewport*,ImGuiDockNodeFlags,const ImGuiWindowClass*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragBehavior": [
|
|
{
|
|
"args": "(ImGuiID id,ImGuiDataType data_type,void* p_v,float v_speed,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_v",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiDataType data_type,void* p_v,float v_speed,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
|
|
"call_args": "(id,data_type,p_v,v_speed,p_min,p_max,format,flags)",
|
|
"call_args_old": "(id,data_type,p_v,v_speed,p_min,p_max,format,flags)",
|
|
"cimguiname": "igDragBehavior",
|
|
"defaults": {},
|
|
"funcname": "DragBehavior",
|
|
"location": "imgui_internal:3914",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragBehavior",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,ImGuiDataType,void*,float,const void*,const void*,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragFloat": [
|
|
{
|
|
"args": "(const char* label,float* v,float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float* v,float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"cimguiname": "igDragFloat",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\"",
|
|
"v_max": "0.0f",
|
|
"v_min": "0.0f",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragFloat",
|
|
"location": "imgui:684",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragFloat",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float*,float,float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragFloat2": [
|
|
{
|
|
"args": "(const char* label,float v[2],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[2]"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[2],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"cimguiname": "igDragFloat2",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\"",
|
|
"v_max": "0.0f",
|
|
"v_min": "0.0f",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragFloat2",
|
|
"location": "imgui:685",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragFloat2",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[2],float,float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragFloat3": [
|
|
{
|
|
"args": "(const char* label,float v[3],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[3]"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[3],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"cimguiname": "igDragFloat3",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\"",
|
|
"v_max": "0.0f",
|
|
"v_min": "0.0f",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragFloat3",
|
|
"location": "imgui:686",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragFloat3",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[3],float,float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragFloat4": [
|
|
{
|
|
"args": "(const char* label,float v[4],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[4]"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[4],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"cimguiname": "igDragFloat4",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\"",
|
|
"v_max": "0.0f",
|
|
"v_min": "0.0f",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragFloat4",
|
|
"location": "imgui:687",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragFloat4",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[4],float,float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragFloatRange2": [
|
|
{
|
|
"args": "(const char* label,float* v_current_min,float* v_current_max,float v_speed,float v_min,float v_max,const char* format,const char* format_max,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v_current_min",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "v_current_max",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "format_max",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float* v_current_min,float* v_current_max,float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",const char* format_max=((void*)0),ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)",
|
|
"call_args_old": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)",
|
|
"cimguiname": "igDragFloatRange2",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\"",
|
|
"format_max": "NULL",
|
|
"v_max": "0.0f",
|
|
"v_min": "0.0f",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragFloatRange2",
|
|
"location": "imgui:688",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragFloatRange2",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float*,float*,float,float,float,const char*,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragInt": [
|
|
{
|
|
"args": "(const char* label,int* v,float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* v,float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"cimguiname": "igDragInt",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\"",
|
|
"v_max": "0",
|
|
"v_min": "0",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragInt",
|
|
"location": "imgui:689",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragInt",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,float,int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragInt2": [
|
|
{
|
|
"args": "(const char* label,int v[2],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[2]"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[2],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"cimguiname": "igDragInt2",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\"",
|
|
"v_max": "0",
|
|
"v_min": "0",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragInt2",
|
|
"location": "imgui:690",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragInt2",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[2],float,int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragInt3": [
|
|
{
|
|
"args": "(const char* label,int v[3],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[3]"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[3],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"cimguiname": "igDragInt3",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\"",
|
|
"v_max": "0",
|
|
"v_min": "0",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragInt3",
|
|
"location": "imgui:691",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragInt3",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[3],float,int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragInt4": [
|
|
{
|
|
"args": "(const char* label,int v[4],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[4]"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[4],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_speed,v_min,v_max,format,flags)",
|
|
"cimguiname": "igDragInt4",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\"",
|
|
"v_max": "0",
|
|
"v_min": "0",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragInt4",
|
|
"location": "imgui:692",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragInt4",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[4],float,int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragIntRange2": [
|
|
{
|
|
"args": "(const char* label,int* v_current_min,int* v_current_max,float v_speed,int v_min,int v_max,const char* format,const char* format_max,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v_current_min",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "v_current_max",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "format_max",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* v_current_min,int* v_current_max,float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",const char* format_max=((void*)0),ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)",
|
|
"call_args_old": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)",
|
|
"cimguiname": "igDragIntRange2",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\"",
|
|
"format_max": "NULL",
|
|
"v_max": "0",
|
|
"v_min": "0",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragIntRange2",
|
|
"location": "imgui:693",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragIntRange2",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,int*,float,int,int,const char*,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragScalar": [
|
|
{
|
|
"args": "(const char* label,ImGuiDataType data_type,void* p_data,float v_speed,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,float v_speed=1.0f,const void* p_min=((void*)0),const void* p_max=((void*)0),const char* format=((void*)0),ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,data_type,p_data,v_speed,p_min,p_max,format,flags)",
|
|
"call_args_old": "(label,data_type,p_data,v_speed,p_min,p_max,format,flags)",
|
|
"cimguiname": "igDragScalar",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "NULL",
|
|
"p_max": "NULL",
|
|
"p_min": "NULL",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragScalar",
|
|
"location": "imgui:694",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragScalar",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDataType,void*,float,const void*,const void*,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDragScalarN": [
|
|
{
|
|
"args": "(const char* label,ImGuiDataType data_type,void* p_data,int components,float v_speed,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "components",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_speed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,int components,float v_speed=1.0f,const void* p_min=((void*)0),const void* p_max=((void*)0),const char* format=((void*)0),ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,data_type,p_data,components,v_speed,p_min,p_max,format,flags)",
|
|
"call_args_old": "(label,data_type,p_data,components,v_speed,p_min,p_max,format,flags)",
|
|
"cimguiname": "igDragScalarN",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "NULL",
|
|
"p_max": "NULL",
|
|
"p_min": "NULL",
|
|
"v_speed": "1.0f"
|
|
},
|
|
"funcname": "DragScalarN",
|
|
"location": "imgui:695",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDragScalarN",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDataType,void*,int,float,const void*,const void*,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igDummy": [
|
|
{
|
|
"args": "(const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& size)",
|
|
"call_args": "(ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(size)",
|
|
"cimguiname": "igDummy",
|
|
"defaults": {},
|
|
"funcname": "Dummy",
|
|
"location": "imgui:588",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igDummy",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEnd": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEnd",
|
|
"defaults": {},
|
|
"funcname": "End",
|
|
"location": "imgui:440",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEnd",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndBoxSelect": [
|
|
{
|
|
"args": "(const ImRect_c scope_rect,ImGuiMultiSelectFlags ms_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "scope_rect",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "ms_flags",
|
|
"type": "ImGuiMultiSelectFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& scope_rect,ImGuiMultiSelectFlags ms_flags)",
|
|
"call_args": "(ConvertToCPP_ImRect(scope_rect),ms_flags)",
|
|
"call_args_old": "(scope_rect,ms_flags)",
|
|
"cimguiname": "igEndBoxSelect",
|
|
"defaults": {},
|
|
"funcname": "EndBoxSelect",
|
|
"location": "imgui_internal:3754",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndBoxSelect",
|
|
"ret": "void",
|
|
"signature": "(const ImRect,ImGuiMultiSelectFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndChild": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndChild",
|
|
"defaults": {},
|
|
"funcname": "EndChild",
|
|
"location": "imgui:462",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndChild",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndColumns": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndColumns",
|
|
"defaults": {},
|
|
"funcname": "EndColumns",
|
|
"location": "imgui_internal:3767",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndColumns",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndCombo": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndCombo",
|
|
"defaults": {},
|
|
"funcname": "EndCombo",
|
|
"location": "imgui:667",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndCombo",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndComboPreview": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndComboPreview",
|
|
"defaults": {},
|
|
"funcname": "EndComboPreview",
|
|
"location": "imgui_internal:3556",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndComboPreview",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndDisabled": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndDisabled",
|
|
"defaults": {},
|
|
"funcname": "EndDisabled",
|
|
"location": "imgui:1016",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndDisabled",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndDisabledOverrideReenable": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndDisabledOverrideReenable",
|
|
"defaults": {},
|
|
"funcname": "EndDisabledOverrideReenable",
|
|
"location": "imgui_internal:3518",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndDisabledOverrideReenable",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndDragDropSource": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndDragDropSource",
|
|
"defaults": {},
|
|
"funcname": "EndDragDropSource",
|
|
"location": "imgui:1004",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndDragDropSource",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndDragDropTarget": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndDragDropTarget",
|
|
"defaults": {},
|
|
"funcname": "EndDragDropTarget",
|
|
"location": "imgui:1007",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndDragDropTarget",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndErrorTooltip": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndErrorTooltip",
|
|
"defaults": {},
|
|
"funcname": "EndErrorTooltip",
|
|
"location": "imgui_internal:3982",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndErrorTooltip",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndFrame": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndFrame",
|
|
"defaults": {},
|
|
"funcname": "EndFrame",
|
|
"location": "imgui:406",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndFrame",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndGroup": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndGroup",
|
|
"defaults": {},
|
|
"funcname": "EndGroup",
|
|
"location": "imgui:592",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndGroup",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndListBox": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndListBox",
|
|
"defaults": {},
|
|
"funcname": "EndListBox",
|
|
"location": "imgui:793",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndListBox",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndMainMenuBar": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndMainMenuBar",
|
|
"defaults": {},
|
|
"funcname": "EndMainMenuBar",
|
|
"location": "imgui:819",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndMainMenuBar",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndMenu": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndMenu",
|
|
"defaults": {},
|
|
"funcname": "EndMenu",
|
|
"location": "imgui:821",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndMenu",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndMenuBar": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndMenuBar",
|
|
"defaults": {},
|
|
"funcname": "EndMenuBar",
|
|
"location": "imgui:817",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndMenuBar",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndMultiSelect": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndMultiSelect",
|
|
"defaults": {},
|
|
"funcname": "EndMultiSelect",
|
|
"location": "imgui:781",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndMultiSelect",
|
|
"ret": "ImGuiMultiSelectIO*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndPopup": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndPopup",
|
|
"defaults": {},
|
|
"funcname": "EndPopup",
|
|
"location": "imgui:854",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndPopup",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndTabBar": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndTabBar",
|
|
"defaults": {},
|
|
"funcname": "EndTabBar",
|
|
"location": "imgui:955",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndTabBar",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndTabItem": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndTabItem",
|
|
"defaults": {},
|
|
"funcname": "EndTabItem",
|
|
"location": "imgui:957",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndTabItem",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndTable": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndTable",
|
|
"defaults": {},
|
|
"funcname": "EndTable",
|
|
"location": "imgui:906",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndTable",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igEndTooltip": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igEndTooltip",
|
|
"defaults": {},
|
|
"funcname": "EndTooltip",
|
|
"location": "imgui:830",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igEndTooltip",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igErrorCheckEndFrameFinalizeErrorTooltip": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igErrorCheckEndFrameFinalizeErrorTooltip",
|
|
"defaults": {},
|
|
"funcname": "ErrorCheckEndFrameFinalizeErrorTooltip",
|
|
"location": "imgui_internal:3980",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igErrorCheckEndFrameFinalizeErrorTooltip",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igErrorCheckUsingSetCursorPosToExtendParentBoundaries": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igErrorCheckUsingSetCursorPosToExtendParentBoundaries",
|
|
"defaults": {},
|
|
"funcname": "ErrorCheckUsingSetCursorPosToExtendParentBoundaries",
|
|
"location": "imgui_internal:3979",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igErrorCheckUsingSetCursorPosToExtendParentBoundaries",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igErrorLog": [
|
|
{
|
|
"args": "(const char* msg)",
|
|
"argsT": [
|
|
{
|
|
"name": "msg",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* msg)",
|
|
"call_args": "(msg)",
|
|
"call_args_old": "(msg)",
|
|
"cimguiname": "igErrorLog",
|
|
"defaults": {},
|
|
"funcname": "ErrorLog",
|
|
"location": "imgui_internal:3975",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igErrorLog",
|
|
"ret": "bool",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igErrorRecoveryStoreState": [
|
|
{
|
|
"args": "(ImGuiErrorRecoveryState* state_out)",
|
|
"argsT": [
|
|
{
|
|
"name": "state_out",
|
|
"type": "ImGuiErrorRecoveryState*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiErrorRecoveryState* state_out)",
|
|
"call_args": "(state_out)",
|
|
"call_args_old": "(state_out)",
|
|
"cimguiname": "igErrorRecoveryStoreState",
|
|
"defaults": {},
|
|
"funcname": "ErrorRecoveryStoreState",
|
|
"location": "imgui_internal:3976",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igErrorRecoveryStoreState",
|
|
"ret": "void",
|
|
"signature": "(ImGuiErrorRecoveryState*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igErrorRecoveryTryToRecoverState": [
|
|
{
|
|
"args": "(const ImGuiErrorRecoveryState* state_in)",
|
|
"argsT": [
|
|
{
|
|
"name": "state_in",
|
|
"type": "const ImGuiErrorRecoveryState*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiErrorRecoveryState* state_in)",
|
|
"call_args": "(state_in)",
|
|
"call_args_old": "(state_in)",
|
|
"cimguiname": "igErrorRecoveryTryToRecoverState",
|
|
"defaults": {},
|
|
"funcname": "ErrorRecoveryTryToRecoverState",
|
|
"location": "imgui_internal:3977",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igErrorRecoveryTryToRecoverState",
|
|
"ret": "void",
|
|
"signature": "(const ImGuiErrorRecoveryState*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igErrorRecoveryTryToRecoverWindowState": [
|
|
{
|
|
"args": "(const ImGuiErrorRecoveryState* state_in)",
|
|
"argsT": [
|
|
{
|
|
"name": "state_in",
|
|
"type": "const ImGuiErrorRecoveryState*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiErrorRecoveryState* state_in)",
|
|
"call_args": "(state_in)",
|
|
"call_args_old": "(state_in)",
|
|
"cimguiname": "igErrorRecoveryTryToRecoverWindowState",
|
|
"defaults": {},
|
|
"funcname": "ErrorRecoveryTryToRecoverWindowState",
|
|
"location": "imgui_internal:3978",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igErrorRecoveryTryToRecoverWindowState",
|
|
"ret": "void",
|
|
"signature": "(const ImGuiErrorRecoveryState*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindBestWindowPosForPopup": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igFindBestWindowPosForPopup",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "FindBestWindowPosForPopup",
|
|
"location": "imgui_internal:3541",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igFindBestWindowPosForPopup",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindBestWindowPosForPopupEx": [
|
|
{
|
|
"args": "(const ImVec2_c ref_pos,const ImVec2_c size,ImGuiDir* last_dir,const ImRect_c r_outer,const ImRect_c r_avoid,ImGuiPopupPositionPolicy policy)",
|
|
"argsT": [
|
|
{
|
|
"name": "ref_pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "last_dir",
|
|
"type": "ImGuiDir*"
|
|
},
|
|
{
|
|
"name": "r_outer",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "r_avoid",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "policy",
|
|
"type": "ImGuiPopupPositionPolicy"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& ref_pos,const ImVec2& size,ImGuiDir* last_dir,const ImRect& r_outer,const ImRect& r_avoid,ImGuiPopupPositionPolicy policy)",
|
|
"call_args": "(ConvertToCPP_ImVec2(ref_pos),ConvertToCPP_ImVec2(size),last_dir,ConvertToCPP_ImRect(r_outer),ConvertToCPP_ImRect(r_avoid),policy)",
|
|
"call_args_old": "(ref_pos,size,last_dir,r_outer,r_avoid,policy)",
|
|
"cimguiname": "igFindBestWindowPosForPopupEx",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "FindBestWindowPosForPopupEx",
|
|
"location": "imgui_internal:3542",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igFindBestWindowPosForPopupEx",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,ImGuiDir*,const ImRect,const ImRect,ImGuiPopupPositionPolicy)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindBlockingModal": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igFindBlockingModal",
|
|
"defaults": {},
|
|
"funcname": "FindBlockingModal",
|
|
"location": "imgui_internal:3540",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindBlockingModal",
|
|
"ret": "ImGuiWindow*",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindBottomMostVisibleWindowWithinBeginStack": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igFindBottomMostVisibleWindowWithinBeginStack",
|
|
"defaults": {},
|
|
"funcname": "FindBottomMostVisibleWindowWithinBeginStack",
|
|
"location": "imgui_internal:3404",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindBottomMostVisibleWindowWithinBeginStack",
|
|
"ret": "ImGuiWindow*",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindHoveredViewportFromPlatformWindowStack": [
|
|
{
|
|
"args": "(const ImVec2_c mouse_platform_pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "mouse_platform_pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& mouse_platform_pos)",
|
|
"call_args": "(ConvertToCPP_ImVec2(mouse_platform_pos))",
|
|
"call_args_old": "(mouse_platform_pos)",
|
|
"cimguiname": "igFindHoveredViewportFromPlatformWindowStack",
|
|
"defaults": {},
|
|
"funcname": "FindHoveredViewportFromPlatformWindowStack",
|
|
"location": "imgui_internal:3451",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindHoveredViewportFromPlatformWindowStack",
|
|
"ret": "ImGuiViewportP*",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindHoveredWindowEx": [
|
|
{
|
|
"args": "(const ImVec2_c pos,bool find_first_and_in_any_viewport,ImGuiWindow** out_hovered_window,ImGuiWindow** out_hovered_window_under_moving_window)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "find_first_and_in_any_viewport",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "out_hovered_window",
|
|
"type": "ImGuiWindow**"
|
|
},
|
|
{
|
|
"name": "out_hovered_window_under_moving_window",
|
|
"type": "ImGuiWindow**"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos,bool find_first_and_in_any_viewport,ImGuiWindow** out_hovered_window,ImGuiWindow** out_hovered_window_under_moving_window)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),find_first_and_in_any_viewport,out_hovered_window,out_hovered_window_under_moving_window)",
|
|
"call_args_old": "(pos,find_first_and_in_any_viewport,out_hovered_window,out_hovered_window_under_moving_window)",
|
|
"cimguiname": "igFindHoveredWindowEx",
|
|
"defaults": {},
|
|
"funcname": "FindHoveredWindowEx",
|
|
"location": "imgui_internal:3432",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindHoveredWindowEx",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,bool,ImGuiWindow**,ImGuiWindow**)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindOrCreateColumns": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiID id)",
|
|
"call_args": "(window,id)",
|
|
"call_args_old": "(window,id)",
|
|
"cimguiname": "igFindOrCreateColumns",
|
|
"defaults": {},
|
|
"funcname": "FindOrCreateColumns",
|
|
"location": "imgui_internal:3772",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindOrCreateColumns",
|
|
"ret": "ImGuiOldColumns*",
|
|
"signature": "(ImGuiWindow*,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindRenderedTextEnd": [
|
|
{
|
|
"args": "(const char* text,const char* text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text,const char* text_end=((void*)0))",
|
|
"call_args": "(text,text_end)",
|
|
"call_args_old": "(text,text_end)",
|
|
"cimguiname": "igFindRenderedTextEnd",
|
|
"defaults": {
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "FindRenderedTextEnd",
|
|
"location": "imgui_internal:3875",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindRenderedTextEnd",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindSettingsHandler": [
|
|
{
|
|
"args": "(const char* type_name)",
|
|
"argsT": [
|
|
{
|
|
"name": "type_name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* type_name)",
|
|
"call_args": "(type_name)",
|
|
"call_args_old": "(type_name)",
|
|
"cimguiname": "igFindSettingsHandler",
|
|
"defaults": {},
|
|
"funcname": "FindSettingsHandler",
|
|
"location": "imgui_internal:3459",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindSettingsHandler",
|
|
"ret": "ImGuiSettingsHandler*",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindViewportByID": [
|
|
{
|
|
"args": "(ImGuiID viewport_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID viewport_id)",
|
|
"call_args": "(viewport_id)",
|
|
"call_args_old": "(viewport_id)",
|
|
"cimguiname": "igFindViewportByID",
|
|
"defaults": {},
|
|
"funcname": "FindViewportByID",
|
|
"location": "imgui:1183",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindViewportByID",
|
|
"ret": "ImGuiViewport*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindViewportByPlatformHandle": [
|
|
{
|
|
"args": "(void* platform_handle)",
|
|
"argsT": [
|
|
{
|
|
"name": "platform_handle",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* platform_handle)",
|
|
"call_args": "(platform_handle)",
|
|
"call_args_old": "(platform_handle)",
|
|
"cimguiname": "igFindViewportByPlatformHandle",
|
|
"defaults": {},
|
|
"funcname": "FindViewportByPlatformHandle",
|
|
"location": "imgui:1184",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindViewportByPlatformHandle",
|
|
"ret": "ImGuiViewport*",
|
|
"signature": "(void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindWindowByID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igFindWindowByID",
|
|
"defaults": {},
|
|
"funcname": "FindWindowByID",
|
|
"location": "imgui_internal:3375",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindWindowByID",
|
|
"ret": "ImGuiWindow*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindWindowByName": [
|
|
{
|
|
"args": "(const char* name)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name)",
|
|
"call_args": "(name)",
|
|
"call_args_old": "(name)",
|
|
"cimguiname": "igFindWindowByName",
|
|
"defaults": {},
|
|
"funcname": "FindWindowByName",
|
|
"location": "imgui_internal:3376",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindWindowByName",
|
|
"ret": "ImGuiWindow*",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindWindowDisplayIndex": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igFindWindowDisplayIndex",
|
|
"defaults": {},
|
|
"funcname": "FindWindowDisplayIndex",
|
|
"location": "imgui_internal:3403",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindWindowDisplayIndex",
|
|
"ret": "int",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindWindowSettingsByID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igFindWindowSettingsByID",
|
|
"defaults": {},
|
|
"funcname": "FindWindowSettingsByID",
|
|
"location": "imgui_internal:3463",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindWindowSettingsByID",
|
|
"ret": "ImGuiWindowSettings*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFindWindowSettingsByWindow": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igFindWindowSettingsByWindow",
|
|
"defaults": {},
|
|
"funcname": "FindWindowSettingsByWindow",
|
|
"location": "imgui_internal:3464",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFindWindowSettingsByWindow",
|
|
"ret": "ImGuiWindowSettings*",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFixupKeyChord": [
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord)",
|
|
"call_args": "(key_chord)",
|
|
"call_args_old": "(key_chord)",
|
|
"cimguiname": "igFixupKeyChord",
|
|
"defaults": {},
|
|
"funcname": "FixupKeyChord",
|
|
"location": "imgui_internal:3593",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFixupKeyChord",
|
|
"ret": "ImGuiKeyChord",
|
|
"signature": "(ImGuiKeyChord)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFocusItem": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igFocusItem",
|
|
"defaults": {},
|
|
"funcname": "FocusItem",
|
|
"location": "imgui_internal:3580",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFocusItem",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFocusTopMostWindowUnderOne": [
|
|
{
|
|
"args": "(ImGuiWindow* under_this_window,ImGuiWindow* ignore_window,ImGuiViewport* filter_viewport,ImGuiFocusRequestFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "under_this_window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "ignore_window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "filter_viewport",
|
|
"type": "ImGuiViewport*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiFocusRequestFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* under_this_window,ImGuiWindow* ignore_window,ImGuiViewport* filter_viewport,ImGuiFocusRequestFlags flags)",
|
|
"call_args": "(under_this_window,ignore_window,filter_viewport,flags)",
|
|
"call_args_old": "(under_this_window,ignore_window,filter_viewport,flags)",
|
|
"cimguiname": "igFocusTopMostWindowUnderOne",
|
|
"defaults": {},
|
|
"funcname": "FocusTopMostWindowUnderOne",
|
|
"location": "imgui_internal:3398",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFocusTopMostWindowUnderOne",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiWindow*,ImGuiViewport*,ImGuiFocusRequestFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igFocusWindow": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiFocusRequestFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiFocusRequestFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiFocusRequestFlags flags=0)",
|
|
"call_args": "(window,flags)",
|
|
"call_args_old": "(window,flags)",
|
|
"cimguiname": "igFocusWindow",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "FocusWindow",
|
|
"location": "imgui_internal:3397",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igFocusWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiFocusRequestFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGcAwakeTransientWindowBuffers": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igGcAwakeTransientWindowBuffers",
|
|
"defaults": {},
|
|
"funcname": "GcAwakeTransientWindowBuffers",
|
|
"location": "imgui_internal:3972",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGcAwakeTransientWindowBuffers",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGcCompactTransientMiscBuffers": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGcCompactTransientMiscBuffers",
|
|
"defaults": {},
|
|
"funcname": "GcCompactTransientMiscBuffers",
|
|
"location": "imgui_internal:3970",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGcCompactTransientMiscBuffers",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGcCompactTransientWindowBuffers": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igGcCompactTransientWindowBuffers",
|
|
"defaults": {},
|
|
"funcname": "GcCompactTransientWindowBuffers",
|
|
"location": "imgui_internal:3971",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGcCompactTransientWindowBuffers",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetActiveID": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetActiveID",
|
|
"defaults": {},
|
|
"funcname": "GetActiveID",
|
|
"location": "imgui_internal:3488",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetActiveID",
|
|
"ret": "ImGuiID",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetAllocatorFunctions": [
|
|
{
|
|
"args": "(ImGuiMemAllocFunc* p_alloc_func,ImGuiMemFreeFunc* p_free_func,void** p_user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_alloc_func",
|
|
"type": "ImGuiMemAllocFunc*"
|
|
},
|
|
{
|
|
"name": "p_free_func",
|
|
"type": "ImGuiMemFreeFunc*"
|
|
},
|
|
{
|
|
"name": "p_user_data",
|
|
"type": "void**"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMemAllocFunc* p_alloc_func,ImGuiMemFreeFunc* p_free_func,void** p_user_data)",
|
|
"call_args": "(p_alloc_func,p_free_func,p_user_data)",
|
|
"call_args_old": "(p_alloc_func,p_free_func,p_user_data)",
|
|
"cimguiname": "igGetAllocatorFunctions",
|
|
"defaults": {},
|
|
"funcname": "GetAllocatorFunctions",
|
|
"location": "imgui:1173",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetAllocatorFunctions",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMemAllocFunc*,ImGuiMemFreeFunc*,void**)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetBackgroundDrawList": [
|
|
{
|
|
"args": "(ImGuiViewport* viewport)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewport*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiViewport* viewport=((void*)0))",
|
|
"call_args": "(viewport)",
|
|
"call_args_old": "(viewport)",
|
|
"cimguiname": "igGetBackgroundDrawList",
|
|
"defaults": {
|
|
"viewport": "NULL"
|
|
},
|
|
"funcname": "GetBackgroundDrawList",
|
|
"location": "imgui:1061",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetBackgroundDrawList",
|
|
"ret": "ImDrawList*",
|
|
"signature": "(ImGuiViewport*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetBoxSelectState": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igGetBoxSelectState",
|
|
"defaults": {},
|
|
"funcname": "GetBoxSelectState",
|
|
"location": "imgui_internal:3761",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetBoxSelectState",
|
|
"ret": "ImGuiBoxSelectState*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetClipboardText": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetClipboardText",
|
|
"defaults": {},
|
|
"funcname": "GetClipboardText",
|
|
"location": "imgui:1145",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetClipboardText",
|
|
"ret": "const char*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetColorU32": [
|
|
{
|
|
"args": "(ImGuiCol idx,float alpha_mul)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiCol"
|
|
},
|
|
{
|
|
"name": "alpha_mul",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiCol idx,float alpha_mul=1.0f)",
|
|
"call_args": "(idx,alpha_mul)",
|
|
"call_args_old": "(idx,alpha_mul)",
|
|
"cimguiname": "igGetColorU32",
|
|
"defaults": {
|
|
"alpha_mul": "1.0f"
|
|
},
|
|
"funcname": "GetColorU32",
|
|
"location": "imgui:557",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColorU32_Col",
|
|
"ret": "ImU32",
|
|
"signature": "(ImGuiCol,float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImVec4_c col)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "const ImVec4"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec4& col)",
|
|
"call_args": "(ConvertToCPP_ImVec4(col))",
|
|
"call_args_old": "(col)",
|
|
"cimguiname": "igGetColorU32",
|
|
"defaults": {},
|
|
"funcname": "GetColorU32",
|
|
"location": "imgui:558",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColorU32_Vec4",
|
|
"ret": "ImU32",
|
|
"signature": "(const ImVec4)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImU32 col,float alpha_mul)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "alpha_mul",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 col,float alpha_mul=1.0f)",
|
|
"call_args": "(col,alpha_mul)",
|
|
"call_args_old": "(col,alpha_mul)",
|
|
"cimguiname": "igGetColorU32",
|
|
"defaults": {
|
|
"alpha_mul": "1.0f"
|
|
},
|
|
"funcname": "GetColorU32",
|
|
"location": "imgui:559",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColorU32_U32",
|
|
"ret": "ImU32",
|
|
"signature": "(ImU32,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetColumnIndex": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetColumnIndex",
|
|
"defaults": {},
|
|
"funcname": "GetColumnIndex",
|
|
"location": "imgui:945",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColumnIndex",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetColumnNormFromOffset": [
|
|
{
|
|
"args": "(const ImGuiOldColumns* columns,float offset)",
|
|
"argsT": [
|
|
{
|
|
"name": "columns",
|
|
"type": "const ImGuiOldColumns*"
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiOldColumns* columns,float offset)",
|
|
"call_args": "(columns,offset)",
|
|
"call_args_old": "(columns,offset)",
|
|
"cimguiname": "igGetColumnNormFromOffset",
|
|
"defaults": {},
|
|
"funcname": "GetColumnNormFromOffset",
|
|
"location": "imgui_internal:3774",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColumnNormFromOffset",
|
|
"ret": "float",
|
|
"signature": "(const ImGuiOldColumns*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetColumnOffset": [
|
|
{
|
|
"args": "(int column_index)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_index",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_index=-1)",
|
|
"call_args": "(column_index)",
|
|
"call_args_old": "(column_index)",
|
|
"cimguiname": "igGetColumnOffset",
|
|
"defaults": {
|
|
"column_index": "-1"
|
|
},
|
|
"funcname": "GetColumnOffset",
|
|
"location": "imgui:948",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColumnOffset",
|
|
"ret": "float",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetColumnOffsetFromNorm": [
|
|
{
|
|
"args": "(const ImGuiOldColumns* columns,float offset_norm)",
|
|
"argsT": [
|
|
{
|
|
"name": "columns",
|
|
"type": "const ImGuiOldColumns*"
|
|
},
|
|
{
|
|
"name": "offset_norm",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiOldColumns* columns,float offset_norm)",
|
|
"call_args": "(columns,offset_norm)",
|
|
"call_args_old": "(columns,offset_norm)",
|
|
"cimguiname": "igGetColumnOffsetFromNorm",
|
|
"defaults": {},
|
|
"funcname": "GetColumnOffsetFromNorm",
|
|
"location": "imgui_internal:3773",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColumnOffsetFromNorm",
|
|
"ret": "float",
|
|
"signature": "(const ImGuiOldColumns*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetColumnWidth": [
|
|
{
|
|
"args": "(int column_index)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_index",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_index=-1)",
|
|
"call_args": "(column_index)",
|
|
"call_args_old": "(column_index)",
|
|
"cimguiname": "igGetColumnWidth",
|
|
"defaults": {
|
|
"column_index": "-1"
|
|
},
|
|
"funcname": "GetColumnWidth",
|
|
"location": "imgui:946",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColumnWidth",
|
|
"ret": "float",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetColumnsCount": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetColumnsCount",
|
|
"defaults": {},
|
|
"funcname": "GetColumnsCount",
|
|
"location": "imgui:950",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColumnsCount",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetColumnsID": [
|
|
{
|
|
"args": "(const char* str_id,int count)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,int count)",
|
|
"call_args": "(str_id,count)",
|
|
"call_args_old": "(str_id,count)",
|
|
"cimguiname": "igGetColumnsID",
|
|
"defaults": {},
|
|
"funcname": "GetColumnsID",
|
|
"location": "imgui_internal:3771",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetColumnsID",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const char*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetContentRegionAvail": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetContentRegionAvail",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetContentRegionAvail",
|
|
"location": "imgui:574",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetContentRegionAvail",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCurrentContext": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCurrentContext",
|
|
"defaults": {},
|
|
"funcname": "GetCurrentContext",
|
|
"location": "imgui:398",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetCurrentContext",
|
|
"ret": "ImGuiContext*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCurrentFocusScope": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCurrentFocusScope",
|
|
"defaults": {},
|
|
"funcname": "GetCurrentFocusScope",
|
|
"location": "imgui_internal:3733",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetCurrentFocusScope",
|
|
"ret": "ImGuiID",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCurrentTabBar": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCurrentTabBar",
|
|
"defaults": {},
|
|
"funcname": "GetCurrentTabBar",
|
|
"location": "imgui_internal:3835",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetCurrentTabBar",
|
|
"ret": "ImGuiTabBar*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCurrentTable": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCurrentTable",
|
|
"defaults": {},
|
|
"funcname": "GetCurrentTable",
|
|
"location": "imgui_internal:3790",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetCurrentTable",
|
|
"ret": "ImGuiTable*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCurrentWindow": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCurrentWindow",
|
|
"defaults": {},
|
|
"funcname": "GetCurrentWindow",
|
|
"location": "imgui_internal:3374",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetCurrentWindow",
|
|
"ret": "ImGuiWindow*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCurrentWindowRead": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCurrentWindowRead",
|
|
"defaults": {},
|
|
"funcname": "GetCurrentWindowRead",
|
|
"location": "imgui_internal:3373",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetCurrentWindowRead",
|
|
"ret": "ImGuiWindow*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCursorPos": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCursorPos",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetCursorPos",
|
|
"location": "imgui:575",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetCursorPos",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCursorPosX": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCursorPosX",
|
|
"defaults": {},
|
|
"funcname": "GetCursorPosX",
|
|
"location": "imgui:576",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetCursorPosX",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCursorPosY": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCursorPosY",
|
|
"defaults": {},
|
|
"funcname": "GetCursorPosY",
|
|
"location": "imgui:577",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetCursorPosY",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCursorScreenPos": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCursorScreenPos",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetCursorScreenPos",
|
|
"location": "imgui:572",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetCursorScreenPos",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetCursorStartPos": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetCursorStartPos",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetCursorStartPos",
|
|
"location": "imgui:581",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetCursorStartPos",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetDefaultFont": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetDefaultFont",
|
|
"defaults": {},
|
|
"funcname": "GetDefaultFont",
|
|
"location": "imgui_internal:3419",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetDefaultFont",
|
|
"ret": "ImFont*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetDragDropPayload": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetDragDropPayload",
|
|
"defaults": {},
|
|
"funcname": "GetDragDropPayload",
|
|
"location": "imgui:1008",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetDragDropPayload",
|
|
"ret": "const ImGuiPayload*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetDrawData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetDrawData",
|
|
"defaults": {},
|
|
"funcname": "GetDrawData",
|
|
"location": "imgui:408",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetDrawData",
|
|
"ret": "ImDrawData*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetDrawListSharedData": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetDrawListSharedData",
|
|
"defaults": {},
|
|
"funcname": "GetDrawListSharedData",
|
|
"location": "imgui:1069",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetDrawListSharedData",
|
|
"ret": "ImDrawListSharedData*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFocusID": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFocusID",
|
|
"defaults": {},
|
|
"funcname": "GetFocusID",
|
|
"location": "imgui_internal:3489",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetFocusID",
|
|
"ret": "ImGuiID",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFont": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFont",
|
|
"defaults": {},
|
|
"funcname": "GetFont",
|
|
"location": "imgui:530",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetFont",
|
|
"ret": "ImFont*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFontBaked": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFontBaked",
|
|
"defaults": {},
|
|
"funcname": "GetFontBaked",
|
|
"location": "imgui:532",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetFontBaked",
|
|
"ret": "ImFontBaked*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFontRasterizerDensity": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFontRasterizerDensity",
|
|
"defaults": {},
|
|
"funcname": "GetFontRasterizerDensity",
|
|
"location": "imgui_internal:3417",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetFontRasterizerDensity",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFontSize": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFontSize",
|
|
"defaults": {},
|
|
"funcname": "GetFontSize",
|
|
"location": "imgui:531",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetFontSize",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFontTexUvWhitePixel": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFontTexUvWhitePixel",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetFontTexUvWhitePixel",
|
|
"location": "imgui:556",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetFontTexUvWhitePixel",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetForegroundDrawList": [
|
|
{
|
|
"args": "(ImGuiViewport* viewport)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewport*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiViewport* viewport=((void*)0))",
|
|
"call_args": "(viewport)",
|
|
"call_args_old": "(viewport)",
|
|
"cimguiname": "igGetForegroundDrawList",
|
|
"defaults": {
|
|
"viewport": "NULL"
|
|
},
|
|
"funcname": "GetForegroundDrawList",
|
|
"location": "imgui:1062",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetForegroundDrawList_ViewportPtr",
|
|
"ret": "ImDrawList*",
|
|
"signature": "(ImGuiViewport*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igGetForegroundDrawList",
|
|
"defaults": {},
|
|
"funcname": "GetForegroundDrawList",
|
|
"location": "imgui_internal:3422",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetForegroundDrawList_WindowPtr",
|
|
"ret": "ImDrawList*",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFrameCount": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFrameCount",
|
|
"defaults": {},
|
|
"funcname": "GetFrameCount",
|
|
"location": "imgui:1068",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetFrameCount",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFrameHeight": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFrameHeight",
|
|
"defaults": {},
|
|
"funcname": "GetFrameHeight",
|
|
"location": "imgui:596",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetFrameHeight",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetFrameHeightWithSpacing": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetFrameHeightWithSpacing",
|
|
"defaults": {},
|
|
"funcname": "GetFrameHeightWithSpacing",
|
|
"location": "imgui:597",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetFrameHeightWithSpacing",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetHoveredID": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetHoveredID",
|
|
"defaults": {},
|
|
"funcname": "GetHoveredID",
|
|
"location": "imgui_internal:3493",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetHoveredID",
|
|
"ret": "ImGuiID",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetID": [
|
|
{
|
|
"args": "(const char* str_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id)",
|
|
"call_args": "(str_id)",
|
|
"call_args_old": "(str_id)",
|
|
"cimguiname": "igGetID",
|
|
"defaults": {},
|
|
"funcname": "GetID",
|
|
"location": "imgui:615",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetID_Str",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* str_id_begin,const char* str_id_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str_id_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id_begin,const char* str_id_end)",
|
|
"call_args": "(str_id_begin,str_id_end)",
|
|
"call_args_old": "(str_id_begin,str_id_end)",
|
|
"cimguiname": "igGetID",
|
|
"defaults": {},
|
|
"funcname": "GetID",
|
|
"location": "imgui:616",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetID_StrStr",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const void* ptr_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr_id",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* ptr_id)",
|
|
"call_args": "(ptr_id)",
|
|
"call_args_old": "(ptr_id)",
|
|
"cimguiname": "igGetID",
|
|
"defaults": {},
|
|
"funcname": "GetID",
|
|
"location": "imgui:617",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetID_Ptr",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const void*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(int int_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "int_id",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int int_id)",
|
|
"call_args": "(int_id)",
|
|
"call_args_old": "(int_id)",
|
|
"cimguiname": "igGetID",
|
|
"defaults": {},
|
|
"funcname": "GetID",
|
|
"location": "imgui:618",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetID_Int",
|
|
"ret": "ImGuiID",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetIDWithSeed": [
|
|
{
|
|
"args": "(const char* str_id_begin,const char* str_id_end,ImGuiID seed)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str_id_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "seed",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id_begin,const char* str_id_end,ImGuiID seed)",
|
|
"call_args": "(str_id_begin,str_id_end,seed)",
|
|
"call_args_old": "(str_id_begin,str_id_end,seed)",
|
|
"cimguiname": "igGetIDWithSeed",
|
|
"defaults": {},
|
|
"funcname": "GetIDWithSeed",
|
|
"location": "imgui_internal:3498",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetIDWithSeed_Str",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const char*,const char*,ImGuiID)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(int n,ImGuiID seed)",
|
|
"argsT": [
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "seed",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(int n,ImGuiID seed)",
|
|
"call_args": "(n,seed)",
|
|
"call_args_old": "(n,seed)",
|
|
"cimguiname": "igGetIDWithSeed",
|
|
"defaults": {},
|
|
"funcname": "GetIDWithSeed",
|
|
"location": "imgui_internal:3499",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetIDWithSeed_Int",
|
|
"ret": "ImGuiID",
|
|
"signature": "(int,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetIO": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetIO",
|
|
"defaults": {},
|
|
"funcname": "GetIO",
|
|
"location": "imgui:402",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetIO_Nil",
|
|
"ret": "ImGuiIO*",
|
|
"retref": "&",
|
|
"signature": "()",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igGetIO",
|
|
"defaults": {},
|
|
"funcname": "GetIO",
|
|
"location": "imgui_internal:3371",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetIO_ContextPtr",
|
|
"ret": "ImGuiIO*",
|
|
"retref": "&",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetInputTextState": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igGetInputTextState",
|
|
"defaults": {},
|
|
"funcname": "GetInputTextState",
|
|
"location": "imgui_internal:3952",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetInputTextState",
|
|
"ret": "ImGuiInputTextState*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetItemFlags": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetItemFlags",
|
|
"defaults": {},
|
|
"funcname": "GetItemFlags",
|
|
"location": "imgui_internal:3487",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetItemFlags",
|
|
"ret": "ImGuiItemFlags",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetItemID": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetItemID",
|
|
"defaults": {},
|
|
"funcname": "GetItemID",
|
|
"location": "imgui:1049",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetItemID",
|
|
"ret": "ImGuiID",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetItemRectMax": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetItemRectMax",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetItemRectMax",
|
|
"location": "imgui:1051",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetItemRectMax",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetItemRectMin": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetItemRectMin",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetItemRectMin",
|
|
"location": "imgui:1050",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetItemRectMin",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetItemRectSize": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetItemRectSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetItemRectSize",
|
|
"location": "imgui:1052",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetItemRectSize",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetItemStatusFlags": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetItemStatusFlags",
|
|
"defaults": {},
|
|
"funcname": "GetItemStatusFlags",
|
|
"location": "imgui_internal:3486",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetItemStatusFlags",
|
|
"ret": "ImGuiItemStatusFlags",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetKeyChordName": [
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord)",
|
|
"call_args": "(key_chord)",
|
|
"call_args_old": "(key_chord)",
|
|
"cimguiname": "igGetKeyChordName",
|
|
"defaults": {},
|
|
"funcname": "GetKeyChordName",
|
|
"location": "imgui_internal:3605",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetKeyChordName",
|
|
"ret": "const char*",
|
|
"signature": "(ImGuiKeyChord)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetKeyData": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiKey key)",
|
|
"call_args": "(ctx,key)",
|
|
"call_args_old": "(ctx,key)",
|
|
"cimguiname": "igGetKeyData",
|
|
"defaults": {},
|
|
"funcname": "GetKeyData",
|
|
"location": "imgui_internal:3603",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetKeyData_ContextPtr",
|
|
"ret": "ImGuiKeyData*",
|
|
"signature": "(ImGuiContext*,ImGuiKey)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igGetKeyData",
|
|
"defaults": {},
|
|
"funcname": "GetKeyData",
|
|
"location": "imgui_internal:3604",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetKeyData_Key",
|
|
"ret": "ImGuiKeyData*",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetKeyMagnitude2d": [
|
|
{
|
|
"args": "(ImGuiKey key_left,ImGuiKey key_right,ImGuiKey key_up,ImGuiKey key_down)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_left",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "key_right",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "key_up",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "key_down",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key_left,ImGuiKey key_right,ImGuiKey key_up,ImGuiKey key_down)",
|
|
"call_args": "(key_left,key_right,key_up,key_down)",
|
|
"call_args_old": "(key_left,key_right,key_up,key_down)",
|
|
"cimguiname": "igGetKeyMagnitude2d",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetKeyMagnitude2d",
|
|
"location": "imgui_internal:3608",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetKeyMagnitude2d",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImGuiKey,ImGuiKey,ImGuiKey,ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetKeyName": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igGetKeyName",
|
|
"defaults": {},
|
|
"funcname": "GetKeyName",
|
|
"location": "imgui:1092",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetKeyName",
|
|
"ret": "const char*",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetKeyOwner": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igGetKeyOwner",
|
|
"defaults": {},
|
|
"funcname": "GetKeyOwner",
|
|
"location": "imgui_internal:3627",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetKeyOwner",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetKeyOwnerData": [
|
|
{
|
|
"args": "(ImGuiContext* ctx,ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx,ImGuiKey key)",
|
|
"call_args": "(ctx,key)",
|
|
"call_args_old": "(ctx,key)",
|
|
"cimguiname": "igGetKeyOwnerData",
|
|
"defaults": {},
|
|
"funcname": "GetKeyOwnerData",
|
|
"location": "imgui_internal:3632",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetKeyOwnerData",
|
|
"ret": "ImGuiKeyOwnerData*",
|
|
"signature": "(ImGuiContext*,ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetKeyPressedAmount": [
|
|
{
|
|
"args": "(ImGuiKey key,float repeat_delay,float rate)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "repeat_delay",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "rate",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,float repeat_delay,float rate)",
|
|
"call_args": "(key,repeat_delay,rate)",
|
|
"call_args_old": "(key,repeat_delay,rate)",
|
|
"cimguiname": "igGetKeyPressedAmount",
|
|
"defaults": {},
|
|
"funcname": "GetKeyPressedAmount",
|
|
"location": "imgui:1091",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetKeyPressedAmount",
|
|
"ret": "int",
|
|
"signature": "(ImGuiKey,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetMainViewport": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetMainViewport",
|
|
"defaults": {},
|
|
"funcname": "GetMainViewport",
|
|
"location": "imgui:1058",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetMainViewport",
|
|
"ret": "ImGuiViewport*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetMouseClickedCount": [
|
|
{
|
|
"args": "(ImGuiMouseButton button)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button)",
|
|
"call_args": "(button)",
|
|
"call_args_old": "(button)",
|
|
"cimguiname": "igGetMouseClickedCount",
|
|
"defaults": {},
|
|
"funcname": "GetMouseClickedCount",
|
|
"location": "imgui:1130",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetMouseClickedCount",
|
|
"ret": "int",
|
|
"signature": "(ImGuiMouseButton)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetMouseCursor": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetMouseCursor",
|
|
"defaults": {},
|
|
"funcname": "GetMouseCursor",
|
|
"location": "imgui:1139",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetMouseCursor",
|
|
"ret": "ImGuiMouseCursor",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetMouseDragDelta": [
|
|
{
|
|
"args": "(ImGuiMouseButton button,float lock_threshold)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "lock_threshold",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button=0,float lock_threshold=-1.0f)",
|
|
"call_args": "(button,lock_threshold)",
|
|
"call_args_old": "(button,lock_threshold)",
|
|
"cimguiname": "igGetMouseDragDelta",
|
|
"conv": "ImVec2",
|
|
"defaults": {
|
|
"button": "0",
|
|
"lock_threshold": "-1.0f"
|
|
},
|
|
"funcname": "GetMouseDragDelta",
|
|
"location": "imgui:1137",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetMouseDragDelta",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImGuiMouseButton,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetMousePos": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetMousePos",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetMousePos",
|
|
"location": "imgui:1134",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetMousePos",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetMousePosOnOpeningCurrentPopup": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetMousePosOnOpeningCurrentPopup",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetMousePosOnOpeningCurrentPopup",
|
|
"location": "imgui:1135",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetMousePosOnOpeningCurrentPopup",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetMultiSelectState": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igGetMultiSelectState",
|
|
"defaults": {},
|
|
"funcname": "GetMultiSelectState",
|
|
"location": "imgui_internal:3762",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetMultiSelectState",
|
|
"ret": "ImGuiMultiSelectState*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetNavTweakPressedAmount": [
|
|
{
|
|
"args": "(ImGuiAxis axis)",
|
|
"argsT": [
|
|
{
|
|
"name": "axis",
|
|
"type": "ImGuiAxis"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiAxis axis)",
|
|
"call_args": "(axis)",
|
|
"call_args_old": "(axis)",
|
|
"cimguiname": "igGetNavTweakPressedAmount",
|
|
"defaults": {},
|
|
"funcname": "GetNavTweakPressedAmount",
|
|
"location": "imgui_internal:3609",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetNavTweakPressedAmount",
|
|
"ret": "float",
|
|
"signature": "(ImGuiAxis)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetPlatformIO": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetPlatformIO",
|
|
"defaults": {},
|
|
"funcname": "GetPlatformIO",
|
|
"location": "imgui:403",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetPlatformIO_Nil",
|
|
"ret": "ImGuiPlatformIO*",
|
|
"retref": "&",
|
|
"signature": "()",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igGetPlatformIO",
|
|
"defaults": {},
|
|
"funcname": "GetPlatformIO",
|
|
"location": "imgui_internal:3372",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetPlatformIO_ContextPtr",
|
|
"ret": "ImGuiPlatformIO*",
|
|
"retref": "&",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetPopupAllowedExtentRect": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igGetPopupAllowedExtentRect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "GetPopupAllowedExtentRect",
|
|
"location": "imgui_internal:3537",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetPopupAllowedExtentRect",
|
|
"ret": "ImRect_c",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetRoundedFontSize": [
|
|
{
|
|
"args": "(float size)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float size)",
|
|
"call_args": "(size)",
|
|
"call_args_old": "(size)",
|
|
"cimguiname": "igGetRoundedFontSize",
|
|
"defaults": {},
|
|
"funcname": "GetRoundedFontSize",
|
|
"location": "imgui_internal:3418",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetRoundedFontSize",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetScrollMaxX": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetScrollMaxX",
|
|
"defaults": {},
|
|
"funcname": "GetScrollMaxX",
|
|
"location": "imgui:505",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetScrollMaxX",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetScrollMaxY": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetScrollMaxY",
|
|
"defaults": {},
|
|
"funcname": "GetScrollMaxY",
|
|
"location": "imgui:506",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetScrollMaxY",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetScrollX": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetScrollX",
|
|
"defaults": {},
|
|
"funcname": "GetScrollX",
|
|
"location": "imgui:501",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetScrollX",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetScrollY": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetScrollY",
|
|
"defaults": {},
|
|
"funcname": "GetScrollY",
|
|
"location": "imgui:502",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetScrollY",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetShortcutRoutingData": [
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord)",
|
|
"call_args": "(key_chord)",
|
|
"call_args_old": "(key_chord)",
|
|
"cimguiname": "igGetShortcutRoutingData",
|
|
"defaults": {},
|
|
"funcname": "GetShortcutRoutingData",
|
|
"location": "imgui_internal:3666",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetShortcutRoutingData",
|
|
"ret": "ImGuiKeyRoutingData*",
|
|
"signature": "(ImGuiKeyChord)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetStateStorage": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetStateStorage",
|
|
"defaults": {},
|
|
"funcname": "GetStateStorage",
|
|
"location": "imgui:1072",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetStateStorage",
|
|
"ret": "ImGuiStorage*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetStyle": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetStyle",
|
|
"defaults": {},
|
|
"funcname": "GetStyle",
|
|
"location": "imgui:404",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetStyle",
|
|
"ret": "ImGuiStyle*",
|
|
"retref": "&",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetStyleColorName": [
|
|
{
|
|
"args": "(ImGuiCol idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiCol"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiCol idx)",
|
|
"call_args": "(idx)",
|
|
"call_args_old": "(idx)",
|
|
"cimguiname": "igGetStyleColorName",
|
|
"defaults": {},
|
|
"funcname": "GetStyleColorName",
|
|
"location": "imgui:1070",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetStyleColorName",
|
|
"ret": "const char*",
|
|
"signature": "(ImGuiCol)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetStyleColorVec4": [
|
|
{
|
|
"args": "(ImGuiCol idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiCol"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiCol idx)",
|
|
"call_args": "(idx)",
|
|
"call_args_old": "(idx)",
|
|
"cimguiname": "igGetStyleColorVec4",
|
|
"defaults": {},
|
|
"funcname": "GetStyleColorVec4",
|
|
"location": "imgui:560",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 2,
|
|
"ov_cimguiname": "igGetStyleColorVec4",
|
|
"ret": "const ImVec4_c*",
|
|
"retref": "&",
|
|
"signature": "(ImGuiCol)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetStyleVarInfo": [
|
|
{
|
|
"args": "(ImGuiStyleVar idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiStyleVar"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyleVar idx)",
|
|
"call_args": "(idx)",
|
|
"call_args_old": "(idx)",
|
|
"cimguiname": "igGetStyleVarInfo",
|
|
"defaults": {},
|
|
"funcname": "GetStyleVarInfo",
|
|
"location": "imgui_internal:3516",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetStyleVarInfo",
|
|
"ret": "const ImGuiStyleVarInfo*",
|
|
"signature": "(ImGuiStyleVar)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetTextLineHeight": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetTextLineHeight",
|
|
"defaults": {},
|
|
"funcname": "GetTextLineHeight",
|
|
"location": "imgui:594",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetTextLineHeight",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetTextLineHeightWithSpacing": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetTextLineHeightWithSpacing",
|
|
"defaults": {},
|
|
"funcname": "GetTextLineHeightWithSpacing",
|
|
"location": "imgui:595",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetTextLineHeightWithSpacing",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetTime": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetTime",
|
|
"defaults": {},
|
|
"funcname": "GetTime",
|
|
"location": "imgui:1067",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetTime",
|
|
"ret": "double",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetTopMostAndVisiblePopupModal": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetTopMostAndVisiblePopupModal",
|
|
"defaults": {},
|
|
"funcname": "GetTopMostAndVisiblePopupModal",
|
|
"location": "imgui_internal:3539",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetTopMostAndVisiblePopupModal",
|
|
"ret": "ImGuiWindow*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetTopMostPopupModal": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetTopMostPopupModal",
|
|
"defaults": {},
|
|
"funcname": "GetTopMostPopupModal",
|
|
"location": "imgui_internal:3538",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetTopMostPopupModal",
|
|
"ret": "ImGuiWindow*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetTreeNodeToLabelSpacing": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetTreeNodeToLabelSpacing",
|
|
"defaults": {},
|
|
"funcname": "GetTreeNodeToLabelSpacing",
|
|
"location": "imgui:761",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetTreeNodeToLabelSpacing",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetTypematicRepeatRate": [
|
|
{
|
|
"args": "(ImGuiInputFlags flags,float* repeat_delay,float* repeat_rate)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
},
|
|
{
|
|
"name": "repeat_delay",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "repeat_rate",
|
|
"type": "float*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiInputFlags flags,float* repeat_delay,float* repeat_rate)",
|
|
"call_args": "(flags,repeat_delay,repeat_rate)",
|
|
"call_args_old": "(flags,repeat_delay,repeat_rate)",
|
|
"cimguiname": "igGetTypematicRepeatRate",
|
|
"defaults": {},
|
|
"funcname": "GetTypematicRepeatRate",
|
|
"location": "imgui_internal:3611",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetTypematicRepeatRate",
|
|
"ret": "void",
|
|
"signature": "(ImGuiInputFlags,float*,float*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetTypingSelectRequest": [
|
|
{
|
|
"args": "(ImGuiTypingSelectFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTypingSelectFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTypingSelectFlags flags=ImGuiTypingSelectFlags_None)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "igGetTypingSelectRequest",
|
|
"defaults": {
|
|
"flags": "ImGuiTypingSelectFlags_None"
|
|
},
|
|
"funcname": "GetTypingSelectRequest",
|
|
"location": "imgui_internal:3747",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetTypingSelectRequest",
|
|
"ret": "ImGuiTypingSelectRequest*",
|
|
"signature": "(ImGuiTypingSelectFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetVersion": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetVersion",
|
|
"defaults": {},
|
|
"funcname": "GetVersion",
|
|
"location": "imgui:420",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetVersion",
|
|
"ret": "const char*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetViewportPlatformMonitor": [
|
|
{
|
|
"args": "(ImGuiViewport* viewport)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewport*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiViewport* viewport)",
|
|
"call_args": "(viewport)",
|
|
"call_args_old": "(viewport)",
|
|
"cimguiname": "igGetViewportPlatformMonitor",
|
|
"defaults": {},
|
|
"funcname": "GetViewportPlatformMonitor",
|
|
"location": "imgui_internal:3450",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetViewportPlatformMonitor",
|
|
"ret": "const ImGuiPlatformMonitor*",
|
|
"signature": "(ImGuiViewport*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowAlwaysWantOwnTabBar": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igGetWindowAlwaysWantOwnTabBar",
|
|
"defaults": {},
|
|
"funcname": "GetWindowAlwaysWantOwnTabBar",
|
|
"location": "imgui_internal:3693",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowAlwaysWantOwnTabBar",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowDockID": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowDockID",
|
|
"defaults": {},
|
|
"funcname": "GetWindowDockID",
|
|
"location": "imgui:984",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowDockID",
|
|
"ret": "ImGuiID",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowDockNode": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowDockNode",
|
|
"defaults": {},
|
|
"funcname": "GetWindowDockNode",
|
|
"location": "imgui_internal:3692",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowDockNode",
|
|
"ret": "ImGuiDockNode*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowDpiScale": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowDpiScale",
|
|
"defaults": {},
|
|
"funcname": "GetWindowDpiScale",
|
|
"location": "imgui:471",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowDpiScale",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowDrawList": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowDrawList",
|
|
"defaults": {},
|
|
"funcname": "GetWindowDrawList",
|
|
"location": "imgui:470",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowDrawList",
|
|
"ret": "ImDrawList*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowHeight": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowHeight",
|
|
"defaults": {},
|
|
"funcname": "GetWindowHeight",
|
|
"location": "imgui:475",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowHeight",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowPos": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowPos",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetWindowPos",
|
|
"location": "imgui:472",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetWindowPos",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowResizeBorderID": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiDir dir)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "dir",
|
|
"type": "ImGuiDir"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiDir dir)",
|
|
"call_args": "(window,dir)",
|
|
"call_args_old": "(window,dir)",
|
|
"cimguiname": "igGetWindowResizeBorderID",
|
|
"defaults": {},
|
|
"funcname": "GetWindowResizeBorderID",
|
|
"location": "imgui_internal:3910",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowResizeBorderID",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiWindow*,ImGuiDir)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowResizeCornerID": [
|
|
{
|
|
"args": "(ImGuiWindow* window,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,int n)",
|
|
"call_args": "(window,n)",
|
|
"call_args_old": "(window,n)",
|
|
"cimguiname": "igGetWindowResizeCornerID",
|
|
"defaults": {},
|
|
"funcname": "GetWindowResizeCornerID",
|
|
"location": "imgui_internal:3909",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowResizeCornerID",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiWindow*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowScrollbarID": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiAxis axis)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "axis",
|
|
"type": "ImGuiAxis"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiAxis axis)",
|
|
"call_args": "(window,axis)",
|
|
"call_args_old": "(window,axis)",
|
|
"cimguiname": "igGetWindowScrollbarID",
|
|
"defaults": {},
|
|
"funcname": "GetWindowScrollbarID",
|
|
"location": "imgui_internal:3908",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowScrollbarID",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiWindow*,ImGuiAxis)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowScrollbarRect": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiAxis axis)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "axis",
|
|
"type": "ImGuiAxis"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiAxis axis)",
|
|
"call_args": "(window,axis)",
|
|
"call_args_old": "(window,axis)",
|
|
"cimguiname": "igGetWindowScrollbarRect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "GetWindowScrollbarRect",
|
|
"location": "imgui_internal:3907",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetWindowScrollbarRect",
|
|
"ret": "ImRect_c",
|
|
"signature": "(ImGuiWindow*,ImGuiAxis)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowSize": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "GetWindowSize",
|
|
"location": "imgui:473",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igGetWindowSize",
|
|
"ret": "ImVec2_c",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowViewport": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowViewport",
|
|
"defaults": {},
|
|
"funcname": "GetWindowViewport",
|
|
"location": "imgui:476",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowViewport",
|
|
"ret": "ImGuiViewport*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igGetWindowWidth": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igGetWindowWidth",
|
|
"defaults": {},
|
|
"funcname": "GetWindowWidth",
|
|
"location": "imgui:474",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igGetWindowWidth",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImAbs": [
|
|
{
|
|
"args": "(int x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImAbs",
|
|
"defaults": {},
|
|
"funcname": "ImAbs",
|
|
"location": "imgui_internal:495",
|
|
"ov_cimguiname": "igImAbs_Int",
|
|
"ret": "int",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(float x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImAbs",
|
|
"defaults": {},
|
|
"funcname": "ImAbs",
|
|
"location": "imgui_internal:496",
|
|
"ov_cimguiname": "igImAbs_Float",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(double x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "double"
|
|
}
|
|
],
|
|
"argsoriginal": "(double x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImAbs",
|
|
"defaults": {},
|
|
"funcname": "ImAbs",
|
|
"location": "imgui_internal:497",
|
|
"ov_cimguiname": "igImAbs_double",
|
|
"ret": "double",
|
|
"signature": "(double)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImAlphaBlendColors": [
|
|
{
|
|
"args": "(ImU32 col_a,ImU32 col_b)",
|
|
"argsT": [
|
|
{
|
|
"name": "col_a",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "col_b",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32 col_a,ImU32 col_b)",
|
|
"call_args": "(col_a,col_b)",
|
|
"call_args_old": "(col_a,col_b)",
|
|
"cimguiname": "igImAlphaBlendColors",
|
|
"defaults": {},
|
|
"funcname": "ImAlphaBlendColors",
|
|
"location": "imgui_internal:389",
|
|
"ov_cimguiname": "igImAlphaBlendColors",
|
|
"ret": "ImU32",
|
|
"signature": "(ImU32,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBezierCubicCalc": [
|
|
{
|
|
"args": "(const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,const ImVec2_c p4,float t)",
|
|
"argsT": [
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "t",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,float t)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),ConvertToCPP_ImVec2(p4),t)",
|
|
"call_args_old": "(p1,p2,p3,p4,t)",
|
|
"cimguiname": "igImBezierCubicCalc",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImBezierCubicCalc",
|
|
"location": "imgui_internal:544",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImBezierCubicCalc",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBezierCubicClosestPoint": [
|
|
{
|
|
"args": "(const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,const ImVec2_c p4,const ImVec2_c p,int num_segments)",
|
|
"argsT": [
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "num_segments",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,const ImVec2& p,int num_segments)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),ConvertToCPP_ImVec2(p4),ConvertToCPP_ImVec2(p),num_segments)",
|
|
"call_args_old": "(p1,p2,p3,p4,p,num_segments)",
|
|
"cimguiname": "igImBezierCubicClosestPoint",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImBezierCubicClosestPoint",
|
|
"location": "imgui_internal:545",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImBezierCubicClosestPoint",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBezierCubicClosestPointCasteljau": [
|
|
{
|
|
"args": "(const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,const ImVec2_c p4,const ImVec2_c p,float tess_tol)",
|
|
"argsT": [
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p4",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "tess_tol",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,const ImVec2& p,float tess_tol)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),ConvertToCPP_ImVec2(p4),ConvertToCPP_ImVec2(p),tess_tol)",
|
|
"call_args_old": "(p1,p2,p3,p4,p,tess_tol)",
|
|
"cimguiname": "igImBezierCubicClosestPointCasteljau",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImBezierCubicClosestPointCasteljau",
|
|
"location": "imgui_internal:546",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImBezierCubicClosestPointCasteljau",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBezierQuadraticCalc": [
|
|
{
|
|
"args": "(const ImVec2_c p1,const ImVec2_c p2,const ImVec2_c p3,float t)",
|
|
"argsT": [
|
|
{
|
|
"name": "p1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p3",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "t",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,float t)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p1),ConvertToCPP_ImVec2(p2),ConvertToCPP_ImVec2(p3),t)",
|
|
"call_args_old": "(p1,p2,p3,t)",
|
|
"cimguiname": "igImBezierQuadraticCalc",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImBezierQuadraticCalc",
|
|
"location": "imgui_internal:547",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImBezierQuadraticCalc",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBitArrayClearAllBits": [
|
|
{
|
|
"args": "(ImU32* arr,int bitcount)",
|
|
"argsT": [
|
|
{
|
|
"name": "arr",
|
|
"type": "ImU32*"
|
|
},
|
|
{
|
|
"name": "bitcount",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32* arr,int bitcount)",
|
|
"call_args": "(arr,bitcount)",
|
|
"call_args_old": "(arr,bitcount)",
|
|
"cimguiname": "igImBitArrayClearAllBits",
|
|
"defaults": {},
|
|
"funcname": "ImBitArrayClearAllBits",
|
|
"location": "imgui_internal:626",
|
|
"ov_cimguiname": "igImBitArrayClearAllBits",
|
|
"ret": "void",
|
|
"signature": "(ImU32*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBitArrayClearBit": [
|
|
{
|
|
"args": "(ImU32* arr,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "arr",
|
|
"type": "ImU32*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32* arr,int n)",
|
|
"call_args": "(arr,n)",
|
|
"call_args_old": "(arr,n)",
|
|
"cimguiname": "igImBitArrayClearBit",
|
|
"defaults": {},
|
|
"funcname": "ImBitArrayClearBit",
|
|
"location": "imgui_internal:628",
|
|
"ov_cimguiname": "igImBitArrayClearBit",
|
|
"ret": "void",
|
|
"signature": "(ImU32*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBitArrayGetStorageSizeInBytes": [
|
|
{
|
|
"args": "(int bitcount)",
|
|
"argsT": [
|
|
{
|
|
"name": "bitcount",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int bitcount)",
|
|
"call_args": "(bitcount)",
|
|
"call_args_old": "(bitcount)",
|
|
"cimguiname": "igImBitArrayGetStorageSizeInBytes",
|
|
"defaults": {},
|
|
"funcname": "ImBitArrayGetStorageSizeInBytes",
|
|
"location": "imgui_internal:625",
|
|
"ov_cimguiname": "igImBitArrayGetStorageSizeInBytes",
|
|
"ret": "size_t",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBitArraySetBit": [
|
|
{
|
|
"args": "(ImU32* arr,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "arr",
|
|
"type": "ImU32*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32* arr,int n)",
|
|
"call_args": "(arr,n)",
|
|
"call_args_old": "(arr,n)",
|
|
"cimguiname": "igImBitArraySetBit",
|
|
"defaults": {},
|
|
"funcname": "ImBitArraySetBit",
|
|
"location": "imgui_internal:629",
|
|
"ov_cimguiname": "igImBitArraySetBit",
|
|
"ret": "void",
|
|
"signature": "(ImU32*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBitArraySetBitRange": [
|
|
{
|
|
"args": "(ImU32* arr,int n,int n2)",
|
|
"argsT": [
|
|
{
|
|
"name": "arr",
|
|
"type": "ImU32*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "n2",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU32* arr,int n,int n2)",
|
|
"call_args": "(arr,n,n2)",
|
|
"call_args_old": "(arr,n,n2)",
|
|
"cimguiname": "igImBitArraySetBitRange",
|
|
"defaults": {},
|
|
"funcname": "ImBitArraySetBitRange",
|
|
"location": "imgui_internal:630",
|
|
"ov_cimguiname": "igImBitArraySetBitRange",
|
|
"ret": "void",
|
|
"signature": "(ImU32*,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImBitArrayTestBit": [
|
|
{
|
|
"args": "(const ImU32* arr,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "arr",
|
|
"type": "const ImU32*"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImU32* arr,int n)",
|
|
"call_args": "(arr,n)",
|
|
"call_args_old": "(arr,n)",
|
|
"cimguiname": "igImBitArrayTestBit",
|
|
"defaults": {},
|
|
"funcname": "ImBitArrayTestBit",
|
|
"location": "imgui_internal:627",
|
|
"ov_cimguiname": "igImBitArrayTestBit",
|
|
"ret": "bool",
|
|
"signature": "(const ImU32*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImCharIsBlankA": [
|
|
{
|
|
"args": "(char c)",
|
|
"argsT": [
|
|
{
|
|
"name": "c",
|
|
"type": "char"
|
|
}
|
|
],
|
|
"argsoriginal": "(char c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "igImCharIsBlankA",
|
|
"defaults": {},
|
|
"funcname": "ImCharIsBlankA",
|
|
"location": "imgui_internal:415",
|
|
"ov_cimguiname": "igImCharIsBlankA",
|
|
"ret": "bool",
|
|
"signature": "(char)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImCharIsBlankW": [
|
|
{
|
|
"args": "(unsigned int c)",
|
|
"argsT": [
|
|
{
|
|
"name": "c",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"argsoriginal": "(unsigned int c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "igImCharIsBlankW",
|
|
"defaults": {},
|
|
"funcname": "ImCharIsBlankW",
|
|
"location": "imgui_internal:416",
|
|
"ov_cimguiname": "igImCharIsBlankW",
|
|
"ret": "bool",
|
|
"signature": "(unsigned int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImCharIsXdigitA": [
|
|
{
|
|
"args": "(char c)",
|
|
"argsT": [
|
|
{
|
|
"name": "c",
|
|
"type": "char"
|
|
}
|
|
],
|
|
"argsoriginal": "(char c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "igImCharIsXdigitA",
|
|
"defaults": {},
|
|
"funcname": "ImCharIsXdigitA",
|
|
"location": "imgui_internal:417",
|
|
"ov_cimguiname": "igImCharIsXdigitA",
|
|
"ret": "bool",
|
|
"signature": "(char)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImClamp": [
|
|
{
|
|
"args": "(const ImVec2_c v,const ImVec2_c mn,const ImVec2_c mx)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "mn",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "mx",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& v,const ImVec2&mn,const ImVec2&mx)",
|
|
"call_args": "(ConvertToCPP_ImVec2(v),ConvertToCPP_ImVec2(mn),ConvertToCPP_ImVec2(mx))",
|
|
"call_args_old": "(v,mn,mx)",
|
|
"cimguiname": "igImClamp",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImClamp",
|
|
"location": "imgui_internal:519",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImClamp",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImCountSetBits": [
|
|
{
|
|
"args": "(unsigned int v)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"argsoriginal": "(unsigned int v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "igImCountSetBits",
|
|
"defaults": {},
|
|
"funcname": "ImCountSetBits",
|
|
"location": "imgui_internal:395",
|
|
"ov_cimguiname": "igImCountSetBits",
|
|
"ret": "unsigned int",
|
|
"signature": "(unsigned int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImDot": [
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b))",
|
|
"call_args_old": "(a,b)",
|
|
"cimguiname": "igImDot",
|
|
"defaults": {},
|
|
"funcname": "ImDot",
|
|
"location": "imgui_internal:534",
|
|
"ov_cimguiname": "igImDot",
|
|
"ret": "float",
|
|
"signature": "(const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImExponentialMovingAverage": [
|
|
{
|
|
"args": "(float avg,float sample,int n)",
|
|
"argsT": [
|
|
{
|
|
"name": "avg",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "sample",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(float avg,float sample,int n)",
|
|
"call_args": "(avg,sample,n)",
|
|
"call_args_old": "(avg,sample,n)",
|
|
"cimguiname": "igImExponentialMovingAverage",
|
|
"defaults": {},
|
|
"funcname": "ImExponentialMovingAverage",
|
|
"location": "imgui_internal:540",
|
|
"ov_cimguiname": "igImExponentialMovingAverage",
|
|
"ret": "float",
|
|
"signature": "(float,float,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFileClose": [
|
|
{
|
|
"args": "(ImFileHandle file)",
|
|
"argsT": [
|
|
{
|
|
"name": "file",
|
|
"type": "ImFileHandle"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFileHandle file)",
|
|
"call_args": "(file)",
|
|
"call_args_old": "(file)",
|
|
"cimguiname": "igImFileClose",
|
|
"defaults": {},
|
|
"funcname": "ImFileClose",
|
|
"location": "imgui_internal:469",
|
|
"ov_cimguiname": "igImFileClose",
|
|
"ret": "bool",
|
|
"signature": "(ImFileHandle)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFileGetSize": [
|
|
{
|
|
"args": "(ImFileHandle file)",
|
|
"argsT": [
|
|
{
|
|
"name": "file",
|
|
"type": "ImFileHandle"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFileHandle file)",
|
|
"call_args": "(file)",
|
|
"call_args_old": "(file)",
|
|
"cimguiname": "igImFileGetSize",
|
|
"defaults": {},
|
|
"funcname": "ImFileGetSize",
|
|
"location": "imgui_internal:470",
|
|
"ov_cimguiname": "igImFileGetSize",
|
|
"ret": "ImU64",
|
|
"signature": "(ImFileHandle)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFileLoadToMemory": [
|
|
{
|
|
"args": "(const char* filename,const char* mode,size_t* out_file_size,int padding_bytes)",
|
|
"argsT": [
|
|
{
|
|
"name": "filename",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "mode",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "out_file_size",
|
|
"type": "size_t*"
|
|
},
|
|
{
|
|
"name": "padding_bytes",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* filename,const char* mode,size_t* out_file_size=((void*)0),int padding_bytes=0)",
|
|
"call_args": "(filename,mode,out_file_size,padding_bytes)",
|
|
"call_args_old": "(filename,mode,out_file_size,padding_bytes)",
|
|
"cimguiname": "igImFileLoadToMemory",
|
|
"defaults": {
|
|
"out_file_size": "NULL",
|
|
"padding_bytes": "0"
|
|
},
|
|
"funcname": "ImFileLoadToMemory",
|
|
"location": "imgui_internal:476",
|
|
"ov_cimguiname": "igImFileLoadToMemory",
|
|
"ret": "void*",
|
|
"signature": "(const char*,const char*,size_t*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFileOpen": [
|
|
{
|
|
"args": "(const char* filename,const char* mode)",
|
|
"argsT": [
|
|
{
|
|
"name": "filename",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "mode",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* filename,const char* mode)",
|
|
"call_args": "(filename,mode)",
|
|
"call_args_old": "(filename,mode)",
|
|
"cimguiname": "igImFileOpen",
|
|
"defaults": {},
|
|
"funcname": "ImFileOpen",
|
|
"location": "imgui_internal:468",
|
|
"ov_cimguiname": "igImFileOpen",
|
|
"ret": "ImFileHandle",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFileRead": [
|
|
{
|
|
"args": "(void* data,ImU64 size,ImU64 count,ImFileHandle file)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "ImU64"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "ImU64"
|
|
},
|
|
{
|
|
"name": "file",
|
|
"type": "ImFileHandle"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* data,ImU64 size,ImU64 count,ImFileHandle file)",
|
|
"call_args": "(data,size,count,file)",
|
|
"call_args_old": "(data,size,count,file)",
|
|
"cimguiname": "igImFileRead",
|
|
"defaults": {},
|
|
"funcname": "ImFileRead",
|
|
"location": "imgui_internal:471",
|
|
"ov_cimguiname": "igImFileRead",
|
|
"ret": "ImU64",
|
|
"signature": "(void*,ImU64,ImU64,ImFileHandle)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFileWrite": [
|
|
{
|
|
"args": "(const void* data,ImU64 size,ImU64 count,ImFileHandle file)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "ImU64"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "ImU64"
|
|
},
|
|
{
|
|
"name": "file",
|
|
"type": "ImFileHandle"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* data,ImU64 size,ImU64 count,ImFileHandle file)",
|
|
"call_args": "(data,size,count,file)",
|
|
"call_args_old": "(data,size,count,file)",
|
|
"cimguiname": "igImFileWrite",
|
|
"defaults": {},
|
|
"funcname": "ImFileWrite",
|
|
"location": "imgui_internal:472",
|
|
"ov_cimguiname": "igImFileWrite",
|
|
"ret": "ImU64",
|
|
"signature": "(const void*,ImU64,ImU64,ImFileHandle)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFloor": [
|
|
{
|
|
"args": "(float f)",
|
|
"argsT": [
|
|
{
|
|
"name": "f",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float f)",
|
|
"call_args": "(f)",
|
|
"call_args_old": "(f)",
|
|
"cimguiname": "igImFloor",
|
|
"defaults": {},
|
|
"funcname": "ImFloor",
|
|
"location": "imgui_internal:529",
|
|
"ov_cimguiname": "igImFloor_Float",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImVec2_c v)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& v)",
|
|
"call_args": "(ConvertToCPP_ImVec2(v))",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "igImFloor",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImFloor",
|
|
"location": "imgui_internal:530",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImFloor_Vec2",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasAddDrawListSharedData": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImDrawListSharedData* data)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "ImDrawListSharedData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImDrawListSharedData* data)",
|
|
"call_args": "(atlas,data)",
|
|
"call_args_old": "(atlas,data)",
|
|
"cimguiname": "igImFontAtlasAddDrawListSharedData",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasAddDrawListSharedData",
|
|
"location": "imgui_internal:4207",
|
|
"ov_cimguiname": "igImFontAtlasAddDrawListSharedData",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImDrawListSharedData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedAdd": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font,float font_size,float font_rasterizer_density,ImGuiID baked_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "font_size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "font_rasterizer_density",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "baked_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font,float font_size,float font_rasterizer_density,ImGuiID baked_id)",
|
|
"call_args": "(atlas,font,font_size,font_rasterizer_density,baked_id)",
|
|
"call_args_old": "(atlas,font,font_size,font_rasterizer_density,baked_id)",
|
|
"cimguiname": "igImFontAtlasBakedAdd",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedAdd",
|
|
"location": "imgui_internal:4193",
|
|
"ov_cimguiname": "igImFontAtlasBakedAdd",
|
|
"ret": "ImFontBaked*",
|
|
"signature": "(ImFontAtlas*,ImFont*,float,float,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedAddFontGlyph": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFontBaked* baked,ImFontConfig* src,const ImFontGlyph* in_glyph)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "baked",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "src",
|
|
"type": "ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "in_glyph",
|
|
"type": "const ImFontGlyph*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFontBaked* baked,ImFontConfig* src,const ImFontGlyph* in_glyph)",
|
|
"call_args": "(atlas,baked,src,in_glyph)",
|
|
"call_args_old": "(atlas,baked,src,in_glyph)",
|
|
"cimguiname": "igImFontAtlasBakedAddFontGlyph",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedAddFontGlyph",
|
|
"location": "imgui_internal:4195",
|
|
"ov_cimguiname": "igImFontAtlasBakedAddFontGlyph",
|
|
"ret": "ImFontGlyph*",
|
|
"signature": "(ImFontAtlas*,ImFontBaked*,ImFontConfig*,const ImFontGlyph*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedAddFontGlyphAdvancedX": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFontBaked* baked,ImFontConfig* src,ImWchar codepoint,float advance_x)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "baked",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "src",
|
|
"type": "ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "codepoint",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "advance_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFontBaked* baked,ImFontConfig* src,ImWchar codepoint,float advance_x)",
|
|
"call_args": "(atlas,baked,src,codepoint,advance_x)",
|
|
"call_args_old": "(atlas,baked,src,codepoint,advance_x)",
|
|
"cimguiname": "igImFontAtlasBakedAddFontGlyphAdvancedX",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedAddFontGlyphAdvancedX",
|
|
"location": "imgui_internal:4196",
|
|
"ov_cimguiname": "igImFontAtlasBakedAddFontGlyphAdvancedX",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFontBaked*,ImFontConfig*,ImWchar,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedDiscard": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font,ImFontBaked* baked)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "baked",
|
|
"type": "ImFontBaked*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font,ImFontBaked* baked)",
|
|
"call_args": "(atlas,font,baked)",
|
|
"call_args_old": "(atlas,font,baked)",
|
|
"cimguiname": "igImFontAtlasBakedDiscard",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedDiscard",
|
|
"location": "imgui_internal:4194",
|
|
"ov_cimguiname": "igImFontAtlasBakedDiscard",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFont*,ImFontBaked*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedDiscardFontGlyph": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font,ImFontBaked* baked,ImFontGlyph* glyph)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "baked",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "glyph",
|
|
"type": "ImFontGlyph*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font,ImFontBaked* baked,ImFontGlyph* glyph)",
|
|
"call_args": "(atlas,font,baked,glyph)",
|
|
"call_args_old": "(atlas,font,baked,glyph)",
|
|
"cimguiname": "igImFontAtlasBakedDiscardFontGlyph",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedDiscardFontGlyph",
|
|
"location": "imgui_internal:4197",
|
|
"ov_cimguiname": "igImFontAtlasBakedDiscardFontGlyph",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFont*,ImFontBaked*,ImFontGlyph*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedGetClosestMatch": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font,float font_size,float font_rasterizer_density)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "font_size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "font_rasterizer_density",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font,float font_size,float font_rasterizer_density)",
|
|
"call_args": "(atlas,font,font_size,font_rasterizer_density)",
|
|
"call_args_old": "(atlas,font,font_size,font_rasterizer_density)",
|
|
"cimguiname": "igImFontAtlasBakedGetClosestMatch",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedGetClosestMatch",
|
|
"location": "imgui_internal:4192",
|
|
"ov_cimguiname": "igImFontAtlasBakedGetClosestMatch",
|
|
"ret": "ImFontBaked*",
|
|
"signature": "(ImFontAtlas*,ImFont*,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedGetId": [
|
|
{
|
|
"args": "(ImGuiID font_id,float baked_size,float rasterizer_density)",
|
|
"argsT": [
|
|
{
|
|
"name": "font_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "baked_size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "rasterizer_density",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID font_id,float baked_size,float rasterizer_density)",
|
|
"call_args": "(font_id,baked_size,rasterizer_density)",
|
|
"call_args_old": "(font_id,baked_size,rasterizer_density)",
|
|
"cimguiname": "igImFontAtlasBakedGetId",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedGetId",
|
|
"location": "imgui_internal:4190",
|
|
"ov_cimguiname": "igImFontAtlasBakedGetId",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiID,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedGetOrAdd": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font,float font_size,float font_rasterizer_density)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "font_size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "font_rasterizer_density",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font,float font_size,float font_rasterizer_density)",
|
|
"call_args": "(atlas,font,font_size,font_rasterizer_density)",
|
|
"call_args_old": "(atlas,font,font_size,font_rasterizer_density)",
|
|
"cimguiname": "igImFontAtlasBakedGetOrAdd",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedGetOrAdd",
|
|
"location": "imgui_internal:4191",
|
|
"ov_cimguiname": "igImFontAtlasBakedGetOrAdd",
|
|
"ret": "ImFontBaked*",
|
|
"signature": "(ImFontAtlas*,ImFont*,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBakedSetFontGlyphBitmap": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFontBaked* baked,ImFontConfig* src,ImFontGlyph* glyph,ImTextureRect* r,const unsigned char* src_pixels,ImTextureFormat src_fmt,int src_pitch)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "baked",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "src",
|
|
"type": "ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "glyph",
|
|
"type": "ImFontGlyph*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"type": "ImTextureRect*"
|
|
},
|
|
{
|
|
"name": "src_pixels",
|
|
"type": "const unsigned char*"
|
|
},
|
|
{
|
|
"name": "src_fmt",
|
|
"type": "ImTextureFormat"
|
|
},
|
|
{
|
|
"name": "src_pitch",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFontBaked* baked,ImFontConfig* src,ImFontGlyph* glyph,ImTextureRect* r,const unsigned char* src_pixels,ImTextureFormat src_fmt,int src_pitch)",
|
|
"call_args": "(atlas,baked,src,glyph,r,src_pixels,src_fmt,src_pitch)",
|
|
"call_args_old": "(atlas,baked,src,glyph,r,src_pixels,src_fmt,src_pitch)",
|
|
"cimguiname": "igImFontAtlasBakedSetFontGlyphBitmap",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBakedSetFontGlyphBitmap",
|
|
"location": "imgui_internal:4198",
|
|
"ov_cimguiname": "igImFontAtlasBakedSetFontGlyphBitmap",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFontBaked*,ImFontConfig*,ImFontGlyph*,ImTextureRect*,const unsigned char*,ImTextureFormat,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildClear": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasBuildClear",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildClear",
|
|
"location": "imgui_internal:4169",
|
|
"ov_cimguiname": "igImFontAtlasBuildClear",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildDestroy": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasBuildDestroy",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildDestroy",
|
|
"location": "imgui_internal:4163",
|
|
"ov_cimguiname": "igImFontAtlasBuildDestroy",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildDiscardBakes": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,int unused_frames)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "unused_frames",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,int unused_frames)",
|
|
"call_args": "(atlas,unused_frames)",
|
|
"call_args_old": "(atlas,unused_frames)",
|
|
"cimguiname": "igImFontAtlasBuildDiscardBakes",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildDiscardBakes",
|
|
"location": "imgui_internal:4181",
|
|
"ov_cimguiname": "igImFontAtlasBuildDiscardBakes",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildGetOversampleFactors": [
|
|
{
|
|
"args": "(ImFontConfig* src,ImFontBaked* baked,int* out_oversample_h,int* out_oversample_v)",
|
|
"argsT": [
|
|
{
|
|
"name": "src",
|
|
"type": "ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "baked",
|
|
"type": "ImFontBaked*"
|
|
},
|
|
{
|
|
"name": "out_oversample_h",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "out_oversample_v",
|
|
"type": "int*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontConfig* src,ImFontBaked* baked,int* out_oversample_h,int* out_oversample_v)",
|
|
"call_args": "(src,baked,out_oversample_h,out_oversample_v)",
|
|
"call_args_old": "(src,baked,out_oversample_h,out_oversample_v)",
|
|
"cimguiname": "igImFontAtlasBuildGetOversampleFactors",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildGetOversampleFactors",
|
|
"location": "imgui_internal:4180",
|
|
"ov_cimguiname": "igImFontAtlasBuildGetOversampleFactors",
|
|
"ret": "void",
|
|
"signature": "(ImFontConfig*,ImFontBaked*,int*,int*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildInit": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasBuildInit",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildInit",
|
|
"location": "imgui_internal:4162",
|
|
"ov_cimguiname": "igImFontAtlasBuildInit",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildLegacyPreloadAllGlyphRanges": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasBuildLegacyPreloadAllGlyphRanges",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildLegacyPreloadAllGlyphRanges",
|
|
"location": "imgui_internal:4179",
|
|
"ov_cimguiname": "igImFontAtlasBuildLegacyPreloadAllGlyphRanges",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildMain": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasBuildMain",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildMain",
|
|
"location": "imgui_internal:4164",
|
|
"ov_cimguiname": "igImFontAtlasBuildMain",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildNotifySetFont": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* old_font,ImFont* new_font)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "old_font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "new_font",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* old_font,ImFont* new_font)",
|
|
"call_args": "(atlas,old_font,new_font)",
|
|
"call_args_old": "(atlas,old_font,new_font)",
|
|
"cimguiname": "igImFontAtlasBuildNotifySetFont",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildNotifySetFont",
|
|
"location": "imgui_internal:4166",
|
|
"ov_cimguiname": "igImFontAtlasBuildNotifySetFont",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFont*,ImFont*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildRenderBitmapFromString": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,int x,int y,int w,int h,const char* in_str,char in_marker_char)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "x",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "in_str",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_marker_char",
|
|
"type": "char"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,int x,int y,int w,int h,const char* in_str,char in_marker_char)",
|
|
"call_args": "(atlas,x,y,w,h,in_str,in_marker_char)",
|
|
"call_args_old": "(atlas,x,y,w,h,in_str,in_marker_char)",
|
|
"cimguiname": "igImFontAtlasBuildRenderBitmapFromString",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildRenderBitmapFromString",
|
|
"location": "imgui_internal:4168",
|
|
"ov_cimguiname": "igImFontAtlasBuildRenderBitmapFromString",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,int,int,int,int,const char*,char)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildSetupFontLoader": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,const ImFontLoader* font_loader)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font_loader",
|
|
"type": "const ImFontLoader*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,const ImFontLoader* font_loader)",
|
|
"call_args": "(atlas,font_loader)",
|
|
"call_args_old": "(atlas,font_loader)",
|
|
"cimguiname": "igImFontAtlasBuildSetupFontLoader",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildSetupFontLoader",
|
|
"location": "imgui_internal:4165",
|
|
"ov_cimguiname": "igImFontAtlasBuildSetupFontLoader",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,const ImFontLoader*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildSetupFontSpecialGlyphs": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font,ImFontConfig* src)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "src",
|
|
"type": "ImFontConfig*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font,ImFontConfig* src)",
|
|
"call_args": "(atlas,font,src)",
|
|
"call_args_old": "(atlas,font,src)",
|
|
"cimguiname": "igImFontAtlasBuildSetupFontSpecialGlyphs",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildSetupFontSpecialGlyphs",
|
|
"location": "imgui_internal:4178",
|
|
"ov_cimguiname": "igImFontAtlasBuildSetupFontSpecialGlyphs",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFont*,ImFontConfig*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasBuildUpdatePointers": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasBuildUpdatePointers",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasBuildUpdatePointers",
|
|
"location": "imgui_internal:4167",
|
|
"ov_cimguiname": "igImFontAtlasBuildUpdatePointers",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasDebugLogTextureRequests": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasDebugLogTextureRequests",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasDebugLogTextureRequests",
|
|
"location": "imgui_internal:4224",
|
|
"ov_cimguiname": "igImFontAtlasDebugLogTextureRequests",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasFontDestroyOutput": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font)",
|
|
"call_args": "(atlas,font)",
|
|
"call_args_old": "(atlas,font)",
|
|
"cimguiname": "igImFontAtlasFontDestroyOutput",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasFontDestroyOutput",
|
|
"location": "imgui_internal:4187",
|
|
"ov_cimguiname": "igImFontAtlasFontDestroyOutput",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFont*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasFontDestroySourceData": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFontConfig* src)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "src",
|
|
"type": "ImFontConfig*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFontConfig* src)",
|
|
"call_args": "(atlas,src)",
|
|
"call_args_old": "(atlas,src)",
|
|
"cimguiname": "igImFontAtlasFontDestroySourceData",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasFontDestroySourceData",
|
|
"location": "imgui_internal:4185",
|
|
"ov_cimguiname": "igImFontAtlasFontDestroySourceData",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFontConfig*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasFontDiscardBakes": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font,int unused_frames)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "unused_frames",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font,int unused_frames)",
|
|
"call_args": "(atlas,font,unused_frames)",
|
|
"call_args_old": "(atlas,font,unused_frames)",
|
|
"cimguiname": "igImFontAtlasFontDiscardBakes",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasFontDiscardBakes",
|
|
"location": "imgui_internal:4188",
|
|
"ov_cimguiname": "igImFontAtlasFontDiscardBakes",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFont*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasFontInitOutput": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font)",
|
|
"call_args": "(atlas,font)",
|
|
"call_args_old": "(atlas,font)",
|
|
"cimguiname": "igImFontAtlasFontInitOutput",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasFontInitOutput",
|
|
"location": "imgui_internal:4186",
|
|
"ov_cimguiname": "igImFontAtlasFontInitOutput",
|
|
"ret": "bool",
|
|
"signature": "(ImFontAtlas*,ImFont*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasFontSourceAddToFont": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFont* font,ImFontConfig* src)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "src",
|
|
"type": "ImFontConfig*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFont* font,ImFontConfig* src)",
|
|
"call_args": "(atlas,font,src)",
|
|
"call_args_old": "(atlas,font,src)",
|
|
"cimguiname": "igImFontAtlasFontSourceAddToFont",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasFontSourceAddToFont",
|
|
"location": "imgui_internal:4184",
|
|
"ov_cimguiname": "igImFontAtlasFontSourceAddToFont",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFont*,ImFontConfig*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasFontSourceInit": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFontConfig* src)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "src",
|
|
"type": "ImFontConfig*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFontConfig* src)",
|
|
"call_args": "(atlas,src)",
|
|
"call_args_old": "(atlas,src)",
|
|
"cimguiname": "igImFontAtlasFontSourceInit",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasFontSourceInit",
|
|
"location": "imgui_internal:4183",
|
|
"ov_cimguiname": "igImFontAtlasFontSourceInit",
|
|
"ret": "bool",
|
|
"signature": "(ImFontAtlas*,ImFontConfig*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasGetFontLoaderForStbTruetype": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igImFontAtlasGetFontLoaderForStbTruetype",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasGetFontLoaderForStbTruetype",
|
|
"location": "imgui_internal:4066",
|
|
"ov_cimguiname": "igImFontAtlasGetFontLoaderForStbTruetype",
|
|
"ret": "const ImFontLoader*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasGetMouseCursorTexData": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImGuiMouseCursor cursor_type,ImVec2_c* out_offset,ImVec2_c* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2])",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "cursor_type",
|
|
"type": "ImGuiMouseCursor"
|
|
},
|
|
{
|
|
"name": "out_offset",
|
|
"type": "ImVec2*"
|
|
},
|
|
{
|
|
"name": "out_size",
|
|
"type": "ImVec2*"
|
|
},
|
|
{
|
|
"name": "out_uv_border",
|
|
"type": "ImVec2[2]"
|
|
},
|
|
{
|
|
"name": "out_uv_fill",
|
|
"type": "ImVec2[2]"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImGuiMouseCursor cursor_type,ImVec2* out_offset,ImVec2* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2])",
|
|
"call_args": "(atlas,cursor_type,reinterpret_cast<ImVec2*>(out_offset),reinterpret_cast<ImVec2*>(out_size),out_uv_border,out_uv_fill)",
|
|
"call_args_old": "(atlas,cursor_type,out_offset,out_size,out_uv_border,out_uv_fill)",
|
|
"cimguiname": "igImFontAtlasGetMouseCursorTexData",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasGetMouseCursorTexData",
|
|
"location": "imgui_internal:4227",
|
|
"ov_cimguiname": "igImFontAtlasGetMouseCursorTexData",
|
|
"ret": "bool",
|
|
"signature": "(ImFontAtlas*,ImGuiMouseCursor,ImVec2*,ImVec2*,ImVec2[2],ImVec2[2])",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasPackAddRect": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,int w,int h,ImFontAtlasRectEntry* overwrite_entry)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "overwrite_entry",
|
|
"type": "ImFontAtlasRectEntry*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,int w,int h,ImFontAtlasRectEntry* overwrite_entry=((void*)0))",
|
|
"call_args": "(atlas,w,h,overwrite_entry)",
|
|
"call_args_old": "(atlas,w,h,overwrite_entry)",
|
|
"cimguiname": "igImFontAtlasPackAddRect",
|
|
"defaults": {
|
|
"overwrite_entry": "NULL"
|
|
},
|
|
"funcname": "ImFontAtlasPackAddRect",
|
|
"location": "imgui_internal:4201",
|
|
"ov_cimguiname": "igImFontAtlasPackAddRect",
|
|
"ret": "ImFontAtlasRectId",
|
|
"signature": "(ImFontAtlas*,int,int,ImFontAtlasRectEntry*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasPackDiscardRect": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFontAtlasRectId id)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImFontAtlasRectId"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFontAtlasRectId id)",
|
|
"call_args": "(atlas,id)",
|
|
"call_args_old": "(atlas,id)",
|
|
"cimguiname": "igImFontAtlasPackDiscardRect",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasPackDiscardRect",
|
|
"location": "imgui_internal:4204",
|
|
"ov_cimguiname": "igImFontAtlasPackDiscardRect",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImFontAtlasRectId)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasPackGetRect": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFontAtlasRectId id)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImFontAtlasRectId"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFontAtlasRectId id)",
|
|
"call_args": "(atlas,id)",
|
|
"call_args_old": "(atlas,id)",
|
|
"cimguiname": "igImFontAtlasPackGetRect",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasPackGetRect",
|
|
"location": "imgui_internal:4202",
|
|
"ov_cimguiname": "igImFontAtlasPackGetRect",
|
|
"ret": "ImTextureRect*",
|
|
"signature": "(ImFontAtlas*,ImFontAtlasRectId)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasPackGetRectSafe": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImFontAtlasRectId id)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImFontAtlasRectId"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImFontAtlasRectId id)",
|
|
"call_args": "(atlas,id)",
|
|
"call_args_old": "(atlas,id)",
|
|
"cimguiname": "igImFontAtlasPackGetRectSafe",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasPackGetRectSafe",
|
|
"location": "imgui_internal:4203",
|
|
"ov_cimguiname": "igImFontAtlasPackGetRectSafe",
|
|
"ret": "ImTextureRect*",
|
|
"signature": "(ImFontAtlas*,ImFontAtlasRectId)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasPackInit": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasPackInit",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasPackInit",
|
|
"location": "imgui_internal:4200",
|
|
"ov_cimguiname": "igImFontAtlasPackInit",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasRectId_GetGeneration": [
|
|
{
|
|
"args": "(ImFontAtlasRectId id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImFontAtlasRectId"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlasRectId id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igImFontAtlasRectId_GetGeneration",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasRectId_GetGeneration",
|
|
"location": "imgui_internal:4089",
|
|
"ov_cimguiname": "igImFontAtlasRectId_GetGeneration",
|
|
"ret": "unsigned int",
|
|
"signature": "(ImFontAtlasRectId)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasRectId_GetIndex": [
|
|
{
|
|
"args": "(ImFontAtlasRectId id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImFontAtlasRectId"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlasRectId id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igImFontAtlasRectId_GetIndex",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasRectId_GetIndex",
|
|
"location": "imgui_internal:4088",
|
|
"ov_cimguiname": "igImFontAtlasRectId_GetIndex",
|
|
"ret": "int",
|
|
"signature": "(ImFontAtlasRectId)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasRectId_Make": [
|
|
{
|
|
"args": "(int index_idx,int gen_idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "index_idx",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "gen_idx",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int index_idx,int gen_idx)",
|
|
"call_args": "(index_idx,gen_idx)",
|
|
"call_args_old": "(index_idx,gen_idx)",
|
|
"cimguiname": "igImFontAtlasRectId_Make",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasRectId_Make",
|
|
"location": "imgui_internal:4090",
|
|
"ov_cimguiname": "igImFontAtlasRectId_Make",
|
|
"ret": "ImFontAtlasRectId",
|
|
"signature": "(int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasRemoveDrawListSharedData": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImDrawListSharedData* data)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "ImDrawListSharedData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImDrawListSharedData* data)",
|
|
"call_args": "(atlas,data)",
|
|
"call_args_old": "(atlas,data)",
|
|
"cimguiname": "igImFontAtlasRemoveDrawListSharedData",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasRemoveDrawListSharedData",
|
|
"location": "imgui_internal:4208",
|
|
"ov_cimguiname": "igImFontAtlasRemoveDrawListSharedData",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImDrawListSharedData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureAdd": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,int w,int h)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,int w,int h)",
|
|
"call_args": "(atlas,w,h)",
|
|
"call_args_old": "(atlas,w,h)",
|
|
"cimguiname": "igImFontAtlasTextureAdd",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureAdd",
|
|
"location": "imgui_internal:4171",
|
|
"ov_cimguiname": "igImFontAtlasTextureAdd",
|
|
"ret": "ImTextureData*",
|
|
"signature": "(ImFontAtlas*,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureBlockConvert": [
|
|
{
|
|
"args": "(const unsigned char* src_pixels,ImTextureFormat src_fmt,int src_pitch,unsigned char* dst_pixels,ImTextureFormat dst_fmt,int dst_pitch,int w,int h)",
|
|
"argsT": [
|
|
{
|
|
"name": "src_pixels",
|
|
"type": "const unsigned char*"
|
|
},
|
|
{
|
|
"name": "src_fmt",
|
|
"type": "ImTextureFormat"
|
|
},
|
|
{
|
|
"name": "src_pitch",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "dst_pixels",
|
|
"type": "unsigned char*"
|
|
},
|
|
{
|
|
"name": "dst_fmt",
|
|
"type": "ImTextureFormat"
|
|
},
|
|
{
|
|
"name": "dst_pitch",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const unsigned char* src_pixels,ImTextureFormat src_fmt,int src_pitch,unsigned char* dst_pixels,ImTextureFormat dst_fmt,int dst_pitch,int w,int h)",
|
|
"call_args": "(src_pixels,src_fmt,src_pitch,dst_pixels,dst_fmt,dst_pitch,w,h)",
|
|
"call_args_old": "(src_pixels,src_fmt,src_pitch,dst_pixels,dst_fmt,dst_pitch,w,h)",
|
|
"cimguiname": "igImFontAtlasTextureBlockConvert",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureBlockConvert",
|
|
"location": "imgui_internal:4212",
|
|
"ov_cimguiname": "igImFontAtlasTextureBlockConvert",
|
|
"ret": "void",
|
|
"signature": "(const unsigned char*,ImTextureFormat,int,unsigned char*,ImTextureFormat,int,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureBlockCopy": [
|
|
{
|
|
"args": "(ImTextureData* src_tex,int src_x,int src_y,ImTextureData* dst_tex,int dst_x,int dst_y,int w,int h)",
|
|
"argsT": [
|
|
{
|
|
"name": "src_tex",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "src_x",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "src_y",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "dst_tex",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "dst_x",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "dst_y",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureData* src_tex,int src_x,int src_y,ImTextureData* dst_tex,int dst_x,int dst_y,int w,int h)",
|
|
"call_args": "(src_tex,src_x,src_y,dst_tex,dst_x,dst_y,w,h)",
|
|
"call_args_old": "(src_tex,src_x,src_y,dst_tex,dst_x,dst_y,w,h)",
|
|
"cimguiname": "igImFontAtlasTextureBlockCopy",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureBlockCopy",
|
|
"location": "imgui_internal:4216",
|
|
"ov_cimguiname": "igImFontAtlasTextureBlockCopy",
|
|
"ret": "void",
|
|
"signature": "(ImTextureData*,int,int,ImTextureData*,int,int,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureBlockFill": [
|
|
{
|
|
"args": "(ImTextureData* dst_tex,int dst_x,int dst_y,int w,int h,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "dst_tex",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "dst_x",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "dst_y",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureData* dst_tex,int dst_x,int dst_y,int w,int h,ImU32 col)",
|
|
"call_args": "(dst_tex,dst_x,dst_y,w,h,col)",
|
|
"call_args_old": "(dst_tex,dst_x,dst_y,w,h,col)",
|
|
"cimguiname": "igImFontAtlasTextureBlockFill",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureBlockFill",
|
|
"location": "imgui_internal:4215",
|
|
"ov_cimguiname": "igImFontAtlasTextureBlockFill",
|
|
"ret": "void",
|
|
"signature": "(ImTextureData*,int,int,int,int,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureBlockPostProcess": [
|
|
{
|
|
"args": "(ImFontAtlasPostProcessData* data)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "ImFontAtlasPostProcessData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlasPostProcessData* data)",
|
|
"call_args": "(data)",
|
|
"call_args_old": "(data)",
|
|
"cimguiname": "igImFontAtlasTextureBlockPostProcess",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureBlockPostProcess",
|
|
"location": "imgui_internal:4213",
|
|
"ov_cimguiname": "igImFontAtlasTextureBlockPostProcess",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlasPostProcessData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureBlockPostProcessMultiply": [
|
|
{
|
|
"args": "(ImFontAtlasPostProcessData* data,float multiply_factor)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "ImFontAtlasPostProcessData*"
|
|
},
|
|
{
|
|
"name": "multiply_factor",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlasPostProcessData* data,float multiply_factor)",
|
|
"call_args": "(data,multiply_factor)",
|
|
"call_args_old": "(data,multiply_factor)",
|
|
"cimguiname": "igImFontAtlasTextureBlockPostProcessMultiply",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureBlockPostProcessMultiply",
|
|
"location": "imgui_internal:4214",
|
|
"ov_cimguiname": "igImFontAtlasTextureBlockPostProcessMultiply",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlasPostProcessData*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureBlockQueueUpload": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImTextureData* tex,int x,int y,int w,int h)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "tex",
|
|
"type": "ImTextureData*"
|
|
},
|
|
{
|
|
"name": "x",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImTextureData* tex,int x,int y,int w,int h)",
|
|
"call_args": "(atlas,tex,x,y,w,h)",
|
|
"call_args_old": "(atlas,tex,x,y,w,h)",
|
|
"cimguiname": "igImFontAtlasTextureBlockQueueUpload",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureBlockQueueUpload",
|
|
"location": "imgui_internal:4217",
|
|
"ov_cimguiname": "igImFontAtlasTextureBlockQueueUpload",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImTextureData*,int,int,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureCompact": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasTextureCompact",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureCompact",
|
|
"location": "imgui_internal:4175",
|
|
"ov_cimguiname": "igImFontAtlasTextureCompact",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureGetSizeEstimate": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasTextureGetSizeEstimate",
|
|
"conv": "ImVec2i",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureGetSizeEstimate",
|
|
"location": "imgui_internal:4176",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImFontAtlasTextureGetSizeEstimate",
|
|
"ret": "ImVec2i_c",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureGrow": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,int old_w,int old_h)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "old_w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "old_h",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,int old_w=-1,int old_h=-1)",
|
|
"call_args": "(atlas,old_w,old_h)",
|
|
"call_args_old": "(atlas,old_w,old_h)",
|
|
"cimguiname": "igImFontAtlasTextureGrow",
|
|
"defaults": {
|
|
"old_h": "-1",
|
|
"old_w": "-1"
|
|
},
|
|
"funcname": "ImFontAtlasTextureGrow",
|
|
"location": "imgui_internal:4174",
|
|
"ov_cimguiname": "igImFontAtlasTextureGrow",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureMakeSpace": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasTextureMakeSpace",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureMakeSpace",
|
|
"location": "imgui_internal:4172",
|
|
"ov_cimguiname": "igImFontAtlasTextureMakeSpace",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasTextureRepack": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,int w,int h)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "h",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,int w,int h)",
|
|
"call_args": "(atlas,w,h)",
|
|
"call_args_old": "(atlas,w,h)",
|
|
"cimguiname": "igImFontAtlasTextureRepack",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasTextureRepack",
|
|
"location": "imgui_internal:4173",
|
|
"ov_cimguiname": "igImFontAtlasTextureRepack",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasUpdateDrawListsSharedData": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igImFontAtlasUpdateDrawListsSharedData",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasUpdateDrawListsSharedData",
|
|
"location": "imgui_internal:4210",
|
|
"ov_cimguiname": "igImFontAtlasUpdateDrawListsSharedData",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasUpdateDrawListsTextures": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,ImTextureRef_c old_tex,ImTextureRef_c new_tex)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "old_tex",
|
|
"type": "ImTextureRef"
|
|
},
|
|
{
|
|
"name": "new_tex",
|
|
"type": "ImTextureRef"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,ImTextureRef old_tex,ImTextureRef new_tex)",
|
|
"call_args": "(atlas,ConvertToCPP_ImTextureRef(old_tex),ConvertToCPP_ImTextureRef(new_tex))",
|
|
"call_args_old": "(atlas,old_tex,new_tex)",
|
|
"cimguiname": "igImFontAtlasUpdateDrawListsTextures",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasUpdateDrawListsTextures",
|
|
"location": "imgui_internal:4209",
|
|
"ov_cimguiname": "igImFontAtlasUpdateDrawListsTextures",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,ImTextureRef,ImTextureRef)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontAtlasUpdateNewFrame": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas,int frame_count,bool renderer_has_textures)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "frame_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "renderer_has_textures",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas,int frame_count,bool renderer_has_textures)",
|
|
"call_args": "(atlas,frame_count,renderer_has_textures)",
|
|
"call_args_old": "(atlas,frame_count,renderer_has_textures)",
|
|
"cimguiname": "igImFontAtlasUpdateNewFrame",
|
|
"defaults": {},
|
|
"funcname": "ImFontAtlasUpdateNewFrame",
|
|
"location": "imgui_internal:4206",
|
|
"ov_cimguiname": "igImFontAtlasUpdateNewFrame",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*,int,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontCalcTextSizeEx": [
|
|
{
|
|
"args": "(ImFont* font,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end_display,const char* text_end,const char** out_remaining,ImVec2_c* out_offset,ImDrawTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "max_width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "wrap_width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "text_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end_display",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "out_remaining",
|
|
"type": "const char**"
|
|
},
|
|
{
|
|
"name": "out_offset",
|
|
"type": "ImVec2*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end_display,const char* text_end,const char** out_remaining,ImVec2* out_offset,ImDrawTextFlags flags)",
|
|
"call_args": "(font,size,max_width,wrap_width,text_begin,text_end_display,text_end,out_remaining,reinterpret_cast<ImVec2*>(out_offset),flags)",
|
|
"call_args_old": "(font,size,max_width,wrap_width,text_begin,text_end_display,text_end,out_remaining,out_offset,flags)",
|
|
"cimguiname": "igImFontCalcTextSizeEx",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImFontCalcTextSizeEx",
|
|
"location": "imgui_internal:452",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImFontCalcTextSizeEx",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImFont*,float,float,float,const char*,const char*,const char*,const char**,ImVec2*,ImDrawTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFontCalcWordWrapPositionEx": [
|
|
{
|
|
"args": "(ImFont* font,float size,const char* text,const char* text_end,float wrap_width,ImDrawTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "wrap_width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font,float size,const char* text,const char* text_end,float wrap_width,ImDrawTextFlags flags=0)",
|
|
"call_args": "(font,size,text,text_end,wrap_width,flags)",
|
|
"call_args_old": "(font,size,text,text_end,wrap_width,flags)",
|
|
"cimguiname": "igImFontCalcWordWrapPositionEx",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ImFontCalcWordWrapPositionEx",
|
|
"location": "imgui_internal:453",
|
|
"ov_cimguiname": "igImFontCalcWordWrapPositionEx",
|
|
"ret": "const char*",
|
|
"signature": "(ImFont*,float,const char*,const char*,float,ImDrawTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFormatString": [
|
|
{
|
|
"args": "(char* buf,size_t buf_size,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(char* buf,size_t buf_size,const char* fmt,...)",
|
|
"call_args": "(buf,buf_size,fmt,...)",
|
|
"call_args_old": "(buf,buf_size,fmt,...)",
|
|
"cimguiname": "igImFormatString",
|
|
"defaults": {},
|
|
"funcname": "ImFormatString",
|
|
"isvararg": "...)",
|
|
"location": "imgui_internal:421",
|
|
"ov_cimguiname": "igImFormatString",
|
|
"ret": "int",
|
|
"signature": "(char*,size_t,const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFormatStringToTempBuffer": [
|
|
{
|
|
"args": "(const char** out_buf,const char** out_buf_end,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "out_buf",
|
|
"type": "const char**"
|
|
},
|
|
{
|
|
"name": "out_buf_end",
|
|
"type": "const char**"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char** out_buf,const char** out_buf_end,const char* fmt,...)",
|
|
"call_args": "(out_buf,out_buf_end,fmt,...)",
|
|
"call_args_old": "(out_buf,out_buf_end,fmt,...)",
|
|
"cimguiname": "igImFormatStringToTempBuffer",
|
|
"defaults": {},
|
|
"funcname": "ImFormatStringToTempBuffer",
|
|
"isvararg": "...)",
|
|
"location": "imgui_internal:423",
|
|
"ov_cimguiname": "igImFormatStringToTempBuffer",
|
|
"ret": "void",
|
|
"signature": "(const char**,const char**,const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFormatStringToTempBufferV": [
|
|
{
|
|
"args": "(const char** out_buf,const char** out_buf_end,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "out_buf",
|
|
"type": "const char**"
|
|
},
|
|
{
|
|
"name": "out_buf_end",
|
|
"type": "const char**"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char** out_buf,const char** out_buf_end,const char* fmt,va_list args)",
|
|
"call_args": "(out_buf,out_buf_end,fmt,args)",
|
|
"call_args_old": "(out_buf,out_buf_end,fmt,args)",
|
|
"cimguiname": "igImFormatStringToTempBufferV",
|
|
"defaults": {},
|
|
"funcname": "ImFormatStringToTempBufferV",
|
|
"location": "imgui_internal:424",
|
|
"ov_cimguiname": "igImFormatStringToTempBufferV",
|
|
"ret": "void",
|
|
"signature": "(const char**,const char**,const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImFormatStringV": [
|
|
{
|
|
"args": "(char* buf,size_t buf_size,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(char* buf,size_t buf_size,const char* fmt,va_list args)",
|
|
"call_args": "(buf,buf_size,fmt,args)",
|
|
"call_args_old": "(buf,buf_size,fmt,args)",
|
|
"cimguiname": "igImFormatStringV",
|
|
"defaults": {},
|
|
"funcname": "ImFormatStringV",
|
|
"location": "imgui_internal:422",
|
|
"ov_cimguiname": "igImFormatStringV",
|
|
"ret": "int",
|
|
"signature": "(char*,size_t,const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImHashData": [
|
|
{
|
|
"args": "(const void* data,size_t data_size,ImGuiID seed)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "data_size",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "seed",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* data,size_t data_size,ImGuiID seed=0)",
|
|
"call_args": "(data,data_size,seed)",
|
|
"call_args_old": "(data,data_size,seed)",
|
|
"cimguiname": "igImHashData",
|
|
"defaults": {
|
|
"seed": "0"
|
|
},
|
|
"funcname": "ImHashData",
|
|
"location": "imgui_internal:379",
|
|
"ov_cimguiname": "igImHashData",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const void*,size_t,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImHashSkipUncontributingPrefix": [
|
|
{
|
|
"args": "(const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label)",
|
|
"call_args": "(label)",
|
|
"call_args_old": "(label)",
|
|
"cimguiname": "igImHashSkipUncontributingPrefix",
|
|
"defaults": {},
|
|
"funcname": "ImHashSkipUncontributingPrefix",
|
|
"location": "imgui_internal:381",
|
|
"ov_cimguiname": "igImHashSkipUncontributingPrefix",
|
|
"ret": "const char*",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImHashStr": [
|
|
{
|
|
"args": "(const char* data,size_t data_size,ImGuiID seed)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_size",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "seed",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* data,size_t data_size=0,ImGuiID seed=0)",
|
|
"call_args": "(data,data_size,seed)",
|
|
"call_args_old": "(data,data_size,seed)",
|
|
"cimguiname": "igImHashStr",
|
|
"defaults": {
|
|
"data_size": "0",
|
|
"seed": "0"
|
|
},
|
|
"funcname": "ImHashStr",
|
|
"location": "imgui_internal:380",
|
|
"ov_cimguiname": "igImHashStr",
|
|
"ret": "ImGuiID",
|
|
"signature": "(const char*,size_t,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImInvLength": [
|
|
{
|
|
"args": "(const ImVec2_c lhs,float fail_value)",
|
|
"argsT": [
|
|
{
|
|
"name": "lhs",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "fail_value",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& lhs,float fail_value)",
|
|
"call_args": "(ConvertToCPP_ImVec2(lhs),fail_value)",
|
|
"call_args_old": "(lhs,fail_value)",
|
|
"cimguiname": "igImInvLength",
|
|
"defaults": {},
|
|
"funcname": "ImInvLength",
|
|
"location": "imgui_internal:526",
|
|
"ov_cimguiname": "igImInvLength",
|
|
"ret": "float",
|
|
"signature": "(const ImVec2,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImIsFloatAboveGuaranteedIntegerPrecision": [
|
|
{
|
|
"args": "(float f)",
|
|
"argsT": [
|
|
{
|
|
"name": "f",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float f)",
|
|
"call_args": "(f)",
|
|
"call_args_old": "(f)",
|
|
"cimguiname": "igImIsFloatAboveGuaranteedIntegerPrecision",
|
|
"defaults": {},
|
|
"funcname": "ImIsFloatAboveGuaranteedIntegerPrecision",
|
|
"location": "imgui_internal:539",
|
|
"ov_cimguiname": "igImIsFloatAboveGuaranteedIntegerPrecision",
|
|
"ret": "bool",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImIsPowerOfTwo": [
|
|
{
|
|
"args": "(int v)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "igImIsPowerOfTwo",
|
|
"defaults": {},
|
|
"funcname": "ImIsPowerOfTwo",
|
|
"location": "imgui_internal:392",
|
|
"ov_cimguiname": "igImIsPowerOfTwo_Int",
|
|
"ret": "bool",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImU64 v)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "ImU64"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImU64 v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "igImIsPowerOfTwo",
|
|
"defaults": {},
|
|
"funcname": "ImIsPowerOfTwo",
|
|
"location": "imgui_internal:393",
|
|
"ov_cimguiname": "igImIsPowerOfTwo_U64",
|
|
"ret": "bool",
|
|
"signature": "(ImU64)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImLengthSqr": [
|
|
{
|
|
"args": "(const ImVec2_c lhs)",
|
|
"argsT": [
|
|
{
|
|
"name": "lhs",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& lhs)",
|
|
"call_args": "(ConvertToCPP_ImVec2(lhs))",
|
|
"call_args_old": "(lhs)",
|
|
"cimguiname": "igImLengthSqr",
|
|
"defaults": {},
|
|
"funcname": "ImLengthSqr",
|
|
"location": "imgui_internal:524",
|
|
"ov_cimguiname": "igImLengthSqr_Vec2",
|
|
"ret": "float",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImVec4_c lhs)",
|
|
"argsT": [
|
|
{
|
|
"name": "lhs",
|
|
"type": "const ImVec4"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec4& lhs)",
|
|
"call_args": "(ConvertToCPP_ImVec4(lhs))",
|
|
"call_args_old": "(lhs)",
|
|
"cimguiname": "igImLengthSqr",
|
|
"defaults": {},
|
|
"funcname": "ImLengthSqr",
|
|
"location": "imgui_internal:525",
|
|
"ov_cimguiname": "igImLengthSqr_Vec4",
|
|
"ret": "float",
|
|
"signature": "(const ImVec4)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImLerp": [
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b,float t)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "t",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,float t)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),t)",
|
|
"call_args_old": "(a,b,t)",
|
|
"cimguiname": "igImLerp",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImLerp",
|
|
"location": "imgui_internal:520",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImLerp_Vec2Float",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b,const ImVec2_c t)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "t",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& t)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(t))",
|
|
"call_args_old": "(a,b,t)",
|
|
"cimguiname": "igImLerp",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImLerp",
|
|
"location": "imgui_internal:521",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImLerp_Vec2Vec2",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImVec4_c a,const ImVec4_c b,float t)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "t",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec4& a,const ImVec4& b,float t)",
|
|
"call_args": "(ConvertToCPP_ImVec4(a),ConvertToCPP_ImVec4(b),t)",
|
|
"call_args_old": "(a,b,t)",
|
|
"cimguiname": "igImLerp",
|
|
"conv": "ImVec4",
|
|
"defaults": {},
|
|
"funcname": "ImLerp",
|
|
"location": "imgui_internal:522",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImLerp_Vec4",
|
|
"ret": "ImVec4_c",
|
|
"signature": "(const ImVec4,const ImVec4,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImLineClosestPoint": [
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b,const ImVec2_c p)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& p)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(p))",
|
|
"call_args_old": "(a,b,p)",
|
|
"cimguiname": "igImLineClosestPoint",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImLineClosestPoint",
|
|
"location": "imgui_internal:548",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImLineClosestPoint",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImLinearRemapClamp": [
|
|
{
|
|
"args": "(float s0,float s1,float d0,float d1,float x)",
|
|
"argsT": [
|
|
{
|
|
"name": "s0",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "s1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "d0",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "d1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float s0,float s1,float d0,float d1,float x)",
|
|
"call_args": "(s0,s1,d0,d1,x)",
|
|
"call_args_old": "(s0,s1,d0,d1,x)",
|
|
"cimguiname": "igImLinearRemapClamp",
|
|
"defaults": {},
|
|
"funcname": "ImLinearRemapClamp",
|
|
"location": "imgui_internal:537",
|
|
"ov_cimguiname": "igImLinearRemapClamp",
|
|
"ret": "float",
|
|
"signature": "(float,float,float,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImLinearSweep": [
|
|
{
|
|
"args": "(float current,float target,float speed)",
|
|
"argsT": [
|
|
{
|
|
"name": "current",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "target",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "speed",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float current,float target,float speed)",
|
|
"call_args": "(current,target,speed)",
|
|
"call_args_old": "(current,target,speed)",
|
|
"cimguiname": "igImLinearSweep",
|
|
"defaults": {},
|
|
"funcname": "ImLinearSweep",
|
|
"location": "imgui_internal:536",
|
|
"ov_cimguiname": "igImLinearSweep",
|
|
"ret": "float",
|
|
"signature": "(float,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImLog": [
|
|
{
|
|
"args": "(float x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImLog",
|
|
"defaults": {},
|
|
"funcname": "ImLog",
|
|
"location": "imgui_internal:493",
|
|
"ov_cimguiname": "igImLog_Float",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(double x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "double"
|
|
}
|
|
],
|
|
"argsoriginal": "(double x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImLog",
|
|
"defaults": {},
|
|
"funcname": "ImLog",
|
|
"location": "imgui_internal:494",
|
|
"ov_cimguiname": "igImLog_double",
|
|
"ret": "double",
|
|
"signature": "(double)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImLowerBound": [
|
|
{
|
|
"args": "(ImGuiStoragePair* in_begin,ImGuiStoragePair* in_end,ImGuiID key)",
|
|
"argsT": [
|
|
{
|
|
"name": "in_begin",
|
|
"type": "ImGuiStoragePair*"
|
|
},
|
|
{
|
|
"name": "in_end",
|
|
"type": "ImGuiStoragePair*"
|
|
},
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStoragePair* in_begin,ImGuiStoragePair* in_end,ImGuiID key)",
|
|
"call_args": "(in_begin,in_end,key)",
|
|
"call_args_old": "(in_begin,in_end,key)",
|
|
"cimguiname": "igImLowerBound",
|
|
"defaults": {},
|
|
"funcname": "ImLowerBound",
|
|
"location": "imgui_internal:829",
|
|
"ov_cimguiname": "igImLowerBound",
|
|
"ret": "ImGuiStoragePair*",
|
|
"signature": "(ImGuiStoragePair*,ImGuiStoragePair*,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImMax": [
|
|
{
|
|
"args": "(const ImVec2_c lhs,const ImVec2_c rhs)",
|
|
"argsT": [
|
|
{
|
|
"name": "lhs",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "rhs",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& lhs,const ImVec2& rhs)",
|
|
"call_args": "(ConvertToCPP_ImVec2(lhs),ConvertToCPP_ImVec2(rhs))",
|
|
"call_args_old": "(lhs,rhs)",
|
|
"cimguiname": "igImMax",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImMax",
|
|
"location": "imgui_internal:518",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImMax",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImMemdup": [
|
|
{
|
|
"args": "(const void* src,size_t size)",
|
|
"argsT": [
|
|
{
|
|
"name": "src",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* src,size_t size)",
|
|
"call_args": "(src,size)",
|
|
"call_args_old": "(src,size)",
|
|
"cimguiname": "igImMemdup",
|
|
"defaults": {},
|
|
"funcname": "ImMemdup",
|
|
"location": "imgui_internal:404",
|
|
"ov_cimguiname": "igImMemdup",
|
|
"ret": "void*",
|
|
"signature": "(const void*,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImMin": [
|
|
{
|
|
"args": "(const ImVec2_c lhs,const ImVec2_c rhs)",
|
|
"argsT": [
|
|
{
|
|
"name": "lhs",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "rhs",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& lhs,const ImVec2& rhs)",
|
|
"call_args": "(ConvertToCPP_ImVec2(lhs),ConvertToCPP_ImVec2(rhs))",
|
|
"call_args_old": "(lhs,rhs)",
|
|
"cimguiname": "igImMin",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImMin",
|
|
"location": "imgui_internal:517",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImMin",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImModPositive": [
|
|
{
|
|
"args": "(int a,int b)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int a,int b)",
|
|
"call_args": "(a,b)",
|
|
"call_args_old": "(a,b)",
|
|
"cimguiname": "igImModPositive",
|
|
"defaults": {},
|
|
"funcname": "ImModPositive",
|
|
"location": "imgui_internal:533",
|
|
"ov_cimguiname": "igImModPositive",
|
|
"ret": "int",
|
|
"signature": "(int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImMul": [
|
|
{
|
|
"args": "(const ImVec2_c lhs,const ImVec2_c rhs)",
|
|
"argsT": [
|
|
{
|
|
"name": "lhs",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "rhs",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& lhs,const ImVec2& rhs)",
|
|
"call_args": "(ConvertToCPP_ImVec2(lhs),ConvertToCPP_ImVec2(rhs))",
|
|
"call_args_old": "(lhs,rhs)",
|
|
"cimguiname": "igImMul",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImMul",
|
|
"location": "imgui_internal:538",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImMul",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImParseFormatFindEnd": [
|
|
{
|
|
"args": "(const char* format)",
|
|
"argsT": [
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* format)",
|
|
"call_args": "(format)",
|
|
"call_args_old": "(format)",
|
|
"cimguiname": "igImParseFormatFindEnd",
|
|
"defaults": {},
|
|
"funcname": "ImParseFormatFindEnd",
|
|
"location": "imgui_internal:426",
|
|
"ov_cimguiname": "igImParseFormatFindEnd",
|
|
"ret": "const char*",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImParseFormatFindStart": [
|
|
{
|
|
"args": "(const char* format)",
|
|
"argsT": [
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* format)",
|
|
"call_args": "(format)",
|
|
"call_args_old": "(format)",
|
|
"cimguiname": "igImParseFormatFindStart",
|
|
"defaults": {},
|
|
"funcname": "ImParseFormatFindStart",
|
|
"location": "imgui_internal:425",
|
|
"ov_cimguiname": "igImParseFormatFindStart",
|
|
"ret": "const char*",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImParseFormatPrecision": [
|
|
{
|
|
"args": "(const char* format,int default_value)",
|
|
"argsT": [
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "default_value",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* format,int default_value)",
|
|
"call_args": "(format,default_value)",
|
|
"call_args_old": "(format,default_value)",
|
|
"cimguiname": "igImParseFormatPrecision",
|
|
"defaults": {},
|
|
"funcname": "ImParseFormatPrecision",
|
|
"location": "imgui_internal:430",
|
|
"ov_cimguiname": "igImParseFormatPrecision",
|
|
"ret": "int",
|
|
"signature": "(const char*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImParseFormatSanitizeForPrinting": [
|
|
{
|
|
"args": "(const char* fmt_in,char* fmt_out,size_t fmt_out_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt_in",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "fmt_out",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "fmt_out_size",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt_in,char* fmt_out,size_t fmt_out_size)",
|
|
"call_args": "(fmt_in,fmt_out,fmt_out_size)",
|
|
"call_args_old": "(fmt_in,fmt_out,fmt_out_size)",
|
|
"cimguiname": "igImParseFormatSanitizeForPrinting",
|
|
"defaults": {},
|
|
"funcname": "ImParseFormatSanitizeForPrinting",
|
|
"location": "imgui_internal:428",
|
|
"ov_cimguiname": "igImParseFormatSanitizeForPrinting",
|
|
"ret": "void",
|
|
"signature": "(const char*,char*,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImParseFormatSanitizeForScanning": [
|
|
{
|
|
"args": "(const char* fmt_in,char* fmt_out,size_t fmt_out_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt_in",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "fmt_out",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "fmt_out_size",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt_in,char* fmt_out,size_t fmt_out_size)",
|
|
"call_args": "(fmt_in,fmt_out,fmt_out_size)",
|
|
"call_args_old": "(fmt_in,fmt_out,fmt_out_size)",
|
|
"cimguiname": "igImParseFormatSanitizeForScanning",
|
|
"defaults": {},
|
|
"funcname": "ImParseFormatSanitizeForScanning",
|
|
"location": "imgui_internal:429",
|
|
"ov_cimguiname": "igImParseFormatSanitizeForScanning",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,char*,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImParseFormatTrimDecorations": [
|
|
{
|
|
"args": "(const char* format,char* buf,size_t buf_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* format,char* buf,size_t buf_size)",
|
|
"call_args": "(format,buf,buf_size)",
|
|
"call_args_old": "(format,buf,buf_size)",
|
|
"cimguiname": "igImParseFormatTrimDecorations",
|
|
"defaults": {},
|
|
"funcname": "ImParseFormatTrimDecorations",
|
|
"location": "imgui_internal:427",
|
|
"ov_cimguiname": "igImParseFormatTrimDecorations",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,char*,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImPow": [
|
|
{
|
|
"args": "(float x,float y)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float x,float y)",
|
|
"call_args": "(x,y)",
|
|
"call_args_old": "(x,y)",
|
|
"cimguiname": "igImPow",
|
|
"defaults": {},
|
|
"funcname": "ImPow",
|
|
"location": "imgui_internal:491",
|
|
"ov_cimguiname": "igImPow_Float",
|
|
"ret": "float",
|
|
"signature": "(float,float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(double x,double y)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "double"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "double"
|
|
}
|
|
],
|
|
"argsoriginal": "(double x,double y)",
|
|
"call_args": "(x,y)",
|
|
"call_args_old": "(x,y)",
|
|
"cimguiname": "igImPow",
|
|
"defaults": {},
|
|
"funcname": "ImPow",
|
|
"location": "imgui_internal:492",
|
|
"ov_cimguiname": "igImPow_double",
|
|
"ret": "double",
|
|
"signature": "(double,double)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImQsort": [
|
|
{
|
|
"args": "(void* base,size_t count,size_t size_of_element,int(*compare_func)(void const*,void const*))",
|
|
"argsT": [
|
|
{
|
|
"name": "base",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "size_of_element",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "compare_func",
|
|
"ret": "int",
|
|
"signature": "(void const*,void const*)",
|
|
"type": "int(*)(void const*,void const*)"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* base,size_t count,size_t size_of_element,int(*compare_func)(void const*,void const*))",
|
|
"call_args": "(base,count,size_of_element,compare_func)",
|
|
"call_args_old": "(base,count,size_of_element,compare_func)",
|
|
"cimguiname": "igImQsort",
|
|
"defaults": {},
|
|
"funcname": "ImQsort",
|
|
"location": "imgui_internal:385",
|
|
"ov_cimguiname": "igImQsort",
|
|
"ret": "void",
|
|
"signature": "(void*,size_t,size_t,int(*)(void const*,void const*))",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImRotate": [
|
|
{
|
|
"args": "(const ImVec2_c v,float cos_a,float sin_a)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cos_a",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "sin_a",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& v,float cos_a,float sin_a)",
|
|
"call_args": "(ConvertToCPP_ImVec2(v),cos_a,sin_a)",
|
|
"call_args_old": "(v,cos_a,sin_a)",
|
|
"cimguiname": "igImRotate",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImRotate",
|
|
"location": "imgui_internal:535",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImRotate",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImRound64": [
|
|
{
|
|
"args": "(float f)",
|
|
"argsT": [
|
|
{
|
|
"name": "f",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float f)",
|
|
"call_args": "(f)",
|
|
"call_args_old": "(f)",
|
|
"cimguiname": "igImRound64",
|
|
"defaults": {},
|
|
"funcname": "ImRound64",
|
|
"location": "imgui_internal:532",
|
|
"ov_cimguiname": "igImRound64",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImRsqrt": [
|
|
{
|
|
"args": "(float x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImRsqrt",
|
|
"defaults": {},
|
|
"funcname": "ImRsqrt",
|
|
"location": "imgui_internal:503",
|
|
"ov_cimguiname": "igImRsqrt_Float",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(double x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "double"
|
|
}
|
|
],
|
|
"argsoriginal": "(double x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImRsqrt",
|
|
"defaults": {},
|
|
"funcname": "ImRsqrt",
|
|
"location": "imgui_internal:505",
|
|
"ov_cimguiname": "igImRsqrt_double",
|
|
"ret": "double",
|
|
"signature": "(double)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImSaturate": [
|
|
{
|
|
"args": "(float f)",
|
|
"argsT": [
|
|
{
|
|
"name": "f",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float f)",
|
|
"call_args": "(f)",
|
|
"call_args_old": "(f)",
|
|
"cimguiname": "igImSaturate",
|
|
"defaults": {},
|
|
"funcname": "ImSaturate",
|
|
"location": "imgui_internal:523",
|
|
"ov_cimguiname": "igImSaturate",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImSign": [
|
|
{
|
|
"args": "(float x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImSign",
|
|
"defaults": {},
|
|
"funcname": "ImSign",
|
|
"location": "imgui_internal:498",
|
|
"ov_cimguiname": "igImSign_Float",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(double x)",
|
|
"argsT": [
|
|
{
|
|
"name": "x",
|
|
"type": "double"
|
|
}
|
|
],
|
|
"argsoriginal": "(double x)",
|
|
"call_args": "(x)",
|
|
"call_args_old": "(x)",
|
|
"cimguiname": "igImSign",
|
|
"defaults": {},
|
|
"funcname": "ImSign",
|
|
"location": "imgui_internal:499",
|
|
"ov_cimguiname": "igImSign_double",
|
|
"ret": "double",
|
|
"signature": "(double)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrSkipBlank": [
|
|
{
|
|
"args": "(const char* str)",
|
|
"argsT": [
|
|
{
|
|
"name": "str",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str)",
|
|
"call_args": "(str)",
|
|
"call_args_old": "(str)",
|
|
"cimguiname": "igImStrSkipBlank",
|
|
"defaults": {},
|
|
"funcname": "ImStrSkipBlank",
|
|
"location": "imgui_internal:410",
|
|
"ov_cimguiname": "igImStrSkipBlank",
|
|
"ret": "const char*",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrTrimBlanks": [
|
|
{
|
|
"args": "(char* str)",
|
|
"argsT": [
|
|
{
|
|
"name": "str",
|
|
"type": "char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(char* str)",
|
|
"call_args": "(str)",
|
|
"call_args_old": "(str)",
|
|
"cimguiname": "igImStrTrimBlanks",
|
|
"defaults": {},
|
|
"funcname": "ImStrTrimBlanks",
|
|
"location": "imgui_internal:409",
|
|
"ov_cimguiname": "igImStrTrimBlanks",
|
|
"ret": "void",
|
|
"signature": "(char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrbol": [
|
|
{
|
|
"args": "(const char* buf_mid_line,const char* buf_begin)",
|
|
"argsT": [
|
|
{
|
|
"name": "buf_mid_line",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "buf_begin",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* buf_mid_line,const char* buf_begin)",
|
|
"call_args": "(buf_mid_line,buf_begin)",
|
|
"call_args_old": "(buf_mid_line,buf_begin)",
|
|
"cimguiname": "igImStrbol",
|
|
"defaults": {},
|
|
"funcname": "ImStrbol",
|
|
"location": "imgui_internal:412",
|
|
"ov_cimguiname": "igImStrbol",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrchrRange": [
|
|
{
|
|
"args": "(const char* str_begin,const char* str_end,char c)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "char"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_begin,const char* str_end,char c)",
|
|
"call_args": "(str_begin,str_end,c)",
|
|
"call_args_old": "(str_begin,str_end,c)",
|
|
"cimguiname": "igImStrchrRange",
|
|
"defaults": {},
|
|
"funcname": "ImStrchrRange",
|
|
"location": "imgui_internal:406",
|
|
"ov_cimguiname": "igImStrchrRange",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,const char*,char)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrdup": [
|
|
{
|
|
"args": "(const char* str)",
|
|
"argsT": [
|
|
{
|
|
"name": "str",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str)",
|
|
"call_args": "(str)",
|
|
"call_args_old": "(str)",
|
|
"cimguiname": "igImStrdup",
|
|
"defaults": {},
|
|
"funcname": "ImStrdup",
|
|
"location": "imgui_internal:403",
|
|
"ov_cimguiname": "igImStrdup",
|
|
"ret": "char*",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrdupcpy": [
|
|
{
|
|
"args": "(char* dst,size_t* p_dst_size,const char* str)",
|
|
"argsT": [
|
|
{
|
|
"name": "dst",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "p_dst_size",
|
|
"type": "size_t*"
|
|
},
|
|
{
|
|
"name": "str",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(char* dst,size_t* p_dst_size,const char* str)",
|
|
"call_args": "(dst,p_dst_size,str)",
|
|
"call_args_old": "(dst,p_dst_size,str)",
|
|
"cimguiname": "igImStrdupcpy",
|
|
"defaults": {},
|
|
"funcname": "ImStrdupcpy",
|
|
"location": "imgui_internal:405",
|
|
"ov_cimguiname": "igImStrdupcpy",
|
|
"ret": "char*",
|
|
"signature": "(char*,size_t*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStreolRange": [
|
|
{
|
|
"args": "(const char* str,const char* str_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "str",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str,const char* str_end)",
|
|
"call_args": "(str,str_end)",
|
|
"call_args_old": "(str,str_end)",
|
|
"cimguiname": "igImStreolRange",
|
|
"defaults": {},
|
|
"funcname": "ImStreolRange",
|
|
"location": "imgui_internal:407",
|
|
"ov_cimguiname": "igImStreolRange",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStricmp": [
|
|
{
|
|
"args": "(const char* str1,const char* str2)",
|
|
"argsT": [
|
|
{
|
|
"name": "str1",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str2",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str1,const char* str2)",
|
|
"call_args": "(str1,str2)",
|
|
"call_args_old": "(str1,str2)",
|
|
"cimguiname": "igImStricmp",
|
|
"defaults": {},
|
|
"funcname": "ImStricmp",
|
|
"location": "imgui_internal:400",
|
|
"ov_cimguiname": "igImStricmp",
|
|
"ret": "int",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStristr": [
|
|
{
|
|
"args": "(const char* haystack,const char* haystack_end,const char* needle,const char* needle_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "haystack",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "haystack_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "needle",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "needle_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* haystack,const char* haystack_end,const char* needle,const char* needle_end)",
|
|
"call_args": "(haystack,haystack_end,needle,needle_end)",
|
|
"call_args_old": "(haystack,haystack_end,needle,needle_end)",
|
|
"cimguiname": "igImStristr",
|
|
"defaults": {},
|
|
"funcname": "ImStristr",
|
|
"location": "imgui_internal:408",
|
|
"ov_cimguiname": "igImStristr",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,const char*,const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrlenW": [
|
|
{
|
|
"args": "(const ImWchar* str)",
|
|
"argsT": [
|
|
{
|
|
"name": "str",
|
|
"type": "const ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImWchar* str)",
|
|
"call_args": "(str)",
|
|
"call_args_old": "(str)",
|
|
"cimguiname": "igImStrlenW",
|
|
"defaults": {},
|
|
"funcname": "ImStrlenW",
|
|
"location": "imgui_internal:411",
|
|
"ov_cimguiname": "igImStrlenW",
|
|
"ret": "int",
|
|
"signature": "(const ImWchar*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrncpy": [
|
|
{
|
|
"args": "(char* dst,const char* src,size_t count)",
|
|
"argsT": [
|
|
{
|
|
"name": "dst",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "src",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(char* dst,const char* src,size_t count)",
|
|
"call_args": "(dst,src,count)",
|
|
"call_args_old": "(dst,src,count)",
|
|
"cimguiname": "igImStrncpy",
|
|
"defaults": {},
|
|
"funcname": "ImStrncpy",
|
|
"location": "imgui_internal:402",
|
|
"ov_cimguiname": "igImStrncpy",
|
|
"ret": "void",
|
|
"signature": "(char*,const char*,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImStrnicmp": [
|
|
{
|
|
"args": "(const char* str1,const char* str2,size_t count)",
|
|
"argsT": [
|
|
{
|
|
"name": "str1",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str2",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str1,const char* str2,size_t count)",
|
|
"call_args": "(str1,str2,count)",
|
|
"call_args_old": "(str1,str2,count)",
|
|
"cimguiname": "igImStrnicmp",
|
|
"defaults": {},
|
|
"funcname": "ImStrnicmp",
|
|
"location": "imgui_internal:401",
|
|
"ov_cimguiname": "igImStrnicmp",
|
|
"ret": "int",
|
|
"signature": "(const char*,const char*,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextCalcWordWrapNextLineStart": [
|
|
{
|
|
"args": "(const char* text,const char* text_end,ImDrawTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text,const char* text_end,ImDrawTextFlags flags=0)",
|
|
"call_args": "(text,text_end,flags)",
|
|
"call_args_old": "(text,text_end,flags)",
|
|
"cimguiname": "igImTextCalcWordWrapNextLineStart",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ImTextCalcWordWrapNextLineStart",
|
|
"location": "imgui_internal:454",
|
|
"ov_cimguiname": "igImTextCalcWordWrapNextLineStart",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,const char*,ImDrawTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextCharFromUtf8": [
|
|
{
|
|
"args": "(unsigned int* out_char,const char* in_text,const char* in_text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "out_char",
|
|
"type": "unsigned int*"
|
|
},
|
|
{
|
|
"name": "in_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(unsigned int* out_char,const char* in_text,const char* in_text_end)",
|
|
"call_args": "(out_char,in_text,in_text_end)",
|
|
"call_args_old": "(out_char,in_text,in_text_end)",
|
|
"cimguiname": "igImTextCharFromUtf8",
|
|
"defaults": {},
|
|
"funcname": "ImTextCharFromUtf8",
|
|
"location": "imgui_internal:435",
|
|
"ov_cimguiname": "igImTextCharFromUtf8",
|
|
"ret": "int",
|
|
"signature": "(unsigned int*,const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextCharToUtf8": [
|
|
{
|
|
"args": "(char out_buf[5],unsigned int c)",
|
|
"argsT": [
|
|
{
|
|
"name": "out_buf",
|
|
"type": "char[5]"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"argsoriginal": "(char out_buf[5],unsigned int c)",
|
|
"call_args": "(out_buf,c)",
|
|
"call_args_old": "(out_buf,c)",
|
|
"cimguiname": "igImTextCharToUtf8",
|
|
"defaults": {},
|
|
"funcname": "ImTextCharToUtf8",
|
|
"location": "imgui_internal:433",
|
|
"ov_cimguiname": "igImTextCharToUtf8",
|
|
"ret": "int",
|
|
"signature": "(char[5],unsigned int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextCountCharsFromUtf8": [
|
|
{
|
|
"args": "(const char* in_text,const char* in_text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "in_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* in_text,const char* in_text_end)",
|
|
"call_args": "(in_text,in_text_end)",
|
|
"call_args_old": "(in_text,in_text_end)",
|
|
"cimguiname": "igImTextCountCharsFromUtf8",
|
|
"defaults": {},
|
|
"funcname": "ImTextCountCharsFromUtf8",
|
|
"location": "imgui_internal:437",
|
|
"ov_cimguiname": "igImTextCountCharsFromUtf8",
|
|
"ret": "int",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextCountLines": [
|
|
{
|
|
"args": "(const char* in_text,const char* in_text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "in_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* in_text,const char* in_text_end)",
|
|
"call_args": "(in_text,in_text_end)",
|
|
"call_args_old": "(in_text,in_text_end)",
|
|
"cimguiname": "igImTextCountLines",
|
|
"defaults": {},
|
|
"funcname": "ImTextCountLines",
|
|
"location": "imgui_internal:442",
|
|
"ov_cimguiname": "igImTextCountLines",
|
|
"ret": "int",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextCountUtf8BytesFromChar": [
|
|
{
|
|
"args": "(const char* in_text,const char* in_text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "in_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* in_text,const char* in_text_end)",
|
|
"call_args": "(in_text,in_text_end)",
|
|
"call_args_old": "(in_text,in_text_end)",
|
|
"cimguiname": "igImTextCountUtf8BytesFromChar",
|
|
"defaults": {},
|
|
"funcname": "ImTextCountUtf8BytesFromChar",
|
|
"location": "imgui_internal:438",
|
|
"ov_cimguiname": "igImTextCountUtf8BytesFromChar",
|
|
"ret": "int",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextCountUtf8BytesFromStr": [
|
|
{
|
|
"args": "(const ImWchar* in_text,const ImWchar* in_text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "in_text",
|
|
"type": "const ImWchar*"
|
|
},
|
|
{
|
|
"name": "in_text_end",
|
|
"type": "const ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImWchar* in_text,const ImWchar* in_text_end)",
|
|
"call_args": "(in_text,in_text_end)",
|
|
"call_args_old": "(in_text,in_text_end)",
|
|
"cimguiname": "igImTextCountUtf8BytesFromStr",
|
|
"defaults": {},
|
|
"funcname": "ImTextCountUtf8BytesFromStr",
|
|
"location": "imgui_internal:439",
|
|
"ov_cimguiname": "igImTextCountUtf8BytesFromStr",
|
|
"ret": "int",
|
|
"signature": "(const ImWchar*,const ImWchar*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextFindPreviousUtf8Codepoint": [
|
|
{
|
|
"args": "(const char* in_text_start,const char* in_p)",
|
|
"argsT": [
|
|
{
|
|
"name": "in_text_start",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_p",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* in_text_start,const char* in_p)",
|
|
"call_args": "(in_text_start,in_p)",
|
|
"call_args_old": "(in_text_start,in_p)",
|
|
"cimguiname": "igImTextFindPreviousUtf8Codepoint",
|
|
"defaults": {},
|
|
"funcname": "ImTextFindPreviousUtf8Codepoint",
|
|
"location": "imgui_internal:440",
|
|
"ov_cimguiname": "igImTextFindPreviousUtf8Codepoint",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextFindValidUtf8CodepointEnd": [
|
|
{
|
|
"args": "(const char* in_text_start,const char* in_text_end,const char* in_p)",
|
|
"argsT": [
|
|
{
|
|
"name": "in_text_start",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_p",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* in_text_start,const char* in_text_end,const char* in_p)",
|
|
"call_args": "(in_text_start,in_text_end,in_p)",
|
|
"call_args_old": "(in_text_start,in_text_end,in_p)",
|
|
"cimguiname": "igImTextFindValidUtf8CodepointEnd",
|
|
"defaults": {},
|
|
"funcname": "ImTextFindValidUtf8CodepointEnd",
|
|
"location": "imgui_internal:441",
|
|
"ov_cimguiname": "igImTextFindValidUtf8CodepointEnd",
|
|
"ret": "const char*",
|
|
"signature": "(const char*,const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextStrFromUtf8": [
|
|
{
|
|
"args": "(ImWchar* out_buf,int out_buf_size,const char* in_text,const char* in_text_end,const char** in_remaining)",
|
|
"argsT": [
|
|
{
|
|
"name": "out_buf",
|
|
"type": "ImWchar*"
|
|
},
|
|
{
|
|
"name": "out_buf_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "in_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "in_remaining",
|
|
"type": "const char**"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImWchar* out_buf,int out_buf_size,const char* in_text,const char* in_text_end,const char** in_remaining=((void*)0))",
|
|
"call_args": "(out_buf,out_buf_size,in_text,in_text_end,in_remaining)",
|
|
"call_args_old": "(out_buf,out_buf_size,in_text,in_text_end,in_remaining)",
|
|
"cimguiname": "igImTextStrFromUtf8",
|
|
"defaults": {
|
|
"in_remaining": "NULL"
|
|
},
|
|
"funcname": "ImTextStrFromUtf8",
|
|
"location": "imgui_internal:436",
|
|
"ov_cimguiname": "igImTextStrFromUtf8",
|
|
"ret": "int",
|
|
"signature": "(ImWchar*,int,const char*,const char*,const char**)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextStrToUtf8": [
|
|
{
|
|
"args": "(char* out_buf,int out_buf_size,const ImWchar* in_text,const ImWchar* in_text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "out_buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "out_buf_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "in_text",
|
|
"type": "const ImWchar*"
|
|
},
|
|
{
|
|
"name": "in_text_end",
|
|
"type": "const ImWchar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(char* out_buf,int out_buf_size,const ImWchar* in_text,const ImWchar* in_text_end)",
|
|
"call_args": "(out_buf,out_buf_size,in_text,in_text_end)",
|
|
"call_args_old": "(out_buf,out_buf_size,in_text,in_text_end)",
|
|
"cimguiname": "igImTextStrToUtf8",
|
|
"defaults": {},
|
|
"funcname": "ImTextStrToUtf8",
|
|
"location": "imgui_internal:434",
|
|
"ov_cimguiname": "igImTextStrToUtf8",
|
|
"ret": "int",
|
|
"signature": "(char*,int,const ImWchar*,const ImWchar*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextureDataGetFormatBytesPerPixel": [
|
|
{
|
|
"args": "(ImTextureFormat format)",
|
|
"argsT": [
|
|
{
|
|
"name": "format",
|
|
"type": "ImTextureFormat"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureFormat format)",
|
|
"call_args": "(format)",
|
|
"call_args_old": "(format)",
|
|
"cimguiname": "igImTextureDataGetFormatBytesPerPixel",
|
|
"defaults": {},
|
|
"funcname": "ImTextureDataGetFormatBytesPerPixel",
|
|
"location": "imgui_internal:4219",
|
|
"ov_cimguiname": "igImTextureDataGetFormatBytesPerPixel",
|
|
"ret": "int",
|
|
"signature": "(ImTextureFormat)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextureDataGetFormatName": [
|
|
{
|
|
"args": "(ImTextureFormat format)",
|
|
"argsT": [
|
|
{
|
|
"name": "format",
|
|
"type": "ImTextureFormat"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureFormat format)",
|
|
"call_args": "(format)",
|
|
"call_args_old": "(format)",
|
|
"cimguiname": "igImTextureDataGetFormatName",
|
|
"defaults": {},
|
|
"funcname": "ImTextureDataGetFormatName",
|
|
"location": "imgui_internal:4221",
|
|
"ov_cimguiname": "igImTextureDataGetFormatName",
|
|
"ret": "const char*",
|
|
"signature": "(ImTextureFormat)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTextureDataGetStatusName": [
|
|
{
|
|
"args": "(ImTextureStatus status)",
|
|
"argsT": [
|
|
{
|
|
"name": "status",
|
|
"type": "ImTextureStatus"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureStatus status)",
|
|
"call_args": "(status)",
|
|
"call_args_old": "(status)",
|
|
"cimguiname": "igImTextureDataGetStatusName",
|
|
"defaults": {},
|
|
"funcname": "ImTextureDataGetStatusName",
|
|
"location": "imgui_internal:4220",
|
|
"ov_cimguiname": "igImTextureDataGetStatusName",
|
|
"ret": "const char*",
|
|
"signature": "(ImTextureStatus)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImToUpper": [
|
|
{
|
|
"args": "(char c)",
|
|
"argsT": [
|
|
{
|
|
"name": "c",
|
|
"type": "char"
|
|
}
|
|
],
|
|
"argsoriginal": "(char c)",
|
|
"call_args": "(c)",
|
|
"call_args_old": "(c)",
|
|
"cimguiname": "igImToUpper",
|
|
"defaults": {},
|
|
"funcname": "ImToUpper",
|
|
"location": "imgui_internal:414",
|
|
"ov_cimguiname": "igImToUpper",
|
|
"ret": "char",
|
|
"signature": "(char)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTriangleArea": [
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b,const ImVec2_c c)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(c))",
|
|
"call_args_old": "(a,b,c)",
|
|
"cimguiname": "igImTriangleArea",
|
|
"defaults": {},
|
|
"funcname": "ImTriangleArea",
|
|
"location": "imgui_internal:552",
|
|
"ov_cimguiname": "igImTriangleArea",
|
|
"ret": "float",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTriangleBarycentricCoords": [
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b,const ImVec2_c c,const ImVec2_c p,float* out_u,float* out_v,float* out_w)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "out_u",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "out_v",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "out_w",
|
|
"reftoptr": true,
|
|
"type": "float*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& p,float& out_u,float& out_v,float& out_w)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(c),ConvertToCPP_ImVec2(p),*out_u,*out_v,*out_w)",
|
|
"call_args_old": "(a,b,c,p,*out_u,*out_v,*out_w)",
|
|
"cimguiname": "igImTriangleBarycentricCoords",
|
|
"defaults": {},
|
|
"funcname": "ImTriangleBarycentricCoords",
|
|
"location": "imgui_internal:551",
|
|
"ov_cimguiname": "igImTriangleBarycentricCoords",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,float*,float*,float*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTriangleClosestPoint": [
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b,const ImVec2_c c,const ImVec2_c p)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& p)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(c),ConvertToCPP_ImVec2(p))",
|
|
"call_args_old": "(a,b,c,p)",
|
|
"cimguiname": "igImTriangleClosestPoint",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImTriangleClosestPoint",
|
|
"location": "imgui_internal:550",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImTriangleClosestPoint",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTriangleContainsPoint": [
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b,const ImVec2_c c,const ImVec2_c p)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& p)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(c),ConvertToCPP_ImVec2(p))",
|
|
"call_args_old": "(a,b,c,p)",
|
|
"cimguiname": "igImTriangleContainsPoint",
|
|
"defaults": {},
|
|
"funcname": "ImTriangleContainsPoint",
|
|
"location": "imgui_internal:549",
|
|
"ov_cimguiname": "igImTriangleContainsPoint",
|
|
"ret": "bool",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTriangleIsClockwise": [
|
|
{
|
|
"args": "(const ImVec2_c a,const ImVec2_c b,const ImVec2_c c)",
|
|
"argsT": [
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c)",
|
|
"call_args": "(ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(c))",
|
|
"call_args_old": "(a,b,c)",
|
|
"cimguiname": "igImTriangleIsClockwise",
|
|
"defaults": {},
|
|
"funcname": "ImTriangleIsClockwise",
|
|
"location": "imgui_internal:553",
|
|
"ov_cimguiname": "igImTriangleIsClockwise",
|
|
"ret": "bool",
|
|
"signature": "(const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTrunc": [
|
|
{
|
|
"args": "(float f)",
|
|
"argsT": [
|
|
{
|
|
"name": "f",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float f)",
|
|
"call_args": "(f)",
|
|
"call_args_old": "(f)",
|
|
"cimguiname": "igImTrunc",
|
|
"defaults": {},
|
|
"funcname": "ImTrunc",
|
|
"location": "imgui_internal:527",
|
|
"ov_cimguiname": "igImTrunc_Float",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImVec2_c v)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& v)",
|
|
"call_args": "(ConvertToCPP_ImVec2(v))",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "igImTrunc",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "ImTrunc",
|
|
"location": "imgui_internal:528",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igImTrunc_Vec2",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImTrunc64": [
|
|
{
|
|
"args": "(float f)",
|
|
"argsT": [
|
|
{
|
|
"name": "f",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float f)",
|
|
"call_args": "(f)",
|
|
"call_args_old": "(f)",
|
|
"cimguiname": "igImTrunc64",
|
|
"defaults": {},
|
|
"funcname": "ImTrunc64",
|
|
"location": "imgui_internal:531",
|
|
"ov_cimguiname": "igImTrunc64",
|
|
"ret": "float",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImUpperPowerOfTwo": [
|
|
{
|
|
"args": "(int v)",
|
|
"argsT": [
|
|
{
|
|
"name": "v",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int v)",
|
|
"call_args": "(v)",
|
|
"call_args_old": "(v)",
|
|
"cimguiname": "igImUpperPowerOfTwo",
|
|
"defaults": {},
|
|
"funcname": "ImUpperPowerOfTwo",
|
|
"location": "imgui_internal:394",
|
|
"ov_cimguiname": "igImUpperPowerOfTwo",
|
|
"ret": "int",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImage": [
|
|
{
|
|
"args": "(ImTextureRef_c tex_ref,const ImVec2_c image_size,const ImVec2_c uv0,const ImVec2_c uv1)",
|
|
"argsT": [
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
},
|
|
{
|
|
"name": "image_size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv0",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv1",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureRef tex_ref,const ImVec2& image_size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1))",
|
|
"call_args": "(ConvertToCPP_ImTextureRef(tex_ref),ConvertToCPP_ImVec2(image_size),ConvertToCPP_ImVec2(uv0),ConvertToCPP_ImVec2(uv1))",
|
|
"call_args_old": "(tex_ref,image_size,uv0,uv1)",
|
|
"cimguiname": "igImage",
|
|
"defaults": {
|
|
"uv0": "ImVec2(0,0)",
|
|
"uv1": "ImVec2(1,1)"
|
|
},
|
|
"funcname": "Image",
|
|
"location": "imgui:659",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igImage",
|
|
"ret": "void",
|
|
"signature": "(ImTextureRef,const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImageButton": [
|
|
{
|
|
"args": "(const char* str_id,ImTextureRef_c tex_ref,const ImVec2_c image_size,const ImVec2_c uv0,const ImVec2_c uv1,const ImVec4_c bg_col,const ImVec4_c tint_col)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
},
|
|
{
|
|
"name": "image_size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv0",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "bg_col",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "tint_col",
|
|
"type": "const ImVec4"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImTextureRef tex_ref,const ImVec2& image_size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),const ImVec4& bg_col=ImVec4(0,0,0,0),const ImVec4& tint_col=ImVec4(1,1,1,1))",
|
|
"call_args": "(str_id,ConvertToCPP_ImTextureRef(tex_ref),ConvertToCPP_ImVec2(image_size),ConvertToCPP_ImVec2(uv0),ConvertToCPP_ImVec2(uv1),ConvertToCPP_ImVec4(bg_col),ConvertToCPP_ImVec4(tint_col))",
|
|
"call_args_old": "(str_id,tex_ref,image_size,uv0,uv1,bg_col,tint_col)",
|
|
"cimguiname": "igImageButton",
|
|
"defaults": {
|
|
"bg_col": "ImVec4(0,0,0,0)",
|
|
"tint_col": "ImVec4(1,1,1,1)",
|
|
"uv0": "ImVec2(0,0)",
|
|
"uv1": "ImVec2(1,1)"
|
|
},
|
|
"funcname": "ImageButton",
|
|
"location": "imgui:661",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igImageButton",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImTextureRef,const ImVec2,const ImVec2,const ImVec2,const ImVec4,const ImVec4)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImageButtonEx": [
|
|
{
|
|
"args": "(ImGuiID id,ImTextureRef_c tex_ref,const ImVec2_c image_size,const ImVec2_c uv0,const ImVec2_c uv1,const ImVec4_c bg_col,const ImVec4_c tint_col,ImGuiButtonFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
},
|
|
{
|
|
"name": "image_size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv0",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "bg_col",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "tint_col",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiButtonFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImTextureRef tex_ref,const ImVec2& image_size,const ImVec2& uv0,const ImVec2& uv1,const ImVec4& bg_col,const ImVec4& tint_col,ImGuiButtonFlags flags=0)",
|
|
"call_args": "(id,ConvertToCPP_ImTextureRef(tex_ref),ConvertToCPP_ImVec2(image_size),ConvertToCPP_ImVec2(uv0),ConvertToCPP_ImVec2(uv1),ConvertToCPP_ImVec4(bg_col),ConvertToCPP_ImVec4(tint_col),flags)",
|
|
"call_args_old": "(id,tex_ref,image_size,uv0,uv1,bg_col,tint_col,flags)",
|
|
"cimguiname": "igImageButtonEx",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ImageButtonEx",
|
|
"location": "imgui_internal:3896",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igImageButtonEx",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,ImTextureRef,const ImVec2,const ImVec2,const ImVec2,const ImVec4,const ImVec4,ImGuiButtonFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igImageWithBg": [
|
|
{
|
|
"args": "(ImTextureRef_c tex_ref,const ImVec2_c image_size,const ImVec2_c uv0,const ImVec2_c uv1,const ImVec4_c bg_col,const ImVec4_c tint_col)",
|
|
"argsT": [
|
|
{
|
|
"name": "tex_ref",
|
|
"type": "ImTextureRef"
|
|
},
|
|
{
|
|
"name": "image_size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv0",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv1",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "bg_col",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "tint_col",
|
|
"type": "const ImVec4"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureRef tex_ref,const ImVec2& image_size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),const ImVec4& bg_col=ImVec4(0,0,0,0),const ImVec4& tint_col=ImVec4(1,1,1,1))",
|
|
"call_args": "(ConvertToCPP_ImTextureRef(tex_ref),ConvertToCPP_ImVec2(image_size),ConvertToCPP_ImVec2(uv0),ConvertToCPP_ImVec2(uv1),ConvertToCPP_ImVec4(bg_col),ConvertToCPP_ImVec4(tint_col))",
|
|
"call_args_old": "(tex_ref,image_size,uv0,uv1,bg_col,tint_col)",
|
|
"cimguiname": "igImageWithBg",
|
|
"defaults": {
|
|
"bg_col": "ImVec4(0,0,0,0)",
|
|
"tint_col": "ImVec4(1,1,1,1)",
|
|
"uv0": "ImVec2(0,0)",
|
|
"uv1": "ImVec2(1,1)"
|
|
},
|
|
"funcname": "ImageWithBg",
|
|
"location": "imgui:660",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igImageWithBg",
|
|
"ret": "void",
|
|
"signature": "(ImTextureRef,const ImVec2,const ImVec2,const ImVec2,const ImVec4,const ImVec4)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIndent": [
|
|
{
|
|
"args": "(float indent_w)",
|
|
"argsT": [
|
|
{
|
|
"name": "indent_w",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float indent_w=0.0f)",
|
|
"call_args": "(indent_w)",
|
|
"call_args_old": "(indent_w)",
|
|
"cimguiname": "igIndent",
|
|
"defaults": {
|
|
"indent_w": "0.0f"
|
|
},
|
|
"funcname": "Indent",
|
|
"location": "imgui:589",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIndent",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInitialize": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igInitialize",
|
|
"defaults": {},
|
|
"funcname": "Initialize",
|
|
"location": "imgui_internal:3426",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInitialize",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputDouble": [
|
|
{
|
|
"args": "(const char* label,double* v,double step,double step_fast,const char* format,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "double*"
|
|
},
|
|
{
|
|
"name": "step",
|
|
"type": "double"
|
|
},
|
|
{
|
|
"name": "step_fast",
|
|
"type": "double"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,double* v,double step=0.0,double step_fast=0.0,const char* format=\"%.6f\",ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,step,step_fast,format,flags)",
|
|
"call_args_old": "(label,v,step,step_fast,format,flags)",
|
|
"cimguiname": "igInputDouble",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.6f\"",
|
|
"step": "0.0",
|
|
"step_fast": "0.0"
|
|
},
|
|
"funcname": "InputDouble",
|
|
"location": "imgui:732",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputDouble",
|
|
"ret": "bool",
|
|
"signature": "(const char*,double*,double,double,const char*,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputFloat": [
|
|
{
|
|
"args": "(const char* label,float* v,float step,float step_fast,const char* format,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "step",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "step_fast",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float* v,float step=0.0f,float step_fast=0.0f,const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,step,step_fast,format,flags)",
|
|
"call_args_old": "(label,v,step,step_fast,format,flags)",
|
|
"cimguiname": "igInputFloat",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\"",
|
|
"step": "0.0f",
|
|
"step_fast": "0.0f"
|
|
},
|
|
"funcname": "InputFloat",
|
|
"location": "imgui:724",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputFloat",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float*,float,float,const char*,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputFloat2": [
|
|
{
|
|
"args": "(const char* label,float v[2],const char* format,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[2]"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[2],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,format,flags)",
|
|
"call_args_old": "(label,v,format,flags)",
|
|
"cimguiname": "igInputFloat2",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\""
|
|
},
|
|
"funcname": "InputFloat2",
|
|
"location": "imgui:725",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputFloat2",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[2],const char*,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputFloat3": [
|
|
{
|
|
"args": "(const char* label,float v[3],const char* format,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[3]"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[3],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,format,flags)",
|
|
"call_args_old": "(label,v,format,flags)",
|
|
"cimguiname": "igInputFloat3",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\""
|
|
},
|
|
"funcname": "InputFloat3",
|
|
"location": "imgui:726",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputFloat3",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[3],const char*,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputFloat4": [
|
|
{
|
|
"args": "(const char* label,float v[4],const char* format,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[4]"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[4],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,format,flags)",
|
|
"call_args_old": "(label,v,format,flags)",
|
|
"cimguiname": "igInputFloat4",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\""
|
|
},
|
|
"funcname": "InputFloat4",
|
|
"location": "imgui:727",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputFloat4",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[4],const char*,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputInt": [
|
|
{
|
|
"args": "(const char* label,int* v,int step,int step_fast,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "step",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "step_fast",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* v,int step=1,int step_fast=100,ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,step,step_fast,flags)",
|
|
"call_args_old": "(label,v,step,step_fast,flags)",
|
|
"cimguiname": "igInputInt",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"step": "1",
|
|
"step_fast": "100"
|
|
},
|
|
"funcname": "InputInt",
|
|
"location": "imgui:728",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputInt",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,int,int,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputInt2": [
|
|
{
|
|
"args": "(const char* label,int v[2],ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[2]"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[2],ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,flags)",
|
|
"call_args_old": "(label,v,flags)",
|
|
"cimguiname": "igInputInt2",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "InputInt2",
|
|
"location": "imgui:729",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputInt2",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[2],ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputInt3": [
|
|
{
|
|
"args": "(const char* label,int v[3],ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[3]"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[3],ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,flags)",
|
|
"call_args_old": "(label,v,flags)",
|
|
"cimguiname": "igInputInt3",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "InputInt3",
|
|
"location": "imgui:730",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputInt3",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[3],ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputInt4": [
|
|
{
|
|
"args": "(const char* label,int v[4],ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[4]"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[4],ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,v,flags)",
|
|
"call_args_old": "(label,v,flags)",
|
|
"cimguiname": "igInputInt4",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "InputInt4",
|
|
"location": "imgui:731",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputInt4",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[4],ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputScalar": [
|
|
{
|
|
"args": "(const char* label,ImGuiDataType data_type,void* p_data,const void* p_step,const void* p_step_fast,const char* format,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "p_step",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_step_fast",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,const void* p_step=((void*)0),const void* p_step_fast=((void*)0),const char* format=((void*)0),ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,data_type,p_data,p_step,p_step_fast,format,flags)",
|
|
"call_args_old": "(label,data_type,p_data,p_step,p_step_fast,format,flags)",
|
|
"cimguiname": "igInputScalar",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "NULL",
|
|
"p_step": "NULL",
|
|
"p_step_fast": "NULL"
|
|
},
|
|
"funcname": "InputScalar",
|
|
"location": "imgui:733",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputScalar",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDataType,void*,const void*,const void*,const char*,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputScalarN": [
|
|
{
|
|
"args": "(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_step,const void* p_step_fast,const char* format,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "components",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "p_step",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_step_fast",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_step=((void*)0),const void* p_step_fast=((void*)0),const char* format=((void*)0),ImGuiInputTextFlags flags=0)",
|
|
"call_args": "(label,data_type,p_data,components,p_step,p_step_fast,format,flags)",
|
|
"call_args_old": "(label,data_type,p_data,components,p_step,p_step_fast,format,flags)",
|
|
"cimguiname": "igInputScalarN",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "NULL",
|
|
"p_step": "NULL",
|
|
"p_step_fast": "NULL"
|
|
},
|
|
"funcname": "InputScalarN",
|
|
"location": "imgui:734",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputScalarN",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDataType,void*,int,const void*,const void*,const char*,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputText": [
|
|
{
|
|
"args": "(const char* label,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "callback",
|
|
"type": "ImGuiInputTextCallback"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,char* buf,size_t buf_size,ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))",
|
|
"call_args": "(label,buf,buf_size,flags,callback,user_data)",
|
|
"call_args_old": "(label,buf,buf_size,flags,callback,user_data)",
|
|
"cimguiname": "igInputText",
|
|
"defaults": {
|
|
"callback": "NULL",
|
|
"flags": "0",
|
|
"user_data": "NULL"
|
|
},
|
|
"funcname": "InputText",
|
|
"location": "imgui:721",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputText",
|
|
"ret": "bool",
|
|
"signature": "(const char*,char*,size_t,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputTextDeactivateHook": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igInputTextDeactivateHook",
|
|
"defaults": {},
|
|
"funcname": "InputTextDeactivateHook",
|
|
"location": "imgui_internal:3948",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputTextDeactivateHook",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputTextEx": [
|
|
{
|
|
"args": "(const char* label,const char* hint,char* buf,int buf_size,const ImVec2_c size_arg,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "hint",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "size_arg",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "callback",
|
|
"type": "ImGuiInputTextCallback"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* hint,char* buf,int buf_size,const ImVec2& size_arg,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))",
|
|
"call_args": "(label,hint,buf,buf_size,ConvertToCPP_ImVec2(size_arg),flags,callback,user_data)",
|
|
"call_args_old": "(label,hint,buf,buf_size,size_arg,flags,callback,user_data)",
|
|
"cimguiname": "igInputTextEx",
|
|
"defaults": {
|
|
"callback": "NULL",
|
|
"user_data": "NULL"
|
|
},
|
|
"funcname": "InputTextEx",
|
|
"location": "imgui_internal:3947",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputTextEx",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,char*,int,const ImVec2,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputTextMultiline": [
|
|
{
|
|
"args": "(const char* label,char* buf,size_t buf_size,const ImVec2_c size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "callback",
|
|
"type": "ImGuiInputTextCallback"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,char* buf,size_t buf_size,const ImVec2& size=ImVec2(0,0),ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))",
|
|
"call_args": "(label,buf,buf_size,ConvertToCPP_ImVec2(size),flags,callback,user_data)",
|
|
"call_args_old": "(label,buf,buf_size,size,flags,callback,user_data)",
|
|
"cimguiname": "igInputTextMultiline",
|
|
"defaults": {
|
|
"callback": "NULL",
|
|
"flags": "0",
|
|
"size": "ImVec2(0,0)",
|
|
"user_data": "NULL"
|
|
},
|
|
"funcname": "InputTextMultiline",
|
|
"location": "imgui:722",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputTextMultiline",
|
|
"ret": "bool",
|
|
"signature": "(const char*,char*,size_t,const ImVec2,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInputTextWithHint": [
|
|
{
|
|
"args": "(const char* label,const char* hint,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "hint",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "callback",
|
|
"type": "ImGuiInputTextCallback"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* hint,char* buf,size_t buf_size,ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))",
|
|
"call_args": "(label,hint,buf,buf_size,flags,callback,user_data)",
|
|
"call_args_old": "(label,hint,buf,buf_size,flags,callback,user_data)",
|
|
"cimguiname": "igInputTextWithHint",
|
|
"defaults": {
|
|
"callback": "NULL",
|
|
"flags": "0",
|
|
"user_data": "NULL"
|
|
},
|
|
"funcname": "InputTextWithHint",
|
|
"location": "imgui:723",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInputTextWithHint",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,char*,size_t,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igInvisibleButton": [
|
|
{
|
|
"args": "(const char* str_id,const ImVec2_c size,ImGuiButtonFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiButtonFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,const ImVec2& size,ImGuiButtonFlags flags=0)",
|
|
"call_args": "(str_id,ConvertToCPP_ImVec2(size),flags)",
|
|
"call_args_old": "(str_id,size,flags)",
|
|
"cimguiname": "igInvisibleButton",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "InvisibleButton",
|
|
"location": "imgui:641",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igInvisibleButton",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec2,ImGuiButtonFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsActiveIdUsingNavDir": [
|
|
{
|
|
"args": "(ImGuiDir dir)",
|
|
"argsT": [
|
|
{
|
|
"name": "dir",
|
|
"type": "ImGuiDir"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDir dir)",
|
|
"call_args": "(dir)",
|
|
"call_args_old": "(dir)",
|
|
"cimguiname": "igIsActiveIdUsingNavDir",
|
|
"defaults": {},
|
|
"funcname": "IsActiveIdUsingNavDir",
|
|
"location": "imgui_internal:3614",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsActiveIdUsingNavDir",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiDir)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsAliasKey": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsAliasKey",
|
|
"defaults": {},
|
|
"funcname": "IsAliasKey",
|
|
"location": "imgui_internal:3591",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsAliasKey",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsAnyItemActive": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsAnyItemActive",
|
|
"defaults": {},
|
|
"funcname": "IsAnyItemActive",
|
|
"location": "imgui:1047",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsAnyItemActive",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsAnyItemFocused": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsAnyItemFocused",
|
|
"defaults": {},
|
|
"funcname": "IsAnyItemFocused",
|
|
"location": "imgui:1048",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsAnyItemFocused",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsAnyItemHovered": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsAnyItemHovered",
|
|
"defaults": {},
|
|
"funcname": "IsAnyItemHovered",
|
|
"location": "imgui:1046",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsAnyItemHovered",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsAnyMouseDown": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsAnyMouseDown",
|
|
"defaults": {},
|
|
"funcname": "IsAnyMouseDown",
|
|
"location": "imgui:1133",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsAnyMouseDown",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsClippedEx": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id)",
|
|
"call_args_old": "(bb,id)",
|
|
"cimguiname": "igIsClippedEx",
|
|
"defaults": {},
|
|
"funcname": "IsClippedEx",
|
|
"location": "imgui_internal:3507",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsClippedEx",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsDragDropActive": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsDragDropActive",
|
|
"defaults": {},
|
|
"funcname": "IsDragDropActive",
|
|
"location": "imgui_internal:3736",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsDragDropActive",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsDragDropPayloadBeingAccepted": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsDragDropPayloadBeingAccepted",
|
|
"defaults": {},
|
|
"funcname": "IsDragDropPayloadBeingAccepted",
|
|
"location": "imgui_internal:3740",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsDragDropPayloadBeingAccepted",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsGamepadKey": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsGamepadKey",
|
|
"defaults": {},
|
|
"funcname": "IsGamepadKey",
|
|
"location": "imgui_internal:3589",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsGamepadKey",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemActivated": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemActivated",
|
|
"defaults": {},
|
|
"funcname": "IsItemActivated",
|
|
"location": "imgui:1042",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemActivated",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemActive": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemActive",
|
|
"defaults": {},
|
|
"funcname": "IsItemActive",
|
|
"location": "imgui:1037",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemActive",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemActiveAsInputText": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemActiveAsInputText",
|
|
"defaults": {},
|
|
"funcname": "IsItemActiveAsInputText",
|
|
"location": "imgui_internal:3954",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemActiveAsInputText",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemClicked": [
|
|
{
|
|
"args": "(ImGuiMouseButton mouse_button)",
|
|
"argsT": [
|
|
{
|
|
"name": "mouse_button",
|
|
"type": "ImGuiMouseButton"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton mouse_button=0)",
|
|
"call_args": "(mouse_button)",
|
|
"call_args_old": "(mouse_button)",
|
|
"cimguiname": "igIsItemClicked",
|
|
"defaults": {
|
|
"mouse_button": "0"
|
|
},
|
|
"funcname": "IsItemClicked",
|
|
"location": "imgui:1039",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemClicked",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemDeactivated": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemDeactivated",
|
|
"defaults": {},
|
|
"funcname": "IsItemDeactivated",
|
|
"location": "imgui:1043",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemDeactivated",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemDeactivatedAfterEdit": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemDeactivatedAfterEdit",
|
|
"defaults": {},
|
|
"funcname": "IsItemDeactivatedAfterEdit",
|
|
"location": "imgui:1044",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemDeactivatedAfterEdit",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemEdited": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemEdited",
|
|
"defaults": {},
|
|
"funcname": "IsItemEdited",
|
|
"location": "imgui:1041",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemEdited",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemFocused": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemFocused",
|
|
"defaults": {},
|
|
"funcname": "IsItemFocused",
|
|
"location": "imgui:1038",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemFocused",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemHovered": [
|
|
{
|
|
"args": "(ImGuiHoveredFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiHoveredFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiHoveredFlags flags=0)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "igIsItemHovered",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "IsItemHovered",
|
|
"location": "imgui:1036",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemHovered",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiHoveredFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemToggledOpen": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemToggledOpen",
|
|
"defaults": {},
|
|
"funcname": "IsItemToggledOpen",
|
|
"location": "imgui:1045",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemToggledOpen",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemToggledSelection": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemToggledSelection",
|
|
"defaults": {},
|
|
"funcname": "IsItemToggledSelection",
|
|
"location": "imgui:783",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemToggledSelection",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsItemVisible": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsItemVisible",
|
|
"defaults": {},
|
|
"funcname": "IsItemVisible",
|
|
"location": "imgui:1040",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsItemVisible",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsKeyChordPressed": [
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord)",
|
|
"call_args": "(key_chord)",
|
|
"call_args_old": "(key_chord)",
|
|
"cimguiname": "igIsKeyChordPressed",
|
|
"defaults": {},
|
|
"funcname": "IsKeyChordPressed",
|
|
"location": "imgui:1090",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyChordPressed_Nil",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKeyChord)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags,ImGuiID owner_id=0)",
|
|
"call_args": "(key_chord,flags,owner_id)",
|
|
"call_args_old": "(key_chord,flags,owner_id)",
|
|
"cimguiname": "igIsKeyChordPressed",
|
|
"defaults": {
|
|
"owner_id": "0"
|
|
},
|
|
"funcname": "IsKeyChordPressed",
|
|
"location": "imgui_internal:3643",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyChordPressed_InputFlags",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKeyChord,ImGuiInputFlags,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsKeyDown": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsKeyDown",
|
|
"defaults": {},
|
|
"funcname": "IsKeyDown",
|
|
"location": "imgui:1087",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyDown_Nil",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiKey key,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,ImGuiID owner_id)",
|
|
"call_args": "(key,owner_id)",
|
|
"call_args_old": "(key,owner_id)",
|
|
"cimguiname": "igIsKeyDown",
|
|
"defaults": {},
|
|
"funcname": "IsKeyDown",
|
|
"location": "imgui_internal:3640",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyDown_ID",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsKeyPressed": [
|
|
{
|
|
"args": "(ImGuiKey key,bool repeat)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "repeat",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,bool repeat=true)",
|
|
"call_args": "(key,repeat)",
|
|
"call_args_old": "(key,repeat)",
|
|
"cimguiname": "igIsKeyPressed",
|
|
"defaults": {
|
|
"repeat": "true"
|
|
},
|
|
"funcname": "IsKeyPressed",
|
|
"location": "imgui:1088",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyPressed_Bool",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey,bool)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiKey key,ImGuiInputFlags flags,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,ImGuiInputFlags flags,ImGuiID owner_id=0)",
|
|
"call_args": "(key,flags,owner_id)",
|
|
"call_args_old": "(key,flags,owner_id)",
|
|
"cimguiname": "igIsKeyPressed",
|
|
"defaults": {
|
|
"owner_id": "0"
|
|
},
|
|
"funcname": "IsKeyPressed",
|
|
"location": "imgui_internal:3641",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyPressed_InputFlags",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey,ImGuiInputFlags,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsKeyReleased": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsKeyReleased",
|
|
"defaults": {},
|
|
"funcname": "IsKeyReleased",
|
|
"location": "imgui:1089",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyReleased_Nil",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiKey key,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,ImGuiID owner_id)",
|
|
"call_args": "(key,owner_id)",
|
|
"call_args_old": "(key,owner_id)",
|
|
"cimguiname": "igIsKeyReleased",
|
|
"defaults": {},
|
|
"funcname": "IsKeyReleased",
|
|
"location": "imgui_internal:3642",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyReleased_ID",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsKeyboardKey": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsKeyboardKey",
|
|
"defaults": {},
|
|
"funcname": "IsKeyboardKey",
|
|
"location": "imgui_internal:3588",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsKeyboardKey",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsLRModKey": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsLRModKey",
|
|
"defaults": {},
|
|
"funcname": "IsLRModKey",
|
|
"location": "imgui_internal:3592",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsLRModKey",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsLegacyKey": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsLegacyKey",
|
|
"defaults": {},
|
|
"funcname": "IsLegacyKey",
|
|
"location": "imgui_internal:3587",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsLegacyKey",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseClicked": [
|
|
{
|
|
"args": "(ImGuiMouseButton button,bool repeat)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "repeat",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button,bool repeat=false)",
|
|
"call_args": "(button,repeat)",
|
|
"call_args_old": "(button,repeat)",
|
|
"cimguiname": "igIsMouseClicked",
|
|
"defaults": {
|
|
"repeat": "false"
|
|
},
|
|
"funcname": "IsMouseClicked",
|
|
"location": "imgui:1126",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseClicked_Bool",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton,bool)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiMouseButton button,ImGuiInputFlags flags,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button,ImGuiInputFlags flags,ImGuiID owner_id=0)",
|
|
"call_args": "(button,flags,owner_id)",
|
|
"call_args_old": "(button,flags,owner_id)",
|
|
"cimguiname": "igIsMouseClicked",
|
|
"defaults": {
|
|
"owner_id": "0"
|
|
},
|
|
"funcname": "IsMouseClicked",
|
|
"location": "imgui_internal:3645",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseClicked_InputFlags",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton,ImGuiInputFlags,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseDoubleClicked": [
|
|
{
|
|
"args": "(ImGuiMouseButton button)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button)",
|
|
"call_args": "(button)",
|
|
"call_args_old": "(button)",
|
|
"cimguiname": "igIsMouseDoubleClicked",
|
|
"defaults": {},
|
|
"funcname": "IsMouseDoubleClicked",
|
|
"location": "imgui:1128",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseDoubleClicked_Nil",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiMouseButton button,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button,ImGuiID owner_id)",
|
|
"call_args": "(button,owner_id)",
|
|
"call_args_old": "(button,owner_id)",
|
|
"cimguiname": "igIsMouseDoubleClicked",
|
|
"defaults": {},
|
|
"funcname": "IsMouseDoubleClicked",
|
|
"location": "imgui_internal:3647",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseDoubleClicked_ID",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseDown": [
|
|
{
|
|
"args": "(ImGuiMouseButton button)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button)",
|
|
"call_args": "(button)",
|
|
"call_args_old": "(button)",
|
|
"cimguiname": "igIsMouseDown",
|
|
"defaults": {},
|
|
"funcname": "IsMouseDown",
|
|
"location": "imgui:1125",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseDown_Nil",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiMouseButton button,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button,ImGuiID owner_id)",
|
|
"call_args": "(button,owner_id)",
|
|
"call_args_old": "(button,owner_id)",
|
|
"cimguiname": "igIsMouseDown",
|
|
"defaults": {},
|
|
"funcname": "IsMouseDown",
|
|
"location": "imgui_internal:3644",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseDown_ID",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseDragPastThreshold": [
|
|
{
|
|
"args": "(ImGuiMouseButton button,float lock_threshold)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "lock_threshold",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button,float lock_threshold=-1.0f)",
|
|
"call_args": "(button,lock_threshold)",
|
|
"call_args_old": "(button,lock_threshold)",
|
|
"cimguiname": "igIsMouseDragPastThreshold",
|
|
"defaults": {
|
|
"lock_threshold": "-1.0f"
|
|
},
|
|
"funcname": "IsMouseDragPastThreshold",
|
|
"location": "imgui_internal:3607",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseDragPastThreshold",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseDragging": [
|
|
{
|
|
"args": "(ImGuiMouseButton button,float lock_threshold)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "lock_threshold",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button,float lock_threshold=-1.0f)",
|
|
"call_args": "(button,lock_threshold)",
|
|
"call_args_old": "(button,lock_threshold)",
|
|
"cimguiname": "igIsMouseDragging",
|
|
"defaults": {
|
|
"lock_threshold": "-1.0f"
|
|
},
|
|
"funcname": "IsMouseDragging",
|
|
"location": "imgui:1136",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseDragging",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseHoveringRect": [
|
|
{
|
|
"args": "(const ImVec2_c r_min,const ImVec2_c r_max,bool clip)",
|
|
"argsT": [
|
|
{
|
|
"name": "r_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "r_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "clip",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& r_min,const ImVec2& r_max,bool clip=true)",
|
|
"call_args": "(ConvertToCPP_ImVec2(r_min),ConvertToCPP_ImVec2(r_max),clip)",
|
|
"call_args_old": "(r_min,r_max,clip)",
|
|
"cimguiname": "igIsMouseHoveringRect",
|
|
"defaults": {
|
|
"clip": "true"
|
|
},
|
|
"funcname": "IsMouseHoveringRect",
|
|
"location": "imgui:1131",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseHoveringRect",
|
|
"ret": "bool",
|
|
"signature": "(const ImVec2,const ImVec2,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseKey": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsMouseKey",
|
|
"defaults": {},
|
|
"funcname": "IsMouseKey",
|
|
"location": "imgui_internal:3590",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseKey",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMousePosValid": [
|
|
{
|
|
"args": "(const ImVec2_c* mouse_pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "mouse_pos",
|
|
"type": "const ImVec2*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2* mouse_pos=((void*)0))",
|
|
"call_args": "(reinterpret_cast<const ImVec2*>(mouse_pos))",
|
|
"call_args_old": "(mouse_pos)",
|
|
"cimguiname": "igIsMousePosValid",
|
|
"defaults": {
|
|
"mouse_pos": "NULL"
|
|
},
|
|
"funcname": "IsMousePosValid",
|
|
"location": "imgui:1132",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMousePosValid",
|
|
"ret": "bool",
|
|
"signature": "(const ImVec2*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseReleased": [
|
|
{
|
|
"args": "(ImGuiMouseButton button)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button)",
|
|
"call_args": "(button)",
|
|
"call_args_old": "(button)",
|
|
"cimguiname": "igIsMouseReleased",
|
|
"defaults": {},
|
|
"funcname": "IsMouseReleased",
|
|
"location": "imgui:1127",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseReleased_Nil",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiMouseButton button,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button,ImGuiID owner_id)",
|
|
"call_args": "(button,owner_id)",
|
|
"call_args_old": "(button,owner_id)",
|
|
"cimguiname": "igIsMouseReleased",
|
|
"defaults": {},
|
|
"funcname": "IsMouseReleased",
|
|
"location": "imgui_internal:3646",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseReleased_ID",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsMouseReleasedWithDelay": [
|
|
{
|
|
"args": "(ImGuiMouseButton button,float delay)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
},
|
|
{
|
|
"name": "delay",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button,float delay)",
|
|
"call_args": "(button,delay)",
|
|
"call_args_old": "(button,delay)",
|
|
"cimguiname": "igIsMouseReleasedWithDelay",
|
|
"defaults": {},
|
|
"funcname": "IsMouseReleasedWithDelay",
|
|
"location": "imgui:1129",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsMouseReleasedWithDelay",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiMouseButton,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsNamedKey": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsNamedKey",
|
|
"defaults": {},
|
|
"funcname": "IsNamedKey",
|
|
"location": "imgui_internal:3585",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsNamedKey",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsNamedKeyOrMod": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igIsNamedKeyOrMod",
|
|
"defaults": {},
|
|
"funcname": "IsNamedKeyOrMod",
|
|
"location": "imgui_internal:3586",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsNamedKeyOrMod",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsPopupOpen": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiPopupFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiPopupFlags flags=0)",
|
|
"call_args": "(str_id,flags)",
|
|
"call_args_old": "(str_id,flags)",
|
|
"cimguiname": "igIsPopupOpen",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "IsPopupOpen",
|
|
"location": "imgui:882",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsPopupOpen_Str",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiID id,ImGuiPopupFlags popup_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "popup_flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiPopupFlags popup_flags)",
|
|
"call_args": "(id,popup_flags)",
|
|
"call_args_old": "(id,popup_flags)",
|
|
"cimguiname": "igIsPopupOpen",
|
|
"defaults": {},
|
|
"funcname": "IsPopupOpen",
|
|
"location": "imgui_internal:3536",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsPopupOpen_ID",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsRectVisible": [
|
|
{
|
|
"args": "(const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& size)",
|
|
"call_args": "(ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(size)",
|
|
"cimguiname": "igIsRectVisible",
|
|
"defaults": {},
|
|
"funcname": "IsRectVisible",
|
|
"location": "imgui:1065",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsRectVisible_Nil",
|
|
"ret": "bool",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImVec2_c rect_min,const ImVec2_c rect_max)",
|
|
"argsT": [
|
|
{
|
|
"name": "rect_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "rect_max",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& rect_min,const ImVec2& rect_max)",
|
|
"call_args": "(ConvertToCPP_ImVec2(rect_min),ConvertToCPP_ImVec2(rect_max))",
|
|
"call_args_old": "(rect_min,rect_max)",
|
|
"cimguiname": "igIsRectVisible",
|
|
"defaults": {},
|
|
"funcname": "IsRectVisible",
|
|
"location": "imgui:1066",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsRectVisible_Vec2",
|
|
"ret": "bool",
|
|
"signature": "(const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowAbove": [
|
|
{
|
|
"args": "(ImGuiWindow* potential_above,ImGuiWindow* potential_below)",
|
|
"argsT": [
|
|
{
|
|
"name": "potential_above",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "potential_below",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* potential_above,ImGuiWindow* potential_below)",
|
|
"call_args": "(potential_above,potential_below)",
|
|
"call_args_old": "(potential_above,potential_below)",
|
|
"cimguiname": "igIsWindowAbove",
|
|
"defaults": {},
|
|
"funcname": "IsWindowAbove",
|
|
"location": "imgui_internal:3383",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowAbove",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiWindow*,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowAppearing": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsWindowAppearing",
|
|
"defaults": {},
|
|
"funcname": "IsWindowAppearing",
|
|
"location": "imgui:466",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowAppearing",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowChildOf": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiWindow* potential_parent,bool popup_hierarchy,bool dock_hierarchy)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "potential_parent",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "popup_hierarchy",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "dock_hierarchy",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiWindow* potential_parent,bool popup_hierarchy,bool dock_hierarchy)",
|
|
"call_args": "(window,potential_parent,popup_hierarchy,dock_hierarchy)",
|
|
"call_args_old": "(window,potential_parent,popup_hierarchy,dock_hierarchy)",
|
|
"cimguiname": "igIsWindowChildOf",
|
|
"defaults": {},
|
|
"funcname": "IsWindowChildOf",
|
|
"location": "imgui_internal:3380",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowChildOf",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiWindow*,ImGuiWindow*,bool,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowCollapsed": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsWindowCollapsed",
|
|
"defaults": {},
|
|
"funcname": "IsWindowCollapsed",
|
|
"location": "imgui:467",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowCollapsed",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowContentHoverable": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiHoveredFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiHoveredFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiHoveredFlags flags=0)",
|
|
"call_args": "(window,flags)",
|
|
"call_args_old": "(window,flags)",
|
|
"cimguiname": "igIsWindowContentHoverable",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "IsWindowContentHoverable",
|
|
"location": "imgui_internal:3506",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowContentHoverable",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiWindow*,ImGuiHoveredFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowDocked": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igIsWindowDocked",
|
|
"defaults": {},
|
|
"funcname": "IsWindowDocked",
|
|
"location": "imgui:985",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowDocked",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowFocused": [
|
|
{
|
|
"args": "(ImGuiFocusedFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiFocusedFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiFocusedFlags flags=0)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "igIsWindowFocused",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "IsWindowFocused",
|
|
"location": "imgui:468",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowFocused",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiFocusedFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowHovered": [
|
|
{
|
|
"args": "(ImGuiHoveredFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiHoveredFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiHoveredFlags flags=0)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "igIsWindowHovered",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "IsWindowHovered",
|
|
"location": "imgui:469",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowHovered",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiHoveredFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowInBeginStack": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igIsWindowInBeginStack",
|
|
"defaults": {},
|
|
"funcname": "IsWindowInBeginStack",
|
|
"location": "imgui_internal:3381",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowInBeginStack",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowNavFocusable": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igIsWindowNavFocusable",
|
|
"defaults": {},
|
|
"funcname": "IsWindowNavFocusable",
|
|
"location": "imgui_internal:3384",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowNavFocusable",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igIsWindowWithinBeginStackOf": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiWindow* potential_parent)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "potential_parent",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiWindow* potential_parent)",
|
|
"call_args": "(window,potential_parent)",
|
|
"call_args_old": "(window,potential_parent)",
|
|
"cimguiname": "igIsWindowWithinBeginStackOf",
|
|
"defaults": {},
|
|
"funcname": "IsWindowWithinBeginStackOf",
|
|
"location": "imgui_internal:3382",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igIsWindowWithinBeginStackOf",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiWindow*,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igItemAdd": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,const ImRect* nav_bb,ImGuiItemFlags extra_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "nav_bb",
|
|
"type": "const ImRect*"
|
|
},
|
|
{
|
|
"name": "extra_flags",
|
|
"type": "ImGuiItemFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,const ImRect* nav_bb=((void*)0),ImGuiItemFlags extra_flags=0)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,nav_bb,extra_flags)",
|
|
"call_args_old": "(bb,id,nav_bb,extra_flags)",
|
|
"cimguiname": "igItemAdd",
|
|
"defaults": {
|
|
"extra_flags": "0",
|
|
"nav_bb": "NULL"
|
|
},
|
|
"funcname": "ItemAdd",
|
|
"location": "imgui_internal:3504",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igItemAdd",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID,const ImRect*,ImGuiItemFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igItemHoverable": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,ImGuiItemFlags item_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "item_flags",
|
|
"type": "ImGuiItemFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiItemFlags item_flags)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,item_flags)",
|
|
"call_args_old": "(bb,id,item_flags)",
|
|
"cimguiname": "igItemHoverable",
|
|
"defaults": {},
|
|
"funcname": "ItemHoverable",
|
|
"location": "imgui_internal:3505",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igItemHoverable",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID,ImGuiItemFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igItemSize": [
|
|
{
|
|
"args": "(const ImVec2_c size,float text_baseline_y)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "text_baseline_y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& size,float text_baseline_y=-1.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(size),text_baseline_y)",
|
|
"call_args_old": "(size,text_baseline_y)",
|
|
"cimguiname": "igItemSize",
|
|
"defaults": {
|
|
"text_baseline_y": "-1.0f"
|
|
},
|
|
"funcname": "ItemSize",
|
|
"location": "imgui_internal:3502",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igItemSize_Vec2",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImRect_c bb,float text_baseline_y)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "text_baseline_y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,float text_baseline_y=-1.0f)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),text_baseline_y)",
|
|
"call_args_old": "(bb,text_baseline_y)",
|
|
"cimguiname": "igItemSize",
|
|
"defaults": {
|
|
"text_baseline_y": "-1.0f"
|
|
},
|
|
"funcname": "ItemSize",
|
|
"location": "imgui_internal:3503",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igItemSize_Rect",
|
|
"ret": "void",
|
|
"signature": "(const ImRect,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igKeepAliveID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igKeepAliveID",
|
|
"defaults": {},
|
|
"funcname": "KeepAliveID",
|
|
"location": "imgui_internal:3495",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igKeepAliveID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLabelText": [
|
|
{
|
|
"args": "(const char* label,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* fmt,...)",
|
|
"call_args": "(label,fmt,...)",
|
|
"call_args_old": "(label,fmt,...)",
|
|
"cimguiname": "igLabelText",
|
|
"defaults": {},
|
|
"funcname": "LabelText",
|
|
"isvararg": "...)",
|
|
"location": "imgui:630",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLabelText",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLabelTextV": [
|
|
{
|
|
"args": "(const char* label,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* fmt,va_list args)",
|
|
"call_args": "(label,fmt,args)",
|
|
"call_args_old": "(label,fmt,args)",
|
|
"cimguiname": "igLabelTextV",
|
|
"defaults": {},
|
|
"funcname": "LabelTextV",
|
|
"location": "imgui:631",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLabelTextV",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igListBox": [
|
|
{
|
|
"args": "(const char* label,int* current_item,const char* const items[],int items_count,int height_in_items)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "current_item",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "items",
|
|
"type": "const char* const[]"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "height_in_items",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* current_item,const char* const items[],int items_count,int height_in_items=-1)",
|
|
"call_args": "(label,current_item,items,items_count,height_in_items)",
|
|
"call_args_old": "(label,current_item,items,items_count,height_in_items)",
|
|
"cimguiname": "igListBox",
|
|
"defaults": {
|
|
"height_in_items": "-1"
|
|
},
|
|
"funcname": "ListBox",
|
|
"location": "imgui:794",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igListBox_Str_arr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,const char* const[],int,int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,int* current_item,const char*(*getter)(void* user_data,int idx),void* user_data,int items_count,int height_in_items)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "current_item",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "getter",
|
|
"ret": "const char*",
|
|
"signature": "(void* user_data,int idx)",
|
|
"type": "const char*(*)(void* user_data,int idx)"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "height_in_items",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* current_item,const char*(*getter)(void* user_data,int idx),void* user_data,int items_count,int height_in_items=-1)",
|
|
"call_args": "(label,current_item,getter,user_data,items_count,height_in_items)",
|
|
"call_args_old": "(label,current_item,getter,user_data,items_count,height_in_items)",
|
|
"cimguiname": "igListBox",
|
|
"defaults": {
|
|
"height_in_items": "-1"
|
|
},
|
|
"funcname": "ListBox",
|
|
"location": "imgui:795",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igListBox_FnStrPtr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,const char*(*)(void*,int),void*,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLoadIniSettingsFromDisk": [
|
|
{
|
|
"args": "(const char* ini_filename)",
|
|
"argsT": [
|
|
{
|
|
"name": "ini_filename",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* ini_filename)",
|
|
"call_args": "(ini_filename)",
|
|
"call_args_old": "(ini_filename)",
|
|
"cimguiname": "igLoadIniSettingsFromDisk",
|
|
"defaults": {},
|
|
"funcname": "LoadIniSettingsFromDisk",
|
|
"location": "imgui:1152",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLoadIniSettingsFromDisk",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLoadIniSettingsFromMemory": [
|
|
{
|
|
"args": "(const char* ini_data,size_t ini_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "ini_data",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "ini_size",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* ini_data,size_t ini_size=0)",
|
|
"call_args": "(ini_data,ini_size)",
|
|
"call_args_old": "(ini_data,ini_size)",
|
|
"cimguiname": "igLoadIniSettingsFromMemory",
|
|
"defaults": {
|
|
"ini_size": "0"
|
|
},
|
|
"funcname": "LoadIniSettingsFromMemory",
|
|
"location": "imgui:1153",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLoadIniSettingsFromMemory",
|
|
"ret": "void",
|
|
"signature": "(const char*,size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLocalizeGetMsg": [
|
|
{
|
|
"args": "(ImGuiLocKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiLocKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiLocKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igLocalizeGetMsg",
|
|
"defaults": {},
|
|
"funcname": "LocalizeGetMsg",
|
|
"location": "imgui_internal:3469",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLocalizeGetMsg",
|
|
"ret": "const char*",
|
|
"signature": "(ImGuiLocKey)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLocalizeRegisterEntries": [
|
|
{
|
|
"args": "(const ImGuiLocEntry* entries,int count)",
|
|
"argsT": [
|
|
{
|
|
"name": "entries",
|
|
"type": "const ImGuiLocEntry*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiLocEntry* entries,int count)",
|
|
"call_args": "(entries,count)",
|
|
"call_args_old": "(entries,count)",
|
|
"cimguiname": "igLocalizeRegisterEntries",
|
|
"defaults": {},
|
|
"funcname": "LocalizeRegisterEntries",
|
|
"location": "imgui_internal:3468",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLocalizeRegisterEntries",
|
|
"ret": "void",
|
|
"signature": "(const ImGuiLocEntry*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogBegin": [
|
|
{
|
|
"args": "(ImGuiLogFlags flags,int auto_open_depth)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiLogFlags"
|
|
},
|
|
{
|
|
"name": "auto_open_depth",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiLogFlags flags,int auto_open_depth)",
|
|
"call_args": "(flags,auto_open_depth)",
|
|
"call_args_old": "(flags,auto_open_depth)",
|
|
"cimguiname": "igLogBegin",
|
|
"defaults": {},
|
|
"funcname": "LogBegin",
|
|
"location": "imgui_internal:3521",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogBegin",
|
|
"ret": "void",
|
|
"signature": "(ImGuiLogFlags,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogButtons": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igLogButtons",
|
|
"defaults": {},
|
|
"funcname": "LogButtons",
|
|
"location": "imgui:993",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogButtons",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogFinish": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igLogFinish",
|
|
"defaults": {},
|
|
"funcname": "LogFinish",
|
|
"location": "imgui:992",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogFinish",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogRenderedText": [
|
|
{
|
|
"args": "(const ImVec2_c* ref_pos,const char* text,const char* text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "ref_pos",
|
|
"type": "const ImVec2*"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2* ref_pos,const char* text,const char* text_end=((void*)0))",
|
|
"call_args": "(reinterpret_cast<const ImVec2*>(ref_pos),text,text_end)",
|
|
"call_args_old": "(ref_pos,text,text_end)",
|
|
"cimguiname": "igLogRenderedText",
|
|
"defaults": {
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "LogRenderedText",
|
|
"location": "imgui_internal:3523",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogRenderedText",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2*,const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogSetNextTextDecoration": [
|
|
{
|
|
"args": "(const char* prefix,const char* suffix)",
|
|
"argsT": [
|
|
{
|
|
"name": "prefix",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "suffix",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* prefix,const char* suffix)",
|
|
"call_args": "(prefix,suffix)",
|
|
"call_args_old": "(prefix,suffix)",
|
|
"cimguiname": "igLogSetNextTextDecoration",
|
|
"defaults": {},
|
|
"funcname": "LogSetNextTextDecoration",
|
|
"location": "imgui_internal:3524",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogSetNextTextDecoration",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogText": [
|
|
{
|
|
"args": "(const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,...)",
|
|
"call_args": "(fmt,...)",
|
|
"call_args_old": "(fmt,...)",
|
|
"cimguiname": "igLogText",
|
|
"defaults": {},
|
|
"funcname": "LogText",
|
|
"isvararg": "...)",
|
|
"location": "imgui:994",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogText",
|
|
"ret": "void",
|
|
"signature": "(const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogTextV": [
|
|
{
|
|
"args": "(const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "igLogTextV",
|
|
"defaults": {},
|
|
"funcname": "LogTextV",
|
|
"location": "imgui:995",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogTextV",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogToBuffer": [
|
|
{
|
|
"args": "(int auto_open_depth)",
|
|
"argsT": [
|
|
{
|
|
"name": "auto_open_depth",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int auto_open_depth=-1)",
|
|
"call_args": "(auto_open_depth)",
|
|
"call_args_old": "(auto_open_depth)",
|
|
"cimguiname": "igLogToBuffer",
|
|
"defaults": {
|
|
"auto_open_depth": "-1"
|
|
},
|
|
"funcname": "LogToBuffer",
|
|
"location": "imgui_internal:3522",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogToBuffer",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogToClipboard": [
|
|
{
|
|
"args": "(int auto_open_depth)",
|
|
"argsT": [
|
|
{
|
|
"name": "auto_open_depth",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int auto_open_depth=-1)",
|
|
"call_args": "(auto_open_depth)",
|
|
"call_args_old": "(auto_open_depth)",
|
|
"cimguiname": "igLogToClipboard",
|
|
"defaults": {
|
|
"auto_open_depth": "-1"
|
|
},
|
|
"funcname": "LogToClipboard",
|
|
"location": "imgui:991",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogToClipboard",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogToFile": [
|
|
{
|
|
"args": "(int auto_open_depth,const char* filename)",
|
|
"argsT": [
|
|
{
|
|
"name": "auto_open_depth",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "filename",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(int auto_open_depth=-1,const char* filename=((void*)0))",
|
|
"call_args": "(auto_open_depth,filename)",
|
|
"call_args_old": "(auto_open_depth,filename)",
|
|
"cimguiname": "igLogToFile",
|
|
"defaults": {
|
|
"auto_open_depth": "-1",
|
|
"filename": "NULL"
|
|
},
|
|
"funcname": "LogToFile",
|
|
"location": "imgui:990",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogToFile",
|
|
"ret": "void",
|
|
"signature": "(int,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igLogToTTY": [
|
|
{
|
|
"args": "(int auto_open_depth)",
|
|
"argsT": [
|
|
{
|
|
"name": "auto_open_depth",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int auto_open_depth=-1)",
|
|
"call_args": "(auto_open_depth)",
|
|
"call_args_old": "(auto_open_depth)",
|
|
"cimguiname": "igLogToTTY",
|
|
"defaults": {
|
|
"auto_open_depth": "-1"
|
|
},
|
|
"funcname": "LogToTTY",
|
|
"location": "imgui:989",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igLogToTTY",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMarkIniSettingsDirty": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igMarkIniSettingsDirty",
|
|
"defaults": {},
|
|
"funcname": "MarkIniSettingsDirty",
|
|
"location": "imgui_internal:3454",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMarkIniSettingsDirty_Nil",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igMarkIniSettingsDirty",
|
|
"defaults": {},
|
|
"funcname": "MarkIniSettingsDirty",
|
|
"location": "imgui_internal:3455",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMarkIniSettingsDirty_WindowPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMarkItemEdited": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igMarkItemEdited",
|
|
"defaults": {},
|
|
"funcname": "MarkItemEdited",
|
|
"location": "imgui_internal:3496",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMarkItemEdited",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMemAlloc": [
|
|
{
|
|
"args": "(size_t size)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "size_t"
|
|
}
|
|
],
|
|
"argsoriginal": "(size_t size)",
|
|
"call_args": "(size)",
|
|
"call_args_old": "(size)",
|
|
"cimguiname": "igMemAlloc",
|
|
"defaults": {},
|
|
"funcname": "MemAlloc",
|
|
"location": "imgui:1174",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMemAlloc",
|
|
"ret": "void*",
|
|
"signature": "(size_t)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMemFree": [
|
|
{
|
|
"args": "(void* ptr)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* ptr)",
|
|
"call_args": "(ptr)",
|
|
"call_args_old": "(ptr)",
|
|
"cimguiname": "igMemFree",
|
|
"defaults": {},
|
|
"funcname": "MemFree",
|
|
"location": "imgui:1175",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMemFree",
|
|
"ret": "void",
|
|
"signature": "(void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMenuItem": [
|
|
{
|
|
"args": "(const char* label,const char* shortcut,bool selected,bool enabled)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "shortcut",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "selected",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "enabled",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* shortcut=((void*)0),bool selected=false,bool enabled=true)",
|
|
"call_args": "(label,shortcut,selected,enabled)",
|
|
"call_args_old": "(label,shortcut,selected,enabled)",
|
|
"cimguiname": "igMenuItem",
|
|
"defaults": {
|
|
"enabled": "true",
|
|
"selected": "false",
|
|
"shortcut": "NULL"
|
|
},
|
|
"funcname": "MenuItem",
|
|
"location": "imgui:822",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMenuItem_Bool",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,bool,bool)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,const char* shortcut,bool* p_selected,bool enabled)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "shortcut",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_selected",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "enabled",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* shortcut,bool* p_selected,bool enabled=true)",
|
|
"call_args": "(label,shortcut,p_selected,enabled)",
|
|
"call_args_old": "(label,shortcut,p_selected,enabled)",
|
|
"cimguiname": "igMenuItem",
|
|
"defaults": {
|
|
"enabled": "true"
|
|
},
|
|
"funcname": "MenuItem",
|
|
"location": "imgui:823",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMenuItem_BoolPtr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,bool*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMenuItemEx": [
|
|
{
|
|
"args": "(const char* label,const char* icon,const char* shortcut,bool selected,bool enabled)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "icon",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "shortcut",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "selected",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "enabled",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* icon,const char* shortcut=((void*)0),bool selected=false,bool enabled=true)",
|
|
"call_args": "(label,icon,shortcut,selected,enabled)",
|
|
"call_args_old": "(label,icon,shortcut,selected,enabled)",
|
|
"cimguiname": "igMenuItemEx",
|
|
"defaults": {
|
|
"enabled": "true",
|
|
"selected": "false",
|
|
"shortcut": "NULL"
|
|
},
|
|
"funcname": "MenuItemEx",
|
|
"location": "imgui_internal:3551",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMenuItemEx",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,const char*,bool,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMouseButtonToKey": [
|
|
{
|
|
"args": "(ImGuiMouseButton button)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button)",
|
|
"call_args": "(button)",
|
|
"call_args_old": "(button)",
|
|
"cimguiname": "igMouseButtonToKey",
|
|
"defaults": {},
|
|
"funcname": "MouseButtonToKey",
|
|
"location": "imgui_internal:3606",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMouseButtonToKey",
|
|
"ret": "ImGuiKey",
|
|
"signature": "(ImGuiMouseButton)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMultiSelectAddSetAll": [
|
|
{
|
|
"args": "(ImGuiMultiSelectTempData* ms,bool selected)",
|
|
"argsT": [
|
|
{
|
|
"name": "ms",
|
|
"type": "ImGuiMultiSelectTempData*"
|
|
},
|
|
{
|
|
"name": "selected",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMultiSelectTempData* ms,bool selected)",
|
|
"call_args": "(ms,selected)",
|
|
"call_args_old": "(ms,selected)",
|
|
"cimguiname": "igMultiSelectAddSetAll",
|
|
"defaults": {},
|
|
"funcname": "MultiSelectAddSetAll",
|
|
"location": "imgui_internal:3759",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMultiSelectAddSetAll",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMultiSelectTempData*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMultiSelectAddSetRange": [
|
|
{
|
|
"args": "(ImGuiMultiSelectTempData* ms,bool selected,int range_dir,ImGuiSelectionUserData first_item,ImGuiSelectionUserData last_item)",
|
|
"argsT": [
|
|
{
|
|
"name": "ms",
|
|
"type": "ImGuiMultiSelectTempData*"
|
|
},
|
|
{
|
|
"name": "selected",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "range_dir",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "first_item",
|
|
"type": "ImGuiSelectionUserData"
|
|
},
|
|
{
|
|
"name": "last_item",
|
|
"type": "ImGuiSelectionUserData"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMultiSelectTempData* ms,bool selected,int range_dir,ImGuiSelectionUserData first_item,ImGuiSelectionUserData last_item)",
|
|
"call_args": "(ms,selected,range_dir,first_item,last_item)",
|
|
"call_args_old": "(ms,selected,range_dir,first_item,last_item)",
|
|
"cimguiname": "igMultiSelectAddSetRange",
|
|
"defaults": {},
|
|
"funcname": "MultiSelectAddSetRange",
|
|
"location": "imgui_internal:3760",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMultiSelectAddSetRange",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMultiSelectTempData*,bool,int,ImGuiSelectionUserData,ImGuiSelectionUserData)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMultiSelectItemFooter": [
|
|
{
|
|
"args": "(ImGuiID id,bool* p_selected,bool* p_pressed)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "p_selected",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "p_pressed",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,bool* p_selected,bool* p_pressed)",
|
|
"call_args": "(id,p_selected,p_pressed)",
|
|
"call_args_old": "(id,p_selected,p_pressed)",
|
|
"cimguiname": "igMultiSelectItemFooter",
|
|
"defaults": {},
|
|
"funcname": "MultiSelectItemFooter",
|
|
"location": "imgui_internal:3758",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMultiSelectItemFooter",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,bool*,bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igMultiSelectItemHeader": [
|
|
{
|
|
"args": "(ImGuiID id,bool* p_selected,ImGuiButtonFlags* p_button_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "p_selected",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "p_button_flags",
|
|
"type": "ImGuiButtonFlags*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,bool* p_selected,ImGuiButtonFlags* p_button_flags)",
|
|
"call_args": "(id,p_selected,p_button_flags)",
|
|
"call_args_old": "(id,p_selected,p_button_flags)",
|
|
"cimguiname": "igMultiSelectItemHeader",
|
|
"defaults": {},
|
|
"funcname": "MultiSelectItemHeader",
|
|
"location": "imgui_internal:3757",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igMultiSelectItemHeader",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,bool*,ImGuiButtonFlags*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavClearPreferredPosForAxis": [
|
|
{
|
|
"args": "(ImGuiAxis axis)",
|
|
"argsT": [
|
|
{
|
|
"name": "axis",
|
|
"type": "ImGuiAxis"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiAxis axis)",
|
|
"call_args": "(axis)",
|
|
"call_args_old": "(axis)",
|
|
"cimguiname": "igNavClearPreferredPosForAxis",
|
|
"defaults": {},
|
|
"funcname": "NavClearPreferredPosForAxis",
|
|
"location": "imgui_internal:3570",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavClearPreferredPosForAxis",
|
|
"ret": "void",
|
|
"signature": "(ImGuiAxis)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavHighlightActivated": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igNavHighlightActivated",
|
|
"defaults": {},
|
|
"funcname": "NavHighlightActivated",
|
|
"location": "imgui_internal:3569",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavHighlightActivated",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavInitRequestApplyResult": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igNavInitRequestApplyResult",
|
|
"defaults": {},
|
|
"funcname": "NavInitRequestApplyResult",
|
|
"location": "imgui_internal:3560",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavInitRequestApplyResult",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavInitWindow": [
|
|
{
|
|
"args": "(ImGuiWindow* window,bool force_reinit)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "force_reinit",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,bool force_reinit)",
|
|
"call_args": "(window,force_reinit)",
|
|
"call_args_old": "(window,force_reinit)",
|
|
"cimguiname": "igNavInitWindow",
|
|
"defaults": {},
|
|
"funcname": "NavInitWindow",
|
|
"location": "imgui_internal:3559",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavInitWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavMoveRequestApplyResult": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igNavMoveRequestApplyResult",
|
|
"defaults": {},
|
|
"funcname": "NavMoveRequestApplyResult",
|
|
"location": "imgui_internal:3567",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavMoveRequestApplyResult",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavMoveRequestButNoResultYet": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igNavMoveRequestButNoResultYet",
|
|
"defaults": {},
|
|
"funcname": "NavMoveRequestButNoResultYet",
|
|
"location": "imgui_internal:3561",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavMoveRequestButNoResultYet",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavMoveRequestCancel": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igNavMoveRequestCancel",
|
|
"defaults": {},
|
|
"funcname": "NavMoveRequestCancel",
|
|
"location": "imgui_internal:3566",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavMoveRequestCancel",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavMoveRequestForward": [
|
|
{
|
|
"args": "(ImGuiDir move_dir,ImGuiDir clip_dir,ImGuiNavMoveFlags move_flags,ImGuiScrollFlags scroll_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "move_dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "clip_dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "move_flags",
|
|
"type": "ImGuiNavMoveFlags"
|
|
},
|
|
{
|
|
"name": "scroll_flags",
|
|
"type": "ImGuiScrollFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDir move_dir,ImGuiDir clip_dir,ImGuiNavMoveFlags move_flags,ImGuiScrollFlags scroll_flags)",
|
|
"call_args": "(move_dir,clip_dir,move_flags,scroll_flags)",
|
|
"call_args_old": "(move_dir,clip_dir,move_flags,scroll_flags)",
|
|
"cimguiname": "igNavMoveRequestForward",
|
|
"defaults": {},
|
|
"funcname": "NavMoveRequestForward",
|
|
"location": "imgui_internal:3563",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavMoveRequestForward",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDir,ImGuiDir,ImGuiNavMoveFlags,ImGuiScrollFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavMoveRequestResolveWithLastItem": [
|
|
{
|
|
"args": "(ImGuiNavItemData* result)",
|
|
"argsT": [
|
|
{
|
|
"name": "result",
|
|
"type": "ImGuiNavItemData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiNavItemData* result)",
|
|
"call_args": "(result)",
|
|
"call_args_old": "(result)",
|
|
"cimguiname": "igNavMoveRequestResolveWithLastItem",
|
|
"defaults": {},
|
|
"funcname": "NavMoveRequestResolveWithLastItem",
|
|
"location": "imgui_internal:3564",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavMoveRequestResolveWithLastItem",
|
|
"ret": "void",
|
|
"signature": "(ImGuiNavItemData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavMoveRequestResolveWithPastTreeNode": [
|
|
{
|
|
"args": "(ImGuiNavItemData* result,const ImGuiTreeNodeStackData* tree_node_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "result",
|
|
"type": "ImGuiNavItemData*"
|
|
},
|
|
{
|
|
"name": "tree_node_data",
|
|
"type": "const ImGuiTreeNodeStackData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiNavItemData* result,const ImGuiTreeNodeStackData* tree_node_data)",
|
|
"call_args": "(result,tree_node_data)",
|
|
"call_args_old": "(result,tree_node_data)",
|
|
"cimguiname": "igNavMoveRequestResolveWithPastTreeNode",
|
|
"defaults": {},
|
|
"funcname": "NavMoveRequestResolveWithPastTreeNode",
|
|
"location": "imgui_internal:3565",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavMoveRequestResolveWithPastTreeNode",
|
|
"ret": "void",
|
|
"signature": "(ImGuiNavItemData*,const ImGuiTreeNodeStackData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavMoveRequestSubmit": [
|
|
{
|
|
"args": "(ImGuiDir move_dir,ImGuiDir clip_dir,ImGuiNavMoveFlags move_flags,ImGuiScrollFlags scroll_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "move_dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "clip_dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "move_flags",
|
|
"type": "ImGuiNavMoveFlags"
|
|
},
|
|
{
|
|
"name": "scroll_flags",
|
|
"type": "ImGuiScrollFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDir move_dir,ImGuiDir clip_dir,ImGuiNavMoveFlags move_flags,ImGuiScrollFlags scroll_flags)",
|
|
"call_args": "(move_dir,clip_dir,move_flags,scroll_flags)",
|
|
"call_args_old": "(move_dir,clip_dir,move_flags,scroll_flags)",
|
|
"cimguiname": "igNavMoveRequestSubmit",
|
|
"defaults": {},
|
|
"funcname": "NavMoveRequestSubmit",
|
|
"location": "imgui_internal:3562",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavMoveRequestSubmit",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDir,ImGuiDir,ImGuiNavMoveFlags,ImGuiScrollFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavMoveRequestTryWrapping": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiNavMoveFlags move_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "move_flags",
|
|
"type": "ImGuiNavMoveFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiNavMoveFlags move_flags)",
|
|
"call_args": "(window,move_flags)",
|
|
"call_args_old": "(window,move_flags)",
|
|
"cimguiname": "igNavMoveRequestTryWrapping",
|
|
"defaults": {},
|
|
"funcname": "NavMoveRequestTryWrapping",
|
|
"location": "imgui_internal:3568",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavMoveRequestTryWrapping",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiNavMoveFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNavUpdateCurrentWindowIsScrollPushableX": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igNavUpdateCurrentWindowIsScrollPushableX",
|
|
"defaults": {},
|
|
"funcname": "NavUpdateCurrentWindowIsScrollPushableX",
|
|
"location": "imgui_internal:3572",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNavUpdateCurrentWindowIsScrollPushableX",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNewFrame": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igNewFrame",
|
|
"defaults": {},
|
|
"funcname": "NewFrame",
|
|
"location": "imgui:405",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNewFrame",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNewLine": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igNewLine",
|
|
"defaults": {},
|
|
"funcname": "NewLine",
|
|
"location": "imgui:586",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNewLine",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igNextColumn": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igNextColumn",
|
|
"defaults": {},
|
|
"funcname": "NextColumn",
|
|
"location": "imgui:944",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igNextColumn",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igOpenPopup": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "popup_flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiPopupFlags popup_flags=0)",
|
|
"call_args": "(str_id,popup_flags)",
|
|
"call_args_old": "(str_id,popup_flags)",
|
|
"cimguiname": "igOpenPopup",
|
|
"defaults": {
|
|
"popup_flags": "0"
|
|
},
|
|
"funcname": "OpenPopup",
|
|
"location": "imgui:864",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igOpenPopup_Str",
|
|
"ret": "void",
|
|
"signature": "(const char*,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiID id,ImGuiPopupFlags popup_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "popup_flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiPopupFlags popup_flags=0)",
|
|
"call_args": "(id,popup_flags)",
|
|
"call_args_old": "(id,popup_flags)",
|
|
"cimguiname": "igOpenPopup",
|
|
"defaults": {
|
|
"popup_flags": "0"
|
|
},
|
|
"funcname": "OpenPopup",
|
|
"location": "imgui:865",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igOpenPopup_ID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igOpenPopupEx": [
|
|
{
|
|
"args": "(ImGuiID id,ImGuiPopupFlags popup_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "popup_flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiPopupFlags popup_flags=ImGuiPopupFlags_None)",
|
|
"call_args": "(id,popup_flags)",
|
|
"call_args_old": "(id,popup_flags)",
|
|
"cimguiname": "igOpenPopupEx",
|
|
"defaults": {
|
|
"popup_flags": "ImGuiPopupFlags_None"
|
|
},
|
|
"funcname": "OpenPopupEx",
|
|
"location": "imgui_internal:3532",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igOpenPopupEx",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igOpenPopupOnItemClick": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "popup_flags",
|
|
"type": "ImGuiPopupFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id=((void*)0),ImGuiPopupFlags popup_flags=1)",
|
|
"call_args": "(str_id,popup_flags)",
|
|
"call_args_old": "(str_id,popup_flags)",
|
|
"cimguiname": "igOpenPopupOnItemClick",
|
|
"defaults": {
|
|
"popup_flags": "1",
|
|
"str_id": "NULL"
|
|
},
|
|
"funcname": "OpenPopupOnItemClick",
|
|
"location": "imgui:866",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igOpenPopupOnItemClick",
|
|
"ret": "void",
|
|
"signature": "(const char*,ImGuiPopupFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPlotEx": [
|
|
{
|
|
"args": "(ImGuiPlotType plot_type,const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,const ImVec2_c size_arg)",
|
|
"argsT": [
|
|
{
|
|
"name": "plot_type",
|
|
"type": "ImGuiPlotType"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "values_getter",
|
|
"ret": "float",
|
|
"signature": "(void* data,int idx)",
|
|
"type": "float(*)(void* data,int idx)"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "values_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "values_offset",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "overlay_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "scale_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "scale_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "size_arg",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiPlotType plot_type,const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,const ImVec2& size_arg)",
|
|
"call_args": "(plot_type,label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,ConvertToCPP_ImVec2(size_arg))",
|
|
"call_args_old": "(plot_type,label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,size_arg)",
|
|
"cimguiname": "igPlotEx",
|
|
"defaults": {},
|
|
"funcname": "PlotEx",
|
|
"location": "imgui_internal:3962",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPlotEx",
|
|
"ret": "int",
|
|
"signature": "(ImGuiPlotType,const char*,float(*)(void*,int),void*,int,int,const char*,float,float,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPlotHistogram": [
|
|
{
|
|
"args": "(const char* label,const float* values,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2_c graph_size,int stride)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "values",
|
|
"type": "const float*"
|
|
},
|
|
{
|
|
"name": "values_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "values_offset",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "overlay_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "scale_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "scale_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "graph_size",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "stride",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const float* values,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859811704183484516925e+38F,float scale_max=3.40282346638528859811704183484516925e+38F,ImVec2 graph_size=ImVec2(0,0),int stride=sizeof(float))",
|
|
"call_args": "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,ConvertToCPP_ImVec2(graph_size),stride)",
|
|
"call_args_old": "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride)",
|
|
"cimguiname": "igPlotHistogram",
|
|
"defaults": {
|
|
"graph_size": "ImVec2(0,0)",
|
|
"overlay_text": "NULL",
|
|
"scale_max": "FLT_MAX",
|
|
"scale_min": "FLT_MAX",
|
|
"stride": "sizeof(float)",
|
|
"values_offset": "0"
|
|
},
|
|
"funcname": "PlotHistogram",
|
|
"location": "imgui:801",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPlotHistogram_FloatPtr",
|
|
"ret": "void",
|
|
"signature": "(const char*,const float*,int,int,const char*,float,float,ImVec2,int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2_c graph_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "values_getter",
|
|
"ret": "float",
|
|
"signature": "(void* data,int idx)",
|
|
"type": "float(*)(void* data,int idx)"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "values_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "values_offset",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "overlay_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "scale_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "scale_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "graph_size",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859811704183484516925e+38F,float scale_max=3.40282346638528859811704183484516925e+38F,ImVec2 graph_size=ImVec2(0,0))",
|
|
"call_args": "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,ConvertToCPP_ImVec2(graph_size))",
|
|
"call_args_old": "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size)",
|
|
"cimguiname": "igPlotHistogram",
|
|
"defaults": {
|
|
"graph_size": "ImVec2(0,0)",
|
|
"overlay_text": "NULL",
|
|
"scale_max": "FLT_MAX",
|
|
"scale_min": "FLT_MAX",
|
|
"values_offset": "0"
|
|
},
|
|
"funcname": "PlotHistogram",
|
|
"location": "imgui:802",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPlotHistogram_FnFloatPtr",
|
|
"ret": "void",
|
|
"signature": "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPlotLines": [
|
|
{
|
|
"args": "(const char* label,const float* values,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2_c graph_size,int stride)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "values",
|
|
"type": "const float*"
|
|
},
|
|
{
|
|
"name": "values_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "values_offset",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "overlay_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "scale_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "scale_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "graph_size",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "stride",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const float* values,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859811704183484516925e+38F,float scale_max=3.40282346638528859811704183484516925e+38F,ImVec2 graph_size=ImVec2(0,0),int stride=sizeof(float))",
|
|
"call_args": "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,ConvertToCPP_ImVec2(graph_size),stride)",
|
|
"call_args_old": "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride)",
|
|
"cimguiname": "igPlotLines",
|
|
"defaults": {
|
|
"graph_size": "ImVec2(0,0)",
|
|
"overlay_text": "NULL",
|
|
"scale_max": "FLT_MAX",
|
|
"scale_min": "FLT_MAX",
|
|
"stride": "sizeof(float)",
|
|
"values_offset": "0"
|
|
},
|
|
"funcname": "PlotLines",
|
|
"location": "imgui:799",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPlotLines_FloatPtr",
|
|
"ret": "void",
|
|
"signature": "(const char*,const float*,int,int,const char*,float,float,ImVec2,int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2_c graph_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "values_getter",
|
|
"ret": "float",
|
|
"signature": "(void* data,int idx)",
|
|
"type": "float(*)(void* data,int idx)"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "values_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "values_offset",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "overlay_text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "scale_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "scale_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "graph_size",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859811704183484516925e+38F,float scale_max=3.40282346638528859811704183484516925e+38F,ImVec2 graph_size=ImVec2(0,0))",
|
|
"call_args": "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,ConvertToCPP_ImVec2(graph_size))",
|
|
"call_args_old": "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size)",
|
|
"cimguiname": "igPlotLines",
|
|
"defaults": {
|
|
"graph_size": "ImVec2(0,0)",
|
|
"overlay_text": "NULL",
|
|
"scale_max": "FLT_MAX",
|
|
"scale_min": "FLT_MAX",
|
|
"values_offset": "0"
|
|
},
|
|
"funcname": "PlotLines",
|
|
"location": "imgui:800",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPlotLines_FnFloatPtr",
|
|
"ret": "void",
|
|
"signature": "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopClipRect": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopClipRect",
|
|
"defaults": {},
|
|
"funcname": "PopClipRect",
|
|
"location": "imgui:1021",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopClipRect",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopColumnsBackground": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopColumnsBackground",
|
|
"defaults": {},
|
|
"funcname": "PopColumnsBackground",
|
|
"location": "imgui_internal:3770",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopColumnsBackground",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopFocusScope": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopFocusScope",
|
|
"defaults": {},
|
|
"funcname": "PopFocusScope",
|
|
"location": "imgui_internal:3732",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopFocusScope",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopFont": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopFont",
|
|
"defaults": {},
|
|
"funcname": "PopFont",
|
|
"location": "imgui:529",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopFont",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopID": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopID",
|
|
"defaults": {},
|
|
"funcname": "PopID",
|
|
"location": "imgui:614",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopID",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopItemFlag": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopItemFlag",
|
|
"defaults": {},
|
|
"funcname": "PopItemFlag",
|
|
"location": "imgui:544",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopItemFlag",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopItemWidth": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopItemWidth",
|
|
"defaults": {},
|
|
"funcname": "PopItemWidth",
|
|
"location": "imgui:548",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopItemWidth",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopPasswordFont": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopPasswordFont",
|
|
"defaults": {},
|
|
"funcname": "PopPasswordFont",
|
|
"location": "imgui_internal:3421",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopPasswordFont",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopStyleColor": [
|
|
{
|
|
"args": "(int count)",
|
|
"argsT": [
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int count=1)",
|
|
"call_args": "(count)",
|
|
"call_args_old": "(count)",
|
|
"cimguiname": "igPopStyleColor",
|
|
"defaults": {
|
|
"count": "1"
|
|
},
|
|
"funcname": "PopStyleColor",
|
|
"location": "imgui:537",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopStyleColor",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopStyleVar": [
|
|
{
|
|
"args": "(int count)",
|
|
"argsT": [
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int count=1)",
|
|
"call_args": "(count)",
|
|
"call_args_old": "(count)",
|
|
"cimguiname": "igPopStyleVar",
|
|
"defaults": {
|
|
"count": "1"
|
|
},
|
|
"funcname": "PopStyleVar",
|
|
"location": "imgui:542",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopStyleVar",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPopTextWrapPos": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPopTextWrapPos",
|
|
"defaults": {},
|
|
"funcname": "PopTextWrapPos",
|
|
"location": "imgui:552",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPopTextWrapPos",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igProgressBar": [
|
|
{
|
|
"args": "(float fraction,const ImVec2_c size_arg,const char* overlay)",
|
|
"argsT": [
|
|
{
|
|
"name": "fraction",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "size_arg",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "overlay",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(float fraction,const ImVec2& size_arg=ImVec2(-1.17549435082228750796873653722224568e-38F,0),const char* overlay=((void*)0))",
|
|
"call_args": "(fraction,ConvertToCPP_ImVec2(size_arg),overlay)",
|
|
"call_args_old": "(fraction,size_arg,overlay)",
|
|
"cimguiname": "igProgressBar",
|
|
"defaults": {
|
|
"overlay": "NULL",
|
|
"size_arg": "ImVec2(-FLT_MIN,0)"
|
|
},
|
|
"funcname": "ProgressBar",
|
|
"location": "imgui:648",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igProgressBar",
|
|
"ret": "void",
|
|
"signature": "(float,const ImVec2,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushClipRect": [
|
|
{
|
|
"args": "(const ImVec2_c clip_rect_min,const ImVec2_c clip_rect_max,bool intersect_with_current_clip_rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "clip_rect_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "clip_rect_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "intersect_with_current_clip_rect",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& clip_rect_min,const ImVec2& clip_rect_max,bool intersect_with_current_clip_rect)",
|
|
"call_args": "(ConvertToCPP_ImVec2(clip_rect_min),ConvertToCPP_ImVec2(clip_rect_max),intersect_with_current_clip_rect)",
|
|
"call_args_old": "(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect)",
|
|
"cimguiname": "igPushClipRect",
|
|
"defaults": {},
|
|
"funcname": "PushClipRect",
|
|
"location": "imgui:1020",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushClipRect",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushColumnClipRect": [
|
|
{
|
|
"args": "(int column_index)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_index",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_index)",
|
|
"call_args": "(column_index)",
|
|
"call_args_old": "(column_index)",
|
|
"cimguiname": "igPushColumnClipRect",
|
|
"defaults": {},
|
|
"funcname": "PushColumnClipRect",
|
|
"location": "imgui_internal:3768",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushColumnClipRect",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushColumnsBackground": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPushColumnsBackground",
|
|
"defaults": {},
|
|
"funcname": "PushColumnsBackground",
|
|
"location": "imgui_internal:3769",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushColumnsBackground",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushFocusScope": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igPushFocusScope",
|
|
"defaults": {},
|
|
"funcname": "PushFocusScope",
|
|
"location": "imgui_internal:3731",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushFocusScope",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushFont": [
|
|
{
|
|
"args": "(ImFont* font,float font_size_base_unscaled)",
|
|
"argsT": [
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "font_size_base_unscaled",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font,float font_size_base_unscaled)",
|
|
"call_args": "(font,font_size_base_unscaled)",
|
|
"call_args_old": "(font,font_size_base_unscaled)",
|
|
"cimguiname": "igPushFont",
|
|
"defaults": {},
|
|
"funcname": "PushFont",
|
|
"location": "imgui:528",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushFont",
|
|
"ret": "void",
|
|
"signature": "(ImFont*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushID": [
|
|
{
|
|
"args": "(const char* str_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id)",
|
|
"call_args": "(str_id)",
|
|
"call_args_old": "(str_id)",
|
|
"cimguiname": "igPushID",
|
|
"defaults": {},
|
|
"funcname": "PushID",
|
|
"location": "imgui:610",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushID_Str",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* str_id_begin,const char* str_id_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id_begin",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "str_id_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id_begin,const char* str_id_end)",
|
|
"call_args": "(str_id_begin,str_id_end)",
|
|
"call_args_old": "(str_id_begin,str_id_end)",
|
|
"cimguiname": "igPushID",
|
|
"defaults": {},
|
|
"funcname": "PushID",
|
|
"location": "imgui:611",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushID_StrStr",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const void* ptr_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr_id",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* ptr_id)",
|
|
"call_args": "(ptr_id)",
|
|
"call_args_old": "(ptr_id)",
|
|
"cimguiname": "igPushID",
|
|
"defaults": {},
|
|
"funcname": "PushID",
|
|
"location": "imgui:612",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushID_Ptr",
|
|
"ret": "void",
|
|
"signature": "(const void*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(int int_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "int_id",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int int_id)",
|
|
"call_args": "(int_id)",
|
|
"call_args_old": "(int_id)",
|
|
"cimguiname": "igPushID",
|
|
"defaults": {},
|
|
"funcname": "PushID",
|
|
"location": "imgui:613",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushID_Int",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushItemFlag": [
|
|
{
|
|
"args": "(ImGuiItemFlags option,bool enabled)",
|
|
"argsT": [
|
|
{
|
|
"name": "option",
|
|
"type": "ImGuiItemFlags"
|
|
},
|
|
{
|
|
"name": "enabled",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiItemFlags option,bool enabled)",
|
|
"call_args": "(option,enabled)",
|
|
"call_args_old": "(option,enabled)",
|
|
"cimguiname": "igPushItemFlag",
|
|
"defaults": {},
|
|
"funcname": "PushItemFlag",
|
|
"location": "imgui:543",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushItemFlag",
|
|
"ret": "void",
|
|
"signature": "(ImGuiItemFlags,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushItemWidth": [
|
|
{
|
|
"args": "(float item_width)",
|
|
"argsT": [
|
|
{
|
|
"name": "item_width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float item_width)",
|
|
"call_args": "(item_width)",
|
|
"call_args_old": "(item_width)",
|
|
"cimguiname": "igPushItemWidth",
|
|
"defaults": {},
|
|
"funcname": "PushItemWidth",
|
|
"location": "imgui:547",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushItemWidth",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushMultiItemsWidths": [
|
|
{
|
|
"args": "(int components,float width_full)",
|
|
"argsT": [
|
|
{
|
|
"name": "components",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "width_full",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(int components,float width_full)",
|
|
"call_args": "(components,width_full)",
|
|
"call_args_old": "(components,width_full)",
|
|
"cimguiname": "igPushMultiItemsWidths",
|
|
"defaults": {},
|
|
"funcname": "PushMultiItemsWidths",
|
|
"location": "imgui_internal:3511",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushMultiItemsWidths",
|
|
"ret": "void",
|
|
"signature": "(int,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushOverrideID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igPushOverrideID",
|
|
"defaults": {},
|
|
"funcname": "PushOverrideID",
|
|
"location": "imgui_internal:3497",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushOverrideID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushPasswordFont": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igPushPasswordFont",
|
|
"defaults": {},
|
|
"funcname": "PushPasswordFont",
|
|
"location": "imgui_internal:3420",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushPasswordFont",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushStyleColor": [
|
|
{
|
|
"args": "(ImGuiCol idx,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiCol"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiCol idx,ImU32 col)",
|
|
"call_args": "(idx,col)",
|
|
"call_args_old": "(idx,col)",
|
|
"cimguiname": "igPushStyleColor",
|
|
"defaults": {},
|
|
"funcname": "PushStyleColor",
|
|
"location": "imgui:535",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushStyleColor_U32",
|
|
"ret": "void",
|
|
"signature": "(ImGuiCol,ImU32)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiCol idx,const ImVec4_c col)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiCol"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "const ImVec4"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiCol idx,const ImVec4& col)",
|
|
"call_args": "(idx,ConvertToCPP_ImVec4(col))",
|
|
"call_args_old": "(idx,col)",
|
|
"cimguiname": "igPushStyleColor",
|
|
"defaults": {},
|
|
"funcname": "PushStyleColor",
|
|
"location": "imgui:536",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushStyleColor_Vec4",
|
|
"ret": "void",
|
|
"signature": "(ImGuiCol,const ImVec4)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushStyleVar": [
|
|
{
|
|
"args": "(ImGuiStyleVar idx,float val)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiStyleVar"
|
|
},
|
|
{
|
|
"name": "val",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyleVar idx,float val)",
|
|
"call_args": "(idx,val)",
|
|
"call_args_old": "(idx,val)",
|
|
"cimguiname": "igPushStyleVar",
|
|
"defaults": {},
|
|
"funcname": "PushStyleVar",
|
|
"location": "imgui:538",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushStyleVar_Float",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyleVar,float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiStyleVar idx,const ImVec2_c val)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiStyleVar"
|
|
},
|
|
{
|
|
"name": "val",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyleVar idx,const ImVec2& val)",
|
|
"call_args": "(idx,ConvertToCPP_ImVec2(val))",
|
|
"call_args_old": "(idx,val)",
|
|
"cimguiname": "igPushStyleVar",
|
|
"defaults": {},
|
|
"funcname": "PushStyleVar",
|
|
"location": "imgui:539",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushStyleVar_Vec2",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyleVar,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushStyleVarX": [
|
|
{
|
|
"args": "(ImGuiStyleVar idx,float val_x)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiStyleVar"
|
|
},
|
|
{
|
|
"name": "val_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyleVar idx,float val_x)",
|
|
"call_args": "(idx,val_x)",
|
|
"call_args_old": "(idx,val_x)",
|
|
"cimguiname": "igPushStyleVarX",
|
|
"defaults": {},
|
|
"funcname": "PushStyleVarX",
|
|
"location": "imgui:540",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushStyleVarX",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyleVar,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushStyleVarY": [
|
|
{
|
|
"args": "(ImGuiStyleVar idx,float val_y)",
|
|
"argsT": [
|
|
{
|
|
"name": "idx",
|
|
"type": "ImGuiStyleVar"
|
|
},
|
|
{
|
|
"name": "val_y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyleVar idx,float val_y)",
|
|
"call_args": "(idx,val_y)",
|
|
"call_args_old": "(idx,val_y)",
|
|
"cimguiname": "igPushStyleVarY",
|
|
"defaults": {},
|
|
"funcname": "PushStyleVarY",
|
|
"location": "imgui:541",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushStyleVarY",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyleVar,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igPushTextWrapPos": [
|
|
{
|
|
"args": "(float wrap_local_pos_x)",
|
|
"argsT": [
|
|
{
|
|
"name": "wrap_local_pos_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float wrap_local_pos_x=0.0f)",
|
|
"call_args": "(wrap_local_pos_x)",
|
|
"call_args_old": "(wrap_local_pos_x)",
|
|
"cimguiname": "igPushTextWrapPos",
|
|
"defaults": {
|
|
"wrap_local_pos_x": "0.0f"
|
|
},
|
|
"funcname": "PushTextWrapPos",
|
|
"location": "imgui:551",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igPushTextWrapPos",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRadioButton": [
|
|
{
|
|
"args": "(const char* label,bool active)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "active",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,bool active)",
|
|
"call_args": "(label,active)",
|
|
"call_args_old": "(label,active)",
|
|
"cimguiname": "igRadioButton",
|
|
"defaults": {},
|
|
"funcname": "RadioButton",
|
|
"location": "imgui:646",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRadioButton_Bool",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,int* v,int v_button)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "v_button",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* v,int v_button)",
|
|
"call_args": "(label,v,v_button)",
|
|
"call_args_old": "(label,v,v_button)",
|
|
"cimguiname": "igRadioButton",
|
|
"defaults": {},
|
|
"funcname": "RadioButton",
|
|
"location": "imgui:647",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRadioButton_IntPtr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRegisterFontAtlas": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igRegisterFontAtlas",
|
|
"defaults": {},
|
|
"funcname": "RegisterFontAtlas",
|
|
"location": "imgui_internal:3412",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRegisterFontAtlas",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRegisterUserTexture": [
|
|
{
|
|
"args": "(ImTextureData* tex)",
|
|
"argsT": [
|
|
{
|
|
"name": "tex",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureData* tex)",
|
|
"call_args": "(tex)",
|
|
"call_args_old": "(tex)",
|
|
"cimguiname": "igRegisterUserTexture",
|
|
"defaults": {},
|
|
"funcname": "RegisterUserTexture",
|
|
"location": "imgui_internal:3410",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRegisterUserTexture",
|
|
"ret": "void",
|
|
"signature": "(ImTextureData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRemoveContextHook": [
|
|
{
|
|
"args": "(ImGuiContext* context,ImGuiID hook_to_remove)",
|
|
"argsT": [
|
|
{
|
|
"name": "context",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "hook_to_remove",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* context,ImGuiID hook_to_remove)",
|
|
"call_args": "(context,hook_to_remove)",
|
|
"call_args_old": "(context,hook_to_remove)",
|
|
"cimguiname": "igRemoveContextHook",
|
|
"defaults": {},
|
|
"funcname": "RemoveContextHook",
|
|
"location": "imgui_internal:3441",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRemoveContextHook",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRemoveSettingsHandler": [
|
|
{
|
|
"args": "(const char* type_name)",
|
|
"argsT": [
|
|
{
|
|
"name": "type_name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* type_name)",
|
|
"call_args": "(type_name)",
|
|
"call_args_old": "(type_name)",
|
|
"cimguiname": "igRemoveSettingsHandler",
|
|
"defaults": {},
|
|
"funcname": "RemoveSettingsHandler",
|
|
"location": "imgui_internal:3458",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRemoveSettingsHandler",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRender": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igRender",
|
|
"defaults": {},
|
|
"funcname": "Render",
|
|
"location": "imgui:407",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRender",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderArrow": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,ImVec2_c pos,ImU32 col,ImGuiDir dir,float scale)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "dir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "scale",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,ImVec2 pos,ImU32 col,ImGuiDir dir,float scale=1.0f)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImVec2(pos),col,dir,scale)",
|
|
"call_args_old": "(draw_list,pos,col,dir,scale)",
|
|
"cimguiname": "igRenderArrow",
|
|
"defaults": {
|
|
"scale": "1.0f"
|
|
},
|
|
"funcname": "RenderArrow",
|
|
"location": "imgui_internal:3879",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderArrow",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,ImVec2,ImU32,ImGuiDir,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderArrowDockMenu": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,ImVec2_c p_min,float sz,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "sz",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,ImVec2 p_min,float sz,ImU32 col)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImVec2(p_min),sz,col)",
|
|
"call_args_old": "(draw_list,p_min,sz,col)",
|
|
"cimguiname": "igRenderArrowDockMenu",
|
|
"defaults": {},
|
|
"funcname": "RenderArrowDockMenu",
|
|
"location": "imgui_internal:3883",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderArrowDockMenu",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,ImVec2,float,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderArrowPointingAt": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,ImVec2_c pos,ImVec2_c half_sz,ImGuiDir direction,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "half_sz",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "direction",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,ImVec2 pos,ImVec2 half_sz,ImGuiDir direction,ImU32 col)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImVec2(pos),ConvertToCPP_ImVec2(half_sz),direction,col)",
|
|
"call_args_old": "(draw_list,pos,half_sz,direction,col)",
|
|
"cimguiname": "igRenderArrowPointingAt",
|
|
"defaults": {},
|
|
"funcname": "RenderArrowPointingAt",
|
|
"location": "imgui_internal:3882",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderArrowPointingAt",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,ImVec2,ImVec2,ImGuiDir,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderBullet": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,ImVec2_c pos,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,ImVec2 pos,ImU32 col)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImVec2(pos),col)",
|
|
"call_args_old": "(draw_list,pos,col)",
|
|
"cimguiname": "igRenderBullet",
|
|
"defaults": {},
|
|
"funcname": "RenderBullet",
|
|
"location": "imgui_internal:3880",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderBullet",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,ImVec2,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderCheckMark": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,ImVec2_c pos,ImU32 col,float sz)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "sz",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,ImVec2 pos,ImU32 col,float sz)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImVec2(pos),col,sz)",
|
|
"call_args_old": "(draw_list,pos,col,sz)",
|
|
"cimguiname": "igRenderCheckMark",
|
|
"defaults": {},
|
|
"funcname": "RenderCheckMark",
|
|
"location": "imgui_internal:3881",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderCheckMark",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,ImVec2,ImU32,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderColorRectWithAlphaCheckerboard": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,ImVec2_c p_min,ImVec2_c p_max,ImU32 fill_col,float grid_step,ImVec2_c grid_off,float rounding,ImDrawFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "fill_col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "grid_step",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "grid_off",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImDrawFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,ImVec2 p_min,ImVec2 p_max,ImU32 fill_col,float grid_step,ImVec2 grid_off,float rounding=0.0f,ImDrawFlags flags=0)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImVec2(p_min),ConvertToCPP_ImVec2(p_max),fill_col,grid_step,ConvertToCPP_ImVec2(grid_off),rounding,flags)",
|
|
"call_args_old": "(draw_list,p_min,p_max,fill_col,grid_step,grid_off,rounding,flags)",
|
|
"cimguiname": "igRenderColorRectWithAlphaCheckerboard",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"rounding": "0.0f"
|
|
},
|
|
"funcname": "RenderColorRectWithAlphaCheckerboard",
|
|
"location": "imgui_internal:3870",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderColorRectWithAlphaCheckerboard",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,ImVec2,ImVec2,ImU32,float,ImVec2,float,ImDrawFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderDragDropTargetRectEx": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,const ImRect_c bb)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,const ImRect& bb)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImRect(bb))",
|
|
"call_args_old": "(draw_list,bb)",
|
|
"cimguiname": "igRenderDragDropTargetRectEx",
|
|
"defaults": {},
|
|
"funcname": "RenderDragDropTargetRectEx",
|
|
"location": "imgui_internal:3742",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderDragDropTargetRectEx",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,const ImRect)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderDragDropTargetRectForItem": [
|
|
{
|
|
"args": "(const ImRect_c bb)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb))",
|
|
"call_args_old": "(bb)",
|
|
"cimguiname": "igRenderDragDropTargetRectForItem",
|
|
"defaults": {},
|
|
"funcname": "RenderDragDropTargetRectForItem",
|
|
"location": "imgui_internal:3741",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderDragDropTargetRectForItem",
|
|
"ret": "void",
|
|
"signature": "(const ImRect)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderFrame": [
|
|
{
|
|
"args": "(ImVec2_c p_min,ImVec2_c p_max,ImU32 fill_col,bool borders,float rounding)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_min",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "fill_col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "borders",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVec2 p_min,ImVec2 p_max,ImU32 fill_col,bool borders=true,float rounding=0.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p_min),ConvertToCPP_ImVec2(p_max),fill_col,borders,rounding)",
|
|
"call_args_old": "(p_min,p_max,fill_col,borders,rounding)",
|
|
"cimguiname": "igRenderFrame",
|
|
"defaults": {
|
|
"borders": "true",
|
|
"rounding": "0.0f"
|
|
},
|
|
"funcname": "RenderFrame",
|
|
"location": "imgui_internal:3868",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderFrame",
|
|
"ret": "void",
|
|
"signature": "(ImVec2,ImVec2,ImU32,bool,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderFrameBorder": [
|
|
{
|
|
"args": "(ImVec2_c p_min,ImVec2_c p_max,float rounding)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_min",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVec2 p_min,ImVec2 p_max,float rounding=0.0f)",
|
|
"call_args": "(ConvertToCPP_ImVec2(p_min),ConvertToCPP_ImVec2(p_max),rounding)",
|
|
"call_args_old": "(p_min,p_max,rounding)",
|
|
"cimguiname": "igRenderFrameBorder",
|
|
"defaults": {
|
|
"rounding": "0.0f"
|
|
},
|
|
"funcname": "RenderFrameBorder",
|
|
"location": "imgui_internal:3869",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderFrameBorder",
|
|
"ret": "void",
|
|
"signature": "(ImVec2,ImVec2,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderMouseCursor": [
|
|
{
|
|
"args": "(ImVec2_c pos,float scale,ImGuiMouseCursor mouse_cursor,ImU32 col_fill,ImU32 col_border,ImU32 col_shadow)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "scale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "mouse_cursor",
|
|
"type": "ImGuiMouseCursor"
|
|
},
|
|
{
|
|
"name": "col_fill",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "col_border",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "col_shadow",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVec2 pos,float scale,ImGuiMouseCursor mouse_cursor,ImU32 col_fill,ImU32 col_border,ImU32 col_shadow)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),scale,mouse_cursor,col_fill,col_border,col_shadow)",
|
|
"call_args_old": "(pos,scale,mouse_cursor,col_fill,col_border,col_shadow)",
|
|
"cimguiname": "igRenderMouseCursor",
|
|
"defaults": {},
|
|
"funcname": "RenderMouseCursor",
|
|
"location": "imgui_internal:3876",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderMouseCursor",
|
|
"ret": "void",
|
|
"signature": "(ImVec2,float,ImGuiMouseCursor,ImU32,ImU32,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderNavCursor": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,ImGuiNavRenderCursorFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiNavRenderCursorFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiNavRenderCursorFlags flags=ImGuiNavRenderCursorFlags_None)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,flags)",
|
|
"call_args_old": "(bb,id,flags)",
|
|
"cimguiname": "igRenderNavCursor",
|
|
"defaults": {
|
|
"flags": "ImGuiNavRenderCursorFlags_None"
|
|
},
|
|
"funcname": "RenderNavCursor",
|
|
"location": "imgui_internal:3871",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderNavCursor",
|
|
"ret": "void",
|
|
"signature": "(const ImRect,ImGuiID,ImGuiNavRenderCursorFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderPlatformWindowsDefault": [
|
|
{
|
|
"args": "(void* platform_render_arg,void* renderer_render_arg)",
|
|
"argsT": [
|
|
{
|
|
"name": "platform_render_arg",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "renderer_render_arg",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(void* platform_render_arg=((void*)0),void* renderer_render_arg=((void*)0))",
|
|
"call_args": "(platform_render_arg,renderer_render_arg)",
|
|
"call_args_old": "(platform_render_arg,renderer_render_arg)",
|
|
"cimguiname": "igRenderPlatformWindowsDefault",
|
|
"defaults": {
|
|
"platform_render_arg": "NULL",
|
|
"renderer_render_arg": "NULL"
|
|
},
|
|
"funcname": "RenderPlatformWindowsDefault",
|
|
"location": "imgui:1181",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderPlatformWindowsDefault",
|
|
"ret": "void",
|
|
"signature": "(void*,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderRectFilledRangeH": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,const ImRect_c rect,ImU32 col,float x_start_norm,float x_end_norm,float rounding)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "rect",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "x_start_norm",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "x_end_norm",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,const ImRect& rect,ImU32 col,float x_start_norm,float x_end_norm,float rounding)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImRect(rect),col,x_start_norm,x_end_norm,rounding)",
|
|
"call_args_old": "(draw_list,rect,col,x_start_norm,x_end_norm,rounding)",
|
|
"cimguiname": "igRenderRectFilledRangeH",
|
|
"defaults": {},
|
|
"funcname": "RenderRectFilledRangeH",
|
|
"location": "imgui_internal:3884",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderRectFilledRangeH",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,const ImRect,ImU32,float,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderRectFilledWithHole": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,const ImRect_c outer,const ImRect_c inner,ImU32 col,float rounding)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "outer",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "inner",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "rounding",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,const ImRect& outer,const ImRect& inner,ImU32 col,float rounding)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImRect(outer),ConvertToCPP_ImRect(inner),col,rounding)",
|
|
"call_args_old": "(draw_list,outer,inner,col,rounding)",
|
|
"cimguiname": "igRenderRectFilledWithHole",
|
|
"defaults": {},
|
|
"funcname": "RenderRectFilledWithHole",
|
|
"location": "imgui_internal:3885",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderRectFilledWithHole",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,const ImRect,const ImRect,ImU32,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderText": [
|
|
{
|
|
"args": "(ImVec2_c pos,const char* text,const char* text_end,bool hide_text_after_hash)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "hide_text_after_hash",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVec2 pos,const char* text,const char* text_end=((void*)0),bool hide_text_after_hash=true)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),text,text_end,hide_text_after_hash)",
|
|
"call_args_old": "(pos,text,text_end,hide_text_after_hash)",
|
|
"cimguiname": "igRenderText",
|
|
"defaults": {
|
|
"hide_text_after_hash": "true",
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "RenderText",
|
|
"location": "imgui_internal:3863",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderText",
|
|
"ret": "void",
|
|
"signature": "(ImVec2,const char*,const char*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderTextClipped": [
|
|
{
|
|
"args": "(const ImVec2_c pos_min,const ImVec2_c pos_max,const char* text,const char* text_end,const ImVec2_c* text_size_if_known,const ImVec2_c align,const ImRect* clip_rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "pos_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_size_if_known",
|
|
"type": "const ImVec2*"
|
|
},
|
|
{
|
|
"name": "align",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "clip_rect",
|
|
"type": "const ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos_min,const ImVec2& pos_max,const char* text,const char* text_end,const ImVec2* text_size_if_known,const ImVec2& align=ImVec2(0,0),const ImRect* clip_rect=((void*)0))",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos_min),ConvertToCPP_ImVec2(pos_max),text,text_end,reinterpret_cast<const ImVec2*>(text_size_if_known),ConvertToCPP_ImVec2(align),clip_rect)",
|
|
"call_args_old": "(pos_min,pos_max,text,text_end,text_size_if_known,align,clip_rect)",
|
|
"cimguiname": "igRenderTextClipped",
|
|
"defaults": {
|
|
"align": "ImVec2(0,0)",
|
|
"clip_rect": "NULL"
|
|
},
|
|
"funcname": "RenderTextClipped",
|
|
"location": "imgui_internal:3865",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderTextClipped",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,const char*,const char*,const ImVec2*,const ImVec2,const ImRect*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderTextClippedEx": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,const ImVec2_c pos_min,const ImVec2_c pos_max,const char* text,const char* text_end,const ImVec2_c* text_size_if_known,const ImVec2_c align,const ImRect* clip_rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "pos_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_size_if_known",
|
|
"type": "const ImVec2*"
|
|
},
|
|
{
|
|
"name": "align",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "clip_rect",
|
|
"type": "const ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,const ImVec2& pos_min,const ImVec2& pos_max,const char* text,const char* text_end,const ImVec2* text_size_if_known,const ImVec2& align=ImVec2(0,0),const ImRect* clip_rect=((void*)0))",
|
|
"call_args": "(draw_list,ConvertToCPP_ImVec2(pos_min),ConvertToCPP_ImVec2(pos_max),text,text_end,reinterpret_cast<const ImVec2*>(text_size_if_known),ConvertToCPP_ImVec2(align),clip_rect)",
|
|
"call_args_old": "(draw_list,pos_min,pos_max,text,text_end,text_size_if_known,align,clip_rect)",
|
|
"cimguiname": "igRenderTextClippedEx",
|
|
"defaults": {
|
|
"align": "ImVec2(0,0)",
|
|
"clip_rect": "NULL"
|
|
},
|
|
"funcname": "RenderTextClippedEx",
|
|
"location": "imgui_internal:3866",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderTextClippedEx",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,const ImVec2,const ImVec2,const char*,const char*,const ImVec2*,const ImVec2,const ImRect*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderTextEllipsis": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,const ImVec2_c pos_min,const ImVec2_c pos_max,float ellipsis_max_x,const char* text,const char* text_end,const ImVec2_c* text_size_if_known)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "pos_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "pos_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "ellipsis_max_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_size_if_known",
|
|
"type": "const ImVec2*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,const ImVec2& pos_min,const ImVec2& pos_max,float ellipsis_max_x,const char* text,const char* text_end,const ImVec2* text_size_if_known)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImVec2(pos_min),ConvertToCPP_ImVec2(pos_max),ellipsis_max_x,text,text_end,reinterpret_cast<const ImVec2*>(text_size_if_known))",
|
|
"call_args_old": "(draw_list,pos_min,pos_max,ellipsis_max_x,text,text_end,text_size_if_known)",
|
|
"cimguiname": "igRenderTextEllipsis",
|
|
"defaults": {},
|
|
"funcname": "RenderTextEllipsis",
|
|
"location": "imgui_internal:3867",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderTextEllipsis",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,const ImVec2,const ImVec2,float,const char*,const char*,const ImVec2*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igRenderTextWrapped": [
|
|
{
|
|
"args": "(ImVec2_c pos,const char* text,const char* text_end,float wrap_width)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "wrap_width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImVec2 pos,const char* text,const char* text_end,float wrap_width)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),text,text_end,wrap_width)",
|
|
"call_args_old": "(pos,text,text_end,wrap_width)",
|
|
"cimguiname": "igRenderTextWrapped",
|
|
"defaults": {},
|
|
"funcname": "RenderTextWrapped",
|
|
"location": "imgui_internal:3864",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igRenderTextWrapped",
|
|
"ret": "void",
|
|
"signature": "(ImVec2,const char*,const char*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igResetMouseDragDelta": [
|
|
{
|
|
"args": "(ImGuiMouseButton button)",
|
|
"argsT": [
|
|
{
|
|
"name": "button",
|
|
"type": "ImGuiMouseButton"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseButton button=0)",
|
|
"call_args": "(button)",
|
|
"call_args_old": "(button)",
|
|
"cimguiname": "igResetMouseDragDelta",
|
|
"defaults": {
|
|
"button": "0"
|
|
},
|
|
"funcname": "ResetMouseDragDelta",
|
|
"location": "imgui:1138",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igResetMouseDragDelta",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMouseButton)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSameLine": [
|
|
{
|
|
"args": "(float offset_from_start_x,float spacing)",
|
|
"argsT": [
|
|
{
|
|
"name": "offset_from_start_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "spacing",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float offset_from_start_x=0.0f,float spacing=-1.0f)",
|
|
"call_args": "(offset_from_start_x,spacing)",
|
|
"call_args_old": "(offset_from_start_x,spacing)",
|
|
"cimguiname": "igSameLine",
|
|
"defaults": {
|
|
"offset_from_start_x": "0.0f",
|
|
"spacing": "-1.0f"
|
|
},
|
|
"funcname": "SameLine",
|
|
"location": "imgui:585",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSameLine",
|
|
"ret": "void",
|
|
"signature": "(float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSaveIniSettingsToDisk": [
|
|
{
|
|
"args": "(const char* ini_filename)",
|
|
"argsT": [
|
|
{
|
|
"name": "ini_filename",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* ini_filename)",
|
|
"call_args": "(ini_filename)",
|
|
"call_args_old": "(ini_filename)",
|
|
"cimguiname": "igSaveIniSettingsToDisk",
|
|
"defaults": {},
|
|
"funcname": "SaveIniSettingsToDisk",
|
|
"location": "imgui:1154",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSaveIniSettingsToDisk",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSaveIniSettingsToMemory": [
|
|
{
|
|
"args": "(size_t* out_ini_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "out_ini_size",
|
|
"type": "size_t*"
|
|
}
|
|
],
|
|
"argsoriginal": "(size_t* out_ini_size=((void*)0))",
|
|
"call_args": "(out_ini_size)",
|
|
"call_args_old": "(out_ini_size)",
|
|
"cimguiname": "igSaveIniSettingsToMemory",
|
|
"defaults": {
|
|
"out_ini_size": "NULL"
|
|
},
|
|
"funcname": "SaveIniSettingsToMemory",
|
|
"location": "imgui:1155",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSaveIniSettingsToMemory",
|
|
"ret": "const char*",
|
|
"signature": "(size_t*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igScaleWindowsInViewport": [
|
|
{
|
|
"args": "(ImGuiViewportP* viewport,float scale)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewportP*"
|
|
},
|
|
{
|
|
"name": "scale",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiViewportP* viewport,float scale)",
|
|
"call_args": "(viewport,scale)",
|
|
"call_args_old": "(viewport,scale)",
|
|
"cimguiname": "igScaleWindowsInViewport",
|
|
"defaults": {},
|
|
"funcname": "ScaleWindowsInViewport",
|
|
"location": "imgui_internal:3446",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igScaleWindowsInViewport",
|
|
"ret": "void",
|
|
"signature": "(ImGuiViewportP*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igScrollToBringRectIntoView": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImRect_c rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "rect",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImRect& rect)",
|
|
"call_args": "(window,ConvertToCPP_ImRect(rect))",
|
|
"call_args_old": "(window,rect)",
|
|
"cimguiname": "igScrollToBringRectIntoView",
|
|
"defaults": {},
|
|
"funcname": "ScrollToBringRectIntoView",
|
|
"location": "imgui_internal:3482",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igScrollToBringRectIntoView",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,const ImRect)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igScrollToItem": [
|
|
{
|
|
"args": "(ImGuiScrollFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiScrollFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiScrollFlags flags=0)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "igScrollToItem",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ScrollToItem",
|
|
"location": "imgui_internal:3478",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igScrollToItem",
|
|
"ret": "void",
|
|
"signature": "(ImGuiScrollFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igScrollToRect": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImRect_c rect,ImGuiScrollFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "rect",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiScrollFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImRect& rect,ImGuiScrollFlags flags=0)",
|
|
"call_args": "(window,ConvertToCPP_ImRect(rect),flags)",
|
|
"call_args_old": "(window,rect,flags)",
|
|
"cimguiname": "igScrollToRect",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ScrollToRect",
|
|
"location": "imgui_internal:3479",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igScrollToRect",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,const ImRect,ImGuiScrollFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igScrollToRectEx": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImRect_c rect,ImGuiScrollFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "rect",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiScrollFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImRect& rect,ImGuiScrollFlags flags=0)",
|
|
"call_args": "(window,ConvertToCPP_ImRect(rect),flags)",
|
|
"call_args_old": "(window,rect,flags)",
|
|
"cimguiname": "igScrollToRectEx",
|
|
"conv": "ImVec2",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "ScrollToRectEx",
|
|
"location": "imgui_internal:3480",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igScrollToRectEx",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImGuiWindow*,const ImRect,ImGuiScrollFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igScrollbar": [
|
|
{
|
|
"args": "(ImGuiAxis axis)",
|
|
"argsT": [
|
|
{
|
|
"name": "axis",
|
|
"type": "ImGuiAxis"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiAxis axis)",
|
|
"call_args": "(axis)",
|
|
"call_args_old": "(axis)",
|
|
"cimguiname": "igScrollbar",
|
|
"defaults": {},
|
|
"funcname": "Scrollbar",
|
|
"location": "imgui_internal:3905",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igScrollbar",
|
|
"ret": "void",
|
|
"signature": "(ImGuiAxis)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igScrollbarEx": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,ImGuiAxis axis,ImS64* p_scroll_v,ImS64 avail_v,ImS64 contents_v,ImDrawFlags draw_rounding_flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "axis",
|
|
"type": "ImGuiAxis"
|
|
},
|
|
{
|
|
"name": "p_scroll_v",
|
|
"type": "ImS64*"
|
|
},
|
|
{
|
|
"name": "avail_v",
|
|
"type": "ImS64"
|
|
},
|
|
{
|
|
"name": "contents_v",
|
|
"type": "ImS64"
|
|
},
|
|
{
|
|
"name": "draw_rounding_flags",
|
|
"type": "ImDrawFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiAxis axis,ImS64* p_scroll_v,ImS64 avail_v,ImS64 contents_v,ImDrawFlags draw_rounding_flags=0)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,axis,p_scroll_v,avail_v,contents_v,draw_rounding_flags)",
|
|
"call_args_old": "(bb,id,axis,p_scroll_v,avail_v,contents_v,draw_rounding_flags)",
|
|
"cimguiname": "igScrollbarEx",
|
|
"defaults": {
|
|
"draw_rounding_flags": "0"
|
|
},
|
|
"funcname": "ScrollbarEx",
|
|
"location": "imgui_internal:3906",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igScrollbarEx",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID,ImGuiAxis,ImS64*,ImS64,ImS64,ImDrawFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSelectable": [
|
|
{
|
|
"args": "(const char* label,bool selected,ImGuiSelectableFlags flags,const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "selected",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSelectableFlags"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,bool selected=false,ImGuiSelectableFlags flags=0,const ImVec2& size=ImVec2(0,0))",
|
|
"call_args": "(label,selected,flags,ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(label,selected,flags,size)",
|
|
"cimguiname": "igSelectable",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"selected": "false",
|
|
"size": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "Selectable",
|
|
"location": "imgui:770",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSelectable_Bool",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool,ImGuiSelectableFlags,const ImVec2)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* label,bool* p_selected,ImGuiSelectableFlags flags,const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_selected",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSelectableFlags"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,bool* p_selected,ImGuiSelectableFlags flags=0,const ImVec2& size=ImVec2(0,0))",
|
|
"call_args": "(label,p_selected,flags,ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(label,p_selected,flags,size)",
|
|
"cimguiname": "igSelectable",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"size": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "Selectable",
|
|
"location": "imgui:771",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSelectable_BoolPtr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,bool*,ImGuiSelectableFlags,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSeparator": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igSeparator",
|
|
"defaults": {},
|
|
"funcname": "Separator",
|
|
"location": "imgui:584",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSeparator",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSeparatorEx": [
|
|
{
|
|
"args": "(ImGuiSeparatorFlags flags,float thickness)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSeparatorFlags"
|
|
},
|
|
{
|
|
"name": "thickness",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiSeparatorFlags flags,float thickness=1.0f)",
|
|
"call_args": "(flags,thickness)",
|
|
"call_args_old": "(flags,thickness)",
|
|
"cimguiname": "igSeparatorEx",
|
|
"defaults": {
|
|
"thickness": "1.0f"
|
|
},
|
|
"funcname": "SeparatorEx",
|
|
"location": "imgui_internal:3897",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSeparatorEx",
|
|
"ret": "void",
|
|
"signature": "(ImGuiSeparatorFlags,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSeparatorText": [
|
|
{
|
|
"args": "(const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label)",
|
|
"call_args": "(label)",
|
|
"call_args_old": "(label)",
|
|
"cimguiname": "igSeparatorText",
|
|
"defaults": {},
|
|
"funcname": "SeparatorText",
|
|
"location": "imgui:634",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSeparatorText",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSeparatorTextEx": [
|
|
{
|
|
"args": "(ImGuiID id,const char* label,const char* label_end,float extra_width)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "label_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "extra_width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,const char* label,const char* label_end,float extra_width)",
|
|
"call_args": "(id,label,label_end,extra_width)",
|
|
"call_args_old": "(id,label,label_end,extra_width)",
|
|
"cimguiname": "igSeparatorTextEx",
|
|
"defaults": {},
|
|
"funcname": "SeparatorTextEx",
|
|
"location": "imgui_internal:3898",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSeparatorTextEx",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,const char*,const char*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetActiveID": [
|
|
{
|
|
"args": "(ImGuiID id,ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiWindow* window)",
|
|
"call_args": "(id,window)",
|
|
"call_args_old": "(id,window)",
|
|
"cimguiname": "igSetActiveID",
|
|
"defaults": {},
|
|
"funcname": "SetActiveID",
|
|
"location": "imgui_internal:3490",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetActiveID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetActiveIdUsingAllKeyboardKeys": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igSetActiveIdUsingAllKeyboardKeys",
|
|
"defaults": {},
|
|
"funcname": "SetActiveIdUsingAllKeyboardKeys",
|
|
"location": "imgui_internal:3613",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetActiveIdUsingAllKeyboardKeys",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetAllocatorFunctions": [
|
|
{
|
|
"args": "(ImGuiMemAllocFunc alloc_func,ImGuiMemFreeFunc free_func,void* user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "alloc_func",
|
|
"type": "ImGuiMemAllocFunc"
|
|
},
|
|
{
|
|
"name": "free_func",
|
|
"type": "ImGuiMemFreeFunc"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMemAllocFunc alloc_func,ImGuiMemFreeFunc free_func,void* user_data=((void*)0))",
|
|
"call_args": "(alloc_func,free_func,user_data)",
|
|
"call_args_old": "(alloc_func,free_func,user_data)",
|
|
"cimguiname": "igSetAllocatorFunctions",
|
|
"defaults": {
|
|
"user_data": "NULL"
|
|
},
|
|
"funcname": "SetAllocatorFunctions",
|
|
"location": "imgui:1172",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetAllocatorFunctions",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMemAllocFunc,ImGuiMemFreeFunc,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetClipboardText": [
|
|
{
|
|
"args": "(const char* text)",
|
|
"argsT": [
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text)",
|
|
"call_args": "(text)",
|
|
"call_args_old": "(text)",
|
|
"cimguiname": "igSetClipboardText",
|
|
"defaults": {},
|
|
"funcname": "SetClipboardText",
|
|
"location": "imgui:1146",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetClipboardText",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetColorEditOptions": [
|
|
{
|
|
"args": "(ImGuiColorEditFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiColorEditFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiColorEditFlags flags)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "igSetColorEditOptions",
|
|
"defaults": {},
|
|
"funcname": "SetColorEditOptions",
|
|
"location": "imgui:744",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetColorEditOptions",
|
|
"ret": "void",
|
|
"signature": "(ImGuiColorEditFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetColumnOffset": [
|
|
{
|
|
"args": "(int column_index,float offset_x)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_index",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "offset_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_index,float offset_x)",
|
|
"call_args": "(column_index,offset_x)",
|
|
"call_args_old": "(column_index,offset_x)",
|
|
"cimguiname": "igSetColumnOffset",
|
|
"defaults": {},
|
|
"funcname": "SetColumnOffset",
|
|
"location": "imgui:949",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetColumnOffset",
|
|
"ret": "void",
|
|
"signature": "(int,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetColumnWidth": [
|
|
{
|
|
"args": "(int column_index,float width)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_index",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_index,float width)",
|
|
"call_args": "(column_index,width)",
|
|
"call_args_old": "(column_index,width)",
|
|
"cimguiname": "igSetColumnWidth",
|
|
"defaults": {},
|
|
"funcname": "SetColumnWidth",
|
|
"location": "imgui:947",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetColumnWidth",
|
|
"ret": "void",
|
|
"signature": "(int,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetCurrentContext": [
|
|
{
|
|
"args": "(ImGuiContext* ctx)",
|
|
"argsT": [
|
|
{
|
|
"name": "ctx",
|
|
"type": "ImGuiContext*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiContext* ctx)",
|
|
"call_args": "(ctx)",
|
|
"call_args_old": "(ctx)",
|
|
"cimguiname": "igSetCurrentContext",
|
|
"defaults": {},
|
|
"funcname": "SetCurrentContext",
|
|
"location": "imgui:399",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetCurrentContext",
|
|
"ret": "void",
|
|
"signature": "(ImGuiContext*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetCurrentFont": [
|
|
{
|
|
"args": "(ImFont* font,float font_size_before_scaling,float font_size_after_scaling)",
|
|
"argsT": [
|
|
{
|
|
"name": "font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "font_size_before_scaling",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "font_size_after_scaling",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFont* font,float font_size_before_scaling,float font_size_after_scaling)",
|
|
"call_args": "(font,font_size_before_scaling,font_size_after_scaling)",
|
|
"call_args_old": "(font,font_size_before_scaling,font_size_after_scaling)",
|
|
"cimguiname": "igSetCurrentFont",
|
|
"defaults": {},
|
|
"funcname": "SetCurrentFont",
|
|
"location": "imgui_internal:3414",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetCurrentFont",
|
|
"ret": "void",
|
|
"signature": "(ImFont*,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetCurrentViewport": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiViewportP* viewport)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiViewportP* viewport)",
|
|
"call_args": "(window,viewport)",
|
|
"call_args_old": "(window,viewport)",
|
|
"cimguiname": "igSetCurrentViewport",
|
|
"defaults": {},
|
|
"funcname": "SetCurrentViewport",
|
|
"location": "imgui_internal:3449",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetCurrentViewport",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiViewportP*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetCursorPos": [
|
|
{
|
|
"args": "(const ImVec2_c local_pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "local_pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& local_pos)",
|
|
"call_args": "(ConvertToCPP_ImVec2(local_pos))",
|
|
"call_args_old": "(local_pos)",
|
|
"cimguiname": "igSetCursorPos",
|
|
"defaults": {},
|
|
"funcname": "SetCursorPos",
|
|
"location": "imgui:578",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetCursorPos",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetCursorPosX": [
|
|
{
|
|
"args": "(float local_x)",
|
|
"argsT": [
|
|
{
|
|
"name": "local_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float local_x)",
|
|
"call_args": "(local_x)",
|
|
"call_args_old": "(local_x)",
|
|
"cimguiname": "igSetCursorPosX",
|
|
"defaults": {},
|
|
"funcname": "SetCursorPosX",
|
|
"location": "imgui:579",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetCursorPosX",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetCursorPosY": [
|
|
{
|
|
"args": "(float local_y)",
|
|
"argsT": [
|
|
{
|
|
"name": "local_y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float local_y)",
|
|
"call_args": "(local_y)",
|
|
"call_args_old": "(local_y)",
|
|
"cimguiname": "igSetCursorPosY",
|
|
"defaults": {},
|
|
"funcname": "SetCursorPosY",
|
|
"location": "imgui:580",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetCursorPosY",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetCursorScreenPos": [
|
|
{
|
|
"args": "(const ImVec2_c pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos))",
|
|
"call_args_old": "(pos)",
|
|
"cimguiname": "igSetCursorScreenPos",
|
|
"defaults": {},
|
|
"funcname": "SetCursorScreenPos",
|
|
"location": "imgui:573",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetCursorScreenPos",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetDragDropPayload": [
|
|
{
|
|
"args": "(const char* type,const void* data,size_t sz,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "type",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "sz",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* type,const void* data,size_t sz,ImGuiCond cond=0)",
|
|
"call_args": "(type,data,sz,cond)",
|
|
"call_args_old": "(type,data,sz,cond)",
|
|
"cimguiname": "igSetDragDropPayload",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetDragDropPayload",
|
|
"location": "imgui:1003",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetDragDropPayload",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const void*,size_t,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetFocusID": [
|
|
{
|
|
"args": "(ImGuiID id,ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiWindow* window)",
|
|
"call_args": "(id,window)",
|
|
"call_args_old": "(id,window)",
|
|
"cimguiname": "igSetFocusID",
|
|
"defaults": {},
|
|
"funcname": "SetFocusID",
|
|
"location": "imgui_internal:3491",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetFocusID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetFontRasterizerDensity": [
|
|
{
|
|
"args": "(float rasterizer_density)",
|
|
"argsT": [
|
|
{
|
|
"name": "rasterizer_density",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float rasterizer_density)",
|
|
"call_args": "(rasterizer_density)",
|
|
"call_args_old": "(rasterizer_density)",
|
|
"cimguiname": "igSetFontRasterizerDensity",
|
|
"defaults": {},
|
|
"funcname": "SetFontRasterizerDensity",
|
|
"location": "imgui_internal:3416",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetFontRasterizerDensity",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetHoveredID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igSetHoveredID",
|
|
"defaults": {},
|
|
"funcname": "SetHoveredID",
|
|
"location": "imgui_internal:3494",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetHoveredID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetItemDefaultFocus": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igSetItemDefaultFocus",
|
|
"defaults": {},
|
|
"funcname": "SetItemDefaultFocus",
|
|
"location": "imgui:1024",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetItemDefaultFocus",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetItemKeyOwner": [
|
|
{
|
|
"args": "(ImGuiKey key)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key)",
|
|
"call_args": "(key)",
|
|
"call_args_old": "(key)",
|
|
"cimguiname": "igSetItemKeyOwner",
|
|
"defaults": {},
|
|
"funcname": "SetItemKeyOwner",
|
|
"location": "imgui:1119",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetItemKeyOwner_Nil",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKey)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiKey key,ImGuiInputFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,ImGuiInputFlags flags)",
|
|
"call_args": "(key,flags)",
|
|
"call_args_old": "(key,flags)",
|
|
"cimguiname": "igSetItemKeyOwner",
|
|
"defaults": {},
|
|
"funcname": "SetItemKeyOwner",
|
|
"location": "imgui_internal:3630",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetItemKeyOwner_InputFlags",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKey,ImGuiInputFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetItemTooltip": [
|
|
{
|
|
"args": "(const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,...)",
|
|
"call_args": "(fmt,...)",
|
|
"call_args_old": "(fmt,...)",
|
|
"cimguiname": "igSetItemTooltip",
|
|
"defaults": {},
|
|
"funcname": "SetItemTooltip",
|
|
"isvararg": "...)",
|
|
"location": "imgui:839",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetItemTooltip",
|
|
"ret": "void",
|
|
"signature": "(const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetItemTooltipV": [
|
|
{
|
|
"args": "(const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "igSetItemTooltipV",
|
|
"defaults": {},
|
|
"funcname": "SetItemTooltipV",
|
|
"location": "imgui:840",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetItemTooltipV",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetKeyOwner": [
|
|
{
|
|
"args": "(ImGuiKey key,ImGuiID owner_id,ImGuiInputFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,ImGuiID owner_id,ImGuiInputFlags flags=0)",
|
|
"call_args": "(key,owner_id,flags)",
|
|
"call_args_old": "(key,owner_id,flags)",
|
|
"cimguiname": "igSetKeyOwner",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "SetKeyOwner",
|
|
"location": "imgui_internal:3628",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetKeyOwner",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKey,ImGuiID,ImGuiInputFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetKeyOwnersForKeyChord": [
|
|
{
|
|
"args": "(ImGuiKeyChord key,ImGuiID owner_id,ImGuiInputFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKeyChord"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key,ImGuiID owner_id,ImGuiInputFlags flags=0)",
|
|
"call_args": "(key,owner_id,flags)",
|
|
"call_args_old": "(key,owner_id,flags)",
|
|
"cimguiname": "igSetKeyOwnersForKeyChord",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "SetKeyOwnersForKeyChord",
|
|
"location": "imgui_internal:3629",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetKeyOwnersForKeyChord",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKeyChord,ImGuiID,ImGuiInputFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetKeyboardFocusHere": [
|
|
{
|
|
"args": "(int offset)",
|
|
"argsT": [
|
|
{
|
|
"name": "offset",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int offset=0)",
|
|
"call_args": "(offset)",
|
|
"call_args_old": "(offset)",
|
|
"cimguiname": "igSetKeyboardFocusHere",
|
|
"defaults": {
|
|
"offset": "0"
|
|
},
|
|
"funcname": "SetKeyboardFocusHere",
|
|
"location": "imgui:1025",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetKeyboardFocusHere",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetLastItemData": [
|
|
{
|
|
"args": "(ImGuiID item_id,ImGuiItemFlags item_flags,ImGuiItemStatusFlags status_flags,const ImRect_c item_rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "item_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "item_flags",
|
|
"type": "ImGuiItemFlags"
|
|
},
|
|
{
|
|
"name": "status_flags",
|
|
"type": "ImGuiItemStatusFlags"
|
|
},
|
|
{
|
|
"name": "item_rect",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID item_id,ImGuiItemFlags item_flags,ImGuiItemStatusFlags status_flags,const ImRect& item_rect)",
|
|
"call_args": "(item_id,item_flags,status_flags,ConvertToCPP_ImRect(item_rect))",
|
|
"call_args_old": "(item_id,item_flags,status_flags,item_rect)",
|
|
"cimguiname": "igSetLastItemData",
|
|
"defaults": {},
|
|
"funcname": "SetLastItemData",
|
|
"location": "imgui_internal:3508",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetLastItemData",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiItemFlags,ImGuiItemStatusFlags,const ImRect)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetMouseCursor": [
|
|
{
|
|
"args": "(ImGuiMouseCursor cursor_type)",
|
|
"argsT": [
|
|
{
|
|
"name": "cursor_type",
|
|
"type": "ImGuiMouseCursor"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiMouseCursor cursor_type)",
|
|
"call_args": "(cursor_type)",
|
|
"call_args_old": "(cursor_type)",
|
|
"cimguiname": "igSetMouseCursor",
|
|
"defaults": {},
|
|
"funcname": "SetMouseCursor",
|
|
"location": "imgui:1140",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetMouseCursor",
|
|
"ret": "void",
|
|
"signature": "(ImGuiMouseCursor)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNavCursorVisible": [
|
|
{
|
|
"args": "(bool visible)",
|
|
"argsT": [
|
|
{
|
|
"name": "visible",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool visible)",
|
|
"call_args": "(visible)",
|
|
"call_args_old": "(visible)",
|
|
"cimguiname": "igSetNavCursorVisible",
|
|
"defaults": {},
|
|
"funcname": "SetNavCursorVisible",
|
|
"location": "imgui:1028",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNavCursorVisible",
|
|
"ret": "void",
|
|
"signature": "(bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNavCursorVisibleAfterMove": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igSetNavCursorVisibleAfterMove",
|
|
"defaults": {},
|
|
"funcname": "SetNavCursorVisibleAfterMove",
|
|
"location": "imgui_internal:3571",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNavCursorVisibleAfterMove",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNavFocusScope": [
|
|
{
|
|
"args": "(ImGuiID focus_scope_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "focus_scope_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID focus_scope_id)",
|
|
"call_args": "(focus_scope_id)",
|
|
"call_args_old": "(focus_scope_id)",
|
|
"cimguiname": "igSetNavFocusScope",
|
|
"defaults": {},
|
|
"funcname": "SetNavFocusScope",
|
|
"location": "imgui_internal:3575",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNavFocusScope",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNavID": [
|
|
{
|
|
"args": "(ImGuiID id,ImGuiNavLayer nav_layer,ImGuiID focus_scope_id,const ImRect_c rect_rel)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "nav_layer",
|
|
"type": "ImGuiNavLayer"
|
|
},
|
|
{
|
|
"name": "focus_scope_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "rect_rel",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiNavLayer nav_layer,ImGuiID focus_scope_id,const ImRect& rect_rel)",
|
|
"call_args": "(id,nav_layer,focus_scope_id,ConvertToCPP_ImRect(rect_rel))",
|
|
"call_args_old": "(id,nav_layer,focus_scope_id,rect_rel)",
|
|
"cimguiname": "igSetNavID",
|
|
"defaults": {},
|
|
"funcname": "SetNavID",
|
|
"location": "imgui_internal:3574",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNavID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiNavLayer,ImGuiID,const ImRect)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNavWindow": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igSetNavWindow",
|
|
"defaults": {},
|
|
"funcname": "SetNavWindow",
|
|
"location": "imgui_internal:3573",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNavWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextFrameWantCaptureKeyboard": [
|
|
{
|
|
"args": "(bool want_capture_keyboard)",
|
|
"argsT": [
|
|
{
|
|
"name": "want_capture_keyboard",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool want_capture_keyboard)",
|
|
"call_args": "(want_capture_keyboard)",
|
|
"call_args_old": "(want_capture_keyboard)",
|
|
"cimguiname": "igSetNextFrameWantCaptureKeyboard",
|
|
"defaults": {},
|
|
"funcname": "SetNextFrameWantCaptureKeyboard",
|
|
"location": "imgui:1093",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextFrameWantCaptureKeyboard",
|
|
"ret": "void",
|
|
"signature": "(bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextFrameWantCaptureMouse": [
|
|
{
|
|
"args": "(bool want_capture_mouse)",
|
|
"argsT": [
|
|
{
|
|
"name": "want_capture_mouse",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool want_capture_mouse)",
|
|
"call_args": "(want_capture_mouse)",
|
|
"call_args_old": "(want_capture_mouse)",
|
|
"cimguiname": "igSetNextFrameWantCaptureMouse",
|
|
"defaults": {},
|
|
"funcname": "SetNextFrameWantCaptureMouse",
|
|
"location": "imgui:1141",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextFrameWantCaptureMouse",
|
|
"ret": "void",
|
|
"signature": "(bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextItemAllowOverlap": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igSetNextItemAllowOverlap",
|
|
"defaults": {},
|
|
"funcname": "SetNextItemAllowOverlap",
|
|
"location": "imgui:1031",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextItemAllowOverlap",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextItemOpen": [
|
|
{
|
|
"args": "(bool is_open,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "is_open",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool is_open,ImGuiCond cond=0)",
|
|
"call_args": "(is_open,cond)",
|
|
"call_args_old": "(is_open,cond)",
|
|
"cimguiname": "igSetNextItemOpen",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetNextItemOpen",
|
|
"location": "imgui:764",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextItemOpen",
|
|
"ret": "void",
|
|
"signature": "(bool,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextItemRefVal": [
|
|
{
|
|
"args": "(ImGuiDataType data_type,void* p_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiDataType data_type,void* p_data)",
|
|
"call_args": "(data_type,p_data)",
|
|
"call_args_old": "(data_type,p_data)",
|
|
"cimguiname": "igSetNextItemRefVal",
|
|
"defaults": {},
|
|
"funcname": "SetNextItemRefVal",
|
|
"location": "imgui_internal:3953",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextItemRefVal",
|
|
"ret": "void",
|
|
"signature": "(ImGuiDataType,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextItemSelectionUserData": [
|
|
{
|
|
"args": "(ImGuiSelectionUserData selection_user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "selection_user_data",
|
|
"type": "ImGuiSelectionUserData"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiSelectionUserData selection_user_data)",
|
|
"call_args": "(selection_user_data)",
|
|
"call_args_old": "(selection_user_data)",
|
|
"cimguiname": "igSetNextItemSelectionUserData",
|
|
"defaults": {},
|
|
"funcname": "SetNextItemSelectionUserData",
|
|
"location": "imgui:782",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextItemSelectionUserData",
|
|
"ret": "void",
|
|
"signature": "(ImGuiSelectionUserData)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextItemShortcut": [
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags=0)",
|
|
"call_args": "(key_chord,flags)",
|
|
"call_args_old": "(key_chord,flags)",
|
|
"cimguiname": "igSetNextItemShortcut",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "SetNextItemShortcut",
|
|
"location": "imgui:1111",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextItemShortcut",
|
|
"ret": "void",
|
|
"signature": "(ImGuiKeyChord,ImGuiInputFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextItemStorageID": [
|
|
{
|
|
"args": "(ImGuiID storage_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "storage_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID storage_id)",
|
|
"call_args": "(storage_id)",
|
|
"call_args_old": "(storage_id)",
|
|
"cimguiname": "igSetNextItemStorageID",
|
|
"defaults": {},
|
|
"funcname": "SetNextItemStorageID",
|
|
"location": "imgui:765",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextItemStorageID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextItemWidth": [
|
|
{
|
|
"args": "(float item_width)",
|
|
"argsT": [
|
|
{
|
|
"name": "item_width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float item_width)",
|
|
"call_args": "(item_width)",
|
|
"call_args_old": "(item_width)",
|
|
"cimguiname": "igSetNextItemWidth",
|
|
"defaults": {},
|
|
"funcname": "SetNextItemWidth",
|
|
"location": "imgui:549",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextItemWidth",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowBgAlpha": [
|
|
{
|
|
"args": "(float alpha)",
|
|
"argsT": [
|
|
{
|
|
"name": "alpha",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float alpha)",
|
|
"call_args": "(alpha)",
|
|
"call_args_old": "(alpha)",
|
|
"cimguiname": "igSetNextWindowBgAlpha",
|
|
"defaults": {},
|
|
"funcname": "SetNextWindowBgAlpha",
|
|
"location": "imgui:487",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowBgAlpha",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowClass": [
|
|
{
|
|
"args": "(const ImGuiWindowClass* window_class)",
|
|
"argsT": [
|
|
{
|
|
"name": "window_class",
|
|
"type": "const ImGuiWindowClass*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiWindowClass* window_class)",
|
|
"call_args": "(window_class)",
|
|
"call_args_old": "(window_class)",
|
|
"cimguiname": "igSetNextWindowClass",
|
|
"defaults": {},
|
|
"funcname": "SetNextWindowClass",
|
|
"location": "imgui:983",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowClass",
|
|
"ret": "void",
|
|
"signature": "(const ImGuiWindowClass*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowCollapsed": [
|
|
{
|
|
"args": "(bool collapsed,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "collapsed",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool collapsed,ImGuiCond cond=0)",
|
|
"call_args": "(collapsed,cond)",
|
|
"call_args_old": "(collapsed,cond)",
|
|
"cimguiname": "igSetNextWindowCollapsed",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetNextWindowCollapsed",
|
|
"location": "imgui:484",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowCollapsed",
|
|
"ret": "void",
|
|
"signature": "(bool,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowContentSize": [
|
|
{
|
|
"args": "(const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& size)",
|
|
"call_args": "(ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(size)",
|
|
"cimguiname": "igSetNextWindowContentSize",
|
|
"defaults": {},
|
|
"funcname": "SetNextWindowContentSize",
|
|
"location": "imgui:483",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowContentSize",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowDockID": [
|
|
{
|
|
"args": "(ImGuiID dock_id,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "dock_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID dock_id,ImGuiCond cond=0)",
|
|
"call_args": "(dock_id,cond)",
|
|
"call_args_old": "(dock_id,cond)",
|
|
"cimguiname": "igSetNextWindowDockID",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetNextWindowDockID",
|
|
"location": "imgui:982",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowDockID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowFocus": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igSetNextWindowFocus",
|
|
"defaults": {},
|
|
"funcname": "SetNextWindowFocus",
|
|
"location": "imgui:485",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowFocus",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowPos": [
|
|
{
|
|
"args": "(const ImVec2_c pos,ImGuiCond cond,const ImVec2_c pivot)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
},
|
|
{
|
|
"name": "pivot",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos,ImGuiCond cond=0,const ImVec2& pivot=ImVec2(0,0))",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),cond,ConvertToCPP_ImVec2(pivot))",
|
|
"call_args_old": "(pos,cond,pivot)",
|
|
"cimguiname": "igSetNextWindowPos",
|
|
"defaults": {
|
|
"cond": "0",
|
|
"pivot": "ImVec2(0,0)"
|
|
},
|
|
"funcname": "SetNextWindowPos",
|
|
"location": "imgui:480",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowPos",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,ImGuiCond,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowRefreshPolicy": [
|
|
{
|
|
"args": "(ImGuiWindowRefreshFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiWindowRefreshFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindowRefreshFlags flags)",
|
|
"call_args": "(flags)",
|
|
"call_args_old": "(flags)",
|
|
"cimguiname": "igSetNextWindowRefreshPolicy",
|
|
"defaults": {},
|
|
"funcname": "SetNextWindowRefreshPolicy",
|
|
"location": "imgui_internal:3407",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowRefreshPolicy",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindowRefreshFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowScroll": [
|
|
{
|
|
"args": "(const ImVec2_c scroll)",
|
|
"argsT": [
|
|
{
|
|
"name": "scroll",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& scroll)",
|
|
"call_args": "(ConvertToCPP_ImVec2(scroll))",
|
|
"call_args_old": "(scroll)",
|
|
"cimguiname": "igSetNextWindowScroll",
|
|
"defaults": {},
|
|
"funcname": "SetNextWindowScroll",
|
|
"location": "imgui:486",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowScroll",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowSize": [
|
|
{
|
|
"args": "(const ImVec2_c size,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& size,ImGuiCond cond=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(size),cond)",
|
|
"call_args_old": "(size,cond)",
|
|
"cimguiname": "igSetNextWindowSize",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetNextWindowSize",
|
|
"location": "imgui:481",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowSize",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowSizeConstraints": [
|
|
{
|
|
"args": "(const ImVec2_c size_min,const ImVec2_c size_max,ImGuiSizeCallback custom_callback,void* custom_callback_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "size_min",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "size_max",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "custom_callback",
|
|
"type": "ImGuiSizeCallback"
|
|
},
|
|
{
|
|
"name": "custom_callback_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& size_min,const ImVec2& size_max,ImGuiSizeCallback custom_callback=((void*)0),void* custom_callback_data=((void*)0))",
|
|
"call_args": "(ConvertToCPP_ImVec2(size_min),ConvertToCPP_ImVec2(size_max),custom_callback,custom_callback_data)",
|
|
"call_args_old": "(size_min,size_max,custom_callback,custom_callback_data)",
|
|
"cimguiname": "igSetNextWindowSizeConstraints",
|
|
"defaults": {
|
|
"custom_callback": "NULL",
|
|
"custom_callback_data": "NULL"
|
|
},
|
|
"funcname": "SetNextWindowSizeConstraints",
|
|
"location": "imgui:482",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowSizeConstraints",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,const ImVec2,ImGuiSizeCallback,void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetNextWindowViewport": [
|
|
{
|
|
"args": "(ImGuiID viewport_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID viewport_id)",
|
|
"call_args": "(viewport_id)",
|
|
"call_args_old": "(viewport_id)",
|
|
"cimguiname": "igSetNextWindowViewport",
|
|
"defaults": {},
|
|
"funcname": "SetNextWindowViewport",
|
|
"location": "imgui:488",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetNextWindowViewport",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetScrollFromPosX": [
|
|
{
|
|
"args": "(float local_x,float center_x_ratio)",
|
|
"argsT": [
|
|
{
|
|
"name": "local_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "center_x_ratio",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float local_x,float center_x_ratio=0.5f)",
|
|
"call_args": "(local_x,center_x_ratio)",
|
|
"call_args_old": "(local_x,center_x_ratio)",
|
|
"cimguiname": "igSetScrollFromPosX",
|
|
"defaults": {
|
|
"center_x_ratio": "0.5f"
|
|
},
|
|
"funcname": "SetScrollFromPosX",
|
|
"location": "imgui:509",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollFromPosX_Float",
|
|
"ret": "void",
|
|
"signature": "(float,float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window,float local_x,float center_x_ratio)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "local_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "center_x_ratio",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,float local_x,float center_x_ratio)",
|
|
"call_args": "(window,local_x,center_x_ratio)",
|
|
"call_args_old": "(window,local_x,center_x_ratio)",
|
|
"cimguiname": "igSetScrollFromPosX",
|
|
"defaults": {},
|
|
"funcname": "SetScrollFromPosX",
|
|
"location": "imgui_internal:3474",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollFromPosX_WindowPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetScrollFromPosY": [
|
|
{
|
|
"args": "(float local_y,float center_y_ratio)",
|
|
"argsT": [
|
|
{
|
|
"name": "local_y",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "center_y_ratio",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float local_y,float center_y_ratio=0.5f)",
|
|
"call_args": "(local_y,center_y_ratio)",
|
|
"call_args_old": "(local_y,center_y_ratio)",
|
|
"cimguiname": "igSetScrollFromPosY",
|
|
"defaults": {
|
|
"center_y_ratio": "0.5f"
|
|
},
|
|
"funcname": "SetScrollFromPosY",
|
|
"location": "imgui:510",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollFromPosY_Float",
|
|
"ret": "void",
|
|
"signature": "(float,float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window,float local_y,float center_y_ratio)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "local_y",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "center_y_ratio",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,float local_y,float center_y_ratio)",
|
|
"call_args": "(window,local_y,center_y_ratio)",
|
|
"call_args_old": "(window,local_y,center_y_ratio)",
|
|
"cimguiname": "igSetScrollFromPosY",
|
|
"defaults": {},
|
|
"funcname": "SetScrollFromPosY",
|
|
"location": "imgui_internal:3475",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollFromPosY_WindowPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetScrollHereX": [
|
|
{
|
|
"args": "(float center_x_ratio)",
|
|
"argsT": [
|
|
{
|
|
"name": "center_x_ratio",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float center_x_ratio=0.5f)",
|
|
"call_args": "(center_x_ratio)",
|
|
"call_args_old": "(center_x_ratio)",
|
|
"cimguiname": "igSetScrollHereX",
|
|
"defaults": {
|
|
"center_x_ratio": "0.5f"
|
|
},
|
|
"funcname": "SetScrollHereX",
|
|
"location": "imgui:507",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollHereX",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetScrollHereY": [
|
|
{
|
|
"args": "(float center_y_ratio)",
|
|
"argsT": [
|
|
{
|
|
"name": "center_y_ratio",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float center_y_ratio=0.5f)",
|
|
"call_args": "(center_y_ratio)",
|
|
"call_args_old": "(center_y_ratio)",
|
|
"cimguiname": "igSetScrollHereY",
|
|
"defaults": {
|
|
"center_y_ratio": "0.5f"
|
|
},
|
|
"funcname": "SetScrollHereY",
|
|
"location": "imgui:508",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollHereY",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetScrollX": [
|
|
{
|
|
"args": "(float scroll_x)",
|
|
"argsT": [
|
|
{
|
|
"name": "scroll_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float scroll_x)",
|
|
"call_args": "(scroll_x)",
|
|
"call_args_old": "(scroll_x)",
|
|
"cimguiname": "igSetScrollX",
|
|
"defaults": {},
|
|
"funcname": "SetScrollX",
|
|
"location": "imgui:503",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollX_Float",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window,float scroll_x)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "scroll_x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,float scroll_x)",
|
|
"call_args": "(window,scroll_x)",
|
|
"call_args_old": "(window,scroll_x)",
|
|
"cimguiname": "igSetScrollX",
|
|
"defaults": {},
|
|
"funcname": "SetScrollX",
|
|
"location": "imgui_internal:3472",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollX_WindowPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetScrollY": [
|
|
{
|
|
"args": "(float scroll_y)",
|
|
"argsT": [
|
|
{
|
|
"name": "scroll_y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float scroll_y)",
|
|
"call_args": "(scroll_y)",
|
|
"call_args_old": "(scroll_y)",
|
|
"cimguiname": "igSetScrollY",
|
|
"defaults": {},
|
|
"funcname": "SetScrollY",
|
|
"location": "imgui:504",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollY_Float",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window,float scroll_y)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "scroll_y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,float scroll_y)",
|
|
"call_args": "(window,scroll_y)",
|
|
"call_args_old": "(window,scroll_y)",
|
|
"cimguiname": "igSetScrollY",
|
|
"defaults": {},
|
|
"funcname": "SetScrollY",
|
|
"location": "imgui_internal:3473",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetScrollY_WindowPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetShortcutRouting": [
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags,ImGuiID owner_id)",
|
|
"call_args": "(key_chord,flags,owner_id)",
|
|
"call_args_old": "(key_chord,flags,owner_id)",
|
|
"cimguiname": "igSetShortcutRouting",
|
|
"defaults": {},
|
|
"funcname": "SetShortcutRouting",
|
|
"location": "imgui_internal:3664",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetShortcutRouting",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKeyChord,ImGuiInputFlags,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetStateStorage": [
|
|
{
|
|
"args": "(ImGuiStorage* storage)",
|
|
"argsT": [
|
|
{
|
|
"name": "storage",
|
|
"type": "ImGuiStorage*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStorage* storage)",
|
|
"call_args": "(storage)",
|
|
"call_args_old": "(storage)",
|
|
"cimguiname": "igSetStateStorage",
|
|
"defaults": {},
|
|
"funcname": "SetStateStorage",
|
|
"location": "imgui:1071",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetStateStorage",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStorage*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetTabItemClosed": [
|
|
{
|
|
"args": "(const char* tab_or_docked_window_label)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_or_docked_window_label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* tab_or_docked_window_label)",
|
|
"call_args": "(tab_or_docked_window_label)",
|
|
"call_args_old": "(tab_or_docked_window_label)",
|
|
"cimguiname": "igSetTabItemClosed",
|
|
"defaults": {},
|
|
"funcname": "SetTabItemClosed",
|
|
"location": "imgui:959",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetTabItemClosed",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetTooltip": [
|
|
{
|
|
"args": "(const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,...)",
|
|
"call_args": "(fmt,...)",
|
|
"call_args_old": "(fmt,...)",
|
|
"cimguiname": "igSetTooltip",
|
|
"defaults": {},
|
|
"funcname": "SetTooltip",
|
|
"isvararg": "...)",
|
|
"location": "imgui:831",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetTooltip",
|
|
"ret": "void",
|
|
"signature": "(const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetTooltipV": [
|
|
{
|
|
"args": "(const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "igSetTooltipV",
|
|
"defaults": {},
|
|
"funcname": "SetTooltipV",
|
|
"location": "imgui:832",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetTooltipV",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowClipRectBeforeSetChannel": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImRect_c clip_rect)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "clip_rect",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImRect& clip_rect)",
|
|
"call_args": "(window,ConvertToCPP_ImRect(clip_rect))",
|
|
"call_args_old": "(window,clip_rect)",
|
|
"cimguiname": "igSetWindowClipRectBeforeSetChannel",
|
|
"defaults": {},
|
|
"funcname": "SetWindowClipRectBeforeSetChannel",
|
|
"location": "imgui_internal:3765",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowClipRectBeforeSetChannel",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,const ImRect)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowCollapsed": [
|
|
{
|
|
"args": "(bool collapsed,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "collapsed",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool collapsed,ImGuiCond cond=0)",
|
|
"call_args": "(collapsed,cond)",
|
|
"call_args_old": "(collapsed,cond)",
|
|
"cimguiname": "igSetWindowCollapsed",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowCollapsed",
|
|
"location": "imgui:491",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowCollapsed_Bool",
|
|
"ret": "void",
|
|
"signature": "(bool,ImGuiCond)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* name,bool collapsed,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "collapsed",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name,bool collapsed,ImGuiCond cond=0)",
|
|
"call_args": "(name,collapsed,cond)",
|
|
"call_args_old": "(name,collapsed,cond)",
|
|
"cimguiname": "igSetWindowCollapsed",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowCollapsed",
|
|
"location": "imgui:495",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowCollapsed_Str",
|
|
"ret": "void",
|
|
"signature": "(const char*,bool,ImGuiCond)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window,bool collapsed,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "collapsed",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,bool collapsed,ImGuiCond cond=0)",
|
|
"call_args": "(window,collapsed,cond)",
|
|
"call_args_old": "(window,collapsed,cond)",
|
|
"cimguiname": "igSetWindowCollapsed",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowCollapsed",
|
|
"location": "imgui_internal:3387",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowCollapsed_WindowPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,bool,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowDock": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiID dock_id,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "dock_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiID dock_id,ImGuiCond cond)",
|
|
"call_args": "(window,dock_id,cond)",
|
|
"call_args_old": "(window,dock_id,cond)",
|
|
"cimguiname": "igSetWindowDock",
|
|
"defaults": {},
|
|
"funcname": "SetWindowDock",
|
|
"location": "imgui_internal:3697",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowDock",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiID,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowFocus": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igSetWindowFocus",
|
|
"defaults": {},
|
|
"funcname": "SetWindowFocus",
|
|
"location": "imgui:492",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowFocus_Nil",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* name)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name)",
|
|
"call_args": "(name)",
|
|
"call_args_old": "(name)",
|
|
"cimguiname": "igSetWindowFocus",
|
|
"defaults": {},
|
|
"funcname": "SetWindowFocus",
|
|
"location": "imgui:496",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowFocus_Str",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowHiddenAndSkipItemsForCurrentFrame": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igSetWindowHiddenAndSkipItemsForCurrentFrame",
|
|
"defaults": {},
|
|
"funcname": "SetWindowHiddenAndSkipItemsForCurrentFrame",
|
|
"location": "imgui_internal:3389",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowHiddenAndSkipItemsForCurrentFrame",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowHitTestHole": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImVec2_c pos,const ImVec2_c size)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImVec2& pos,const ImVec2& size)",
|
|
"call_args": "(window,ConvertToCPP_ImVec2(pos),ConvertToCPP_ImVec2(size))",
|
|
"call_args_old": "(window,pos,size)",
|
|
"cimguiname": "igSetWindowHitTestHole",
|
|
"defaults": {},
|
|
"funcname": "SetWindowHitTestHole",
|
|
"location": "imgui_internal:3388",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowHitTestHole",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowParentWindowForFocusRoute": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiWindow* parent_window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "parent_window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiWindow* parent_window)",
|
|
"call_args": "(window,parent_window)",
|
|
"call_args_old": "(window,parent_window)",
|
|
"cimguiname": "igSetWindowParentWindowForFocusRoute",
|
|
"defaults": {},
|
|
"funcname": "SetWindowParentWindowForFocusRoute",
|
|
"location": "imgui_internal:3390",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowParentWindowForFocusRoute",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowPos": [
|
|
{
|
|
"args": "(const ImVec2_c pos,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos,ImGuiCond cond=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos),cond)",
|
|
"call_args_old": "(pos,cond)",
|
|
"cimguiname": "igSetWindowPos",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowPos",
|
|
"location": "imgui:489",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowPos_Vec2",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,ImGuiCond)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* name,const ImVec2_c pos,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name,const ImVec2& pos,ImGuiCond cond=0)",
|
|
"call_args": "(name,ConvertToCPP_ImVec2(pos),cond)",
|
|
"call_args_old": "(name,pos,cond)",
|
|
"cimguiname": "igSetWindowPos",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowPos",
|
|
"location": "imgui:493",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowPos_Str",
|
|
"ret": "void",
|
|
"signature": "(const char*,const ImVec2,ImGuiCond)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImVec2_c pos,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImVec2& pos,ImGuiCond cond=0)",
|
|
"call_args": "(window,ConvertToCPP_ImVec2(pos),cond)",
|
|
"call_args_old": "(window,pos,cond)",
|
|
"cimguiname": "igSetWindowPos",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowPos",
|
|
"location": "imgui_internal:3385",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowPos_WindowPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,const ImVec2,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowSize": [
|
|
{
|
|
"args": "(const ImVec2_c size,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& size,ImGuiCond cond=0)",
|
|
"call_args": "(ConvertToCPP_ImVec2(size),cond)",
|
|
"call_args_old": "(size,cond)",
|
|
"cimguiname": "igSetWindowSize",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowSize",
|
|
"location": "imgui:490",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowSize_Vec2",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2,ImGuiCond)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* name,const ImVec2_c size,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "name",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* name,const ImVec2& size,ImGuiCond cond=0)",
|
|
"call_args": "(name,ConvertToCPP_ImVec2(size),cond)",
|
|
"call_args_old": "(name,size,cond)",
|
|
"cimguiname": "igSetWindowSize",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowSize",
|
|
"location": "imgui:494",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowSize_Str",
|
|
"ret": "void",
|
|
"signature": "(const char*,const ImVec2,ImGuiCond)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImVec2_c size,ImGuiCond cond)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cond",
|
|
"type": "ImGuiCond"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImVec2& size,ImGuiCond cond=0)",
|
|
"call_args": "(window,ConvertToCPP_ImVec2(size),cond)",
|
|
"call_args_old": "(window,size,cond)",
|
|
"cimguiname": "igSetWindowSize",
|
|
"defaults": {
|
|
"cond": "0"
|
|
},
|
|
"funcname": "SetWindowSize",
|
|
"location": "imgui_internal:3386",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowSize_WindowPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,const ImVec2,ImGuiCond)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSetWindowViewport": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiViewportP* viewport)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewportP*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiViewportP* viewport)",
|
|
"call_args": "(window,viewport)",
|
|
"call_args_old": "(window,viewport)",
|
|
"cimguiname": "igSetWindowViewport",
|
|
"defaults": {},
|
|
"funcname": "SetWindowViewport",
|
|
"location": "imgui_internal:3448",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSetWindowViewport",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiViewportP*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShadeVertsLinearColorGradientKeepAlpha": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,int vert_start_idx,int vert_end_idx,ImVec2_c gradient_p0,ImVec2_c gradient_p1,ImU32 col0,ImU32 col1)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "vert_start_idx",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "vert_end_idx",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "gradient_p0",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "gradient_p1",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "col0",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "col1",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,int vert_start_idx,int vert_end_idx,ImVec2 gradient_p0,ImVec2 gradient_p1,ImU32 col0,ImU32 col1)",
|
|
"call_args": "(draw_list,vert_start_idx,vert_end_idx,ConvertToCPP_ImVec2(gradient_p0),ConvertToCPP_ImVec2(gradient_p1),col0,col1)",
|
|
"call_args_old": "(draw_list,vert_start_idx,vert_end_idx,gradient_p0,gradient_p1,col0,col1)",
|
|
"cimguiname": "igShadeVertsLinearColorGradientKeepAlpha",
|
|
"defaults": {},
|
|
"funcname": "ShadeVertsLinearColorGradientKeepAlpha",
|
|
"location": "imgui_internal:3965",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShadeVertsLinearColorGradientKeepAlpha",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,int,int,ImVec2,ImVec2,ImU32,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShadeVertsLinearUV": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,int vert_start_idx,int vert_end_idx,const ImVec2_c a,const ImVec2_c b,const ImVec2_c uv_a,const ImVec2_c uv_b,bool clamp)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "vert_start_idx",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "vert_end_idx",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_a",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "uv_b",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "clamp",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,int vert_start_idx,int vert_end_idx,const ImVec2& a,const ImVec2& b,const ImVec2& uv_a,const ImVec2& uv_b,bool clamp)",
|
|
"call_args": "(draw_list,vert_start_idx,vert_end_idx,ConvertToCPP_ImVec2(a),ConvertToCPP_ImVec2(b),ConvertToCPP_ImVec2(uv_a),ConvertToCPP_ImVec2(uv_b),clamp)",
|
|
"call_args_old": "(draw_list,vert_start_idx,vert_end_idx,a,b,uv_a,uv_b,clamp)",
|
|
"cimguiname": "igShadeVertsLinearUV",
|
|
"defaults": {},
|
|
"funcname": "ShadeVertsLinearUV",
|
|
"location": "imgui_internal:3966",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShadeVertsLinearUV",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,int,int,const ImVec2,const ImVec2,const ImVec2,const ImVec2,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShadeVertsTransformPos": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,int vert_start_idx,int vert_end_idx,const ImVec2_c pivot_in,float cos_a,float sin_a,const ImVec2_c pivot_out)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "vert_start_idx",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "vert_end_idx",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "pivot_in",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "cos_a",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "sin_a",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "pivot_out",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,int vert_start_idx,int vert_end_idx,const ImVec2& pivot_in,float cos_a,float sin_a,const ImVec2& pivot_out)",
|
|
"call_args": "(draw_list,vert_start_idx,vert_end_idx,ConvertToCPP_ImVec2(pivot_in),cos_a,sin_a,ConvertToCPP_ImVec2(pivot_out))",
|
|
"call_args_old": "(draw_list,vert_start_idx,vert_end_idx,pivot_in,cos_a,sin_a,pivot_out)",
|
|
"cimguiname": "igShadeVertsTransformPos",
|
|
"defaults": {},
|
|
"funcname": "ShadeVertsTransformPos",
|
|
"location": "imgui_internal:3967",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShadeVertsTransformPos",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,int,int,const ImVec2,float,float,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShortcut": [
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags=0)",
|
|
"call_args": "(key_chord,flags)",
|
|
"call_args_old": "(key_chord,flags)",
|
|
"cimguiname": "igShortcut",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "Shortcut",
|
|
"location": "imgui:1110",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShortcut_Nil",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKeyChord,ImGuiInputFlags)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputFlags"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord,ImGuiInputFlags flags,ImGuiID owner_id)",
|
|
"call_args": "(key_chord,flags,owner_id)",
|
|
"call_args_old": "(key_chord,flags,owner_id)",
|
|
"cimguiname": "igShortcut",
|
|
"defaults": {},
|
|
"funcname": "Shortcut",
|
|
"location": "imgui_internal:3663",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShortcut_ID",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKeyChord,ImGuiInputFlags,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowAboutWindow": [
|
|
{
|
|
"args": "(bool* p_open)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool* p_open=((void*)0))",
|
|
"call_args": "(p_open)",
|
|
"call_args_old": "(p_open)",
|
|
"cimguiname": "igShowAboutWindow",
|
|
"defaults": {
|
|
"p_open": "NULL"
|
|
},
|
|
"funcname": "ShowAboutWindow",
|
|
"location": "imgui:415",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowAboutWindow",
|
|
"ret": "void",
|
|
"signature": "(bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowDebugLogWindow": [
|
|
{
|
|
"args": "(bool* p_open)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool* p_open=((void*)0))",
|
|
"call_args": "(p_open)",
|
|
"call_args_old": "(p_open)",
|
|
"cimguiname": "igShowDebugLogWindow",
|
|
"defaults": {
|
|
"p_open": "NULL"
|
|
},
|
|
"funcname": "ShowDebugLogWindow",
|
|
"location": "imgui:413",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowDebugLogWindow",
|
|
"ret": "void",
|
|
"signature": "(bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowDemoWindow": [
|
|
{
|
|
"args": "(bool* p_open)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool* p_open=((void*)0))",
|
|
"call_args": "(p_open)",
|
|
"call_args_old": "(p_open)",
|
|
"cimguiname": "igShowDemoWindow",
|
|
"defaults": {
|
|
"p_open": "NULL"
|
|
},
|
|
"funcname": "ShowDemoWindow",
|
|
"location": "imgui:411",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowDemoWindow",
|
|
"ret": "void",
|
|
"signature": "(bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowFontAtlas": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igShowFontAtlas",
|
|
"defaults": {},
|
|
"funcname": "ShowFontAtlas",
|
|
"location": "imgui_internal:3996",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowFontAtlas",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowFontSelector": [
|
|
{
|
|
"args": "(const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label)",
|
|
"call_args": "(label)",
|
|
"call_args_old": "(label)",
|
|
"cimguiname": "igShowFontSelector",
|
|
"defaults": {},
|
|
"funcname": "ShowFontSelector",
|
|
"location": "imgui:418",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowFontSelector",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowIDStackToolWindow": [
|
|
{
|
|
"args": "(bool* p_open)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool* p_open=((void*)0))",
|
|
"call_args": "(p_open)",
|
|
"call_args_old": "(p_open)",
|
|
"cimguiname": "igShowIDStackToolWindow",
|
|
"defaults": {
|
|
"p_open": "NULL"
|
|
},
|
|
"funcname": "ShowIDStackToolWindow",
|
|
"location": "imgui:414",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowIDStackToolWindow",
|
|
"ret": "void",
|
|
"signature": "(bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowMetricsWindow": [
|
|
{
|
|
"args": "(bool* p_open)",
|
|
"argsT": [
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool* p_open=((void*)0))",
|
|
"call_args": "(p_open)",
|
|
"call_args_old": "(p_open)",
|
|
"cimguiname": "igShowMetricsWindow",
|
|
"defaults": {
|
|
"p_open": "NULL"
|
|
},
|
|
"funcname": "ShowMetricsWindow",
|
|
"location": "imgui:412",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowMetricsWindow",
|
|
"ret": "void",
|
|
"signature": "(bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowStyleEditor": [
|
|
{
|
|
"args": "(ImGuiStyle* ref)",
|
|
"argsT": [
|
|
{
|
|
"name": "ref",
|
|
"type": "ImGuiStyle*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyle* ref=((void*)0))",
|
|
"call_args": "(ref)",
|
|
"call_args_old": "(ref)",
|
|
"cimguiname": "igShowStyleEditor",
|
|
"defaults": {
|
|
"ref": "NULL"
|
|
},
|
|
"funcname": "ShowStyleEditor",
|
|
"location": "imgui:416",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowStyleEditor",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyle*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowStyleSelector": [
|
|
{
|
|
"args": "(const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label)",
|
|
"call_args": "(label)",
|
|
"call_args_old": "(label)",
|
|
"cimguiname": "igShowStyleSelector",
|
|
"defaults": {},
|
|
"funcname": "ShowStyleSelector",
|
|
"location": "imgui:417",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowStyleSelector",
|
|
"ret": "bool",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShowUserGuide": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igShowUserGuide",
|
|
"defaults": {},
|
|
"funcname": "ShowUserGuide",
|
|
"location": "imgui:419",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShowUserGuide",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShrinkWidths": [
|
|
{
|
|
"args": "(ImGuiShrinkWidthItem* items,int count,float width_excess,float width_min)",
|
|
"argsT": [
|
|
{
|
|
"name": "items",
|
|
"type": "ImGuiShrinkWidthItem*"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "width_excess",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "width_min",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiShrinkWidthItem* items,int count,float width_excess,float width_min)",
|
|
"call_args": "(items,count,width_excess,width_min)",
|
|
"call_args_old": "(items,count,width_excess,width_min)",
|
|
"cimguiname": "igShrinkWidths",
|
|
"defaults": {},
|
|
"funcname": "ShrinkWidths",
|
|
"location": "imgui_internal:3512",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShrinkWidths",
|
|
"ret": "void",
|
|
"signature": "(ImGuiShrinkWidthItem*,int,float,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igShutdown": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igShutdown",
|
|
"defaults": {},
|
|
"funcname": "Shutdown",
|
|
"location": "imgui_internal:3427",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igShutdown",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderAngle": [
|
|
{
|
|
"args": "(const char* label,float* v_rad,float v_degrees_min,float v_degrees_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v_rad",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "v_degrees_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_degrees_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float* v_rad,float v_degrees_min=-360.0f,float v_degrees_max=+360.0f,const char* format=\"%.0f deg\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v_rad,v_degrees_min,v_degrees_max,format,flags)",
|
|
"call_args_old": "(label,v_rad,v_degrees_min,v_degrees_max,format,flags)",
|
|
"cimguiname": "igSliderAngle",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.0f deg\"",
|
|
"v_degrees_max": "+360.0f",
|
|
"v_degrees_min": "-360.0f"
|
|
},
|
|
"funcname": "SliderAngle",
|
|
"location": "imgui:707",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderAngle",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float*,float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderBehavior": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,ImGuiDataType data_type,void* p_v,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags,ImRect* out_grab_bb)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_v",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
},
|
|
{
|
|
"name": "out_grab_bb",
|
|
"type": "ImRect*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiDataType data_type,void* p_v,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags,ImRect* out_grab_bb)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,data_type,p_v,p_min,p_max,format,flags,out_grab_bb)",
|
|
"call_args_old": "(bb,id,data_type,p_v,p_min,p_max,format,flags,out_grab_bb)",
|
|
"cimguiname": "igSliderBehavior",
|
|
"defaults": {},
|
|
"funcname": "SliderBehavior",
|
|
"location": "imgui_internal:3915",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderBehavior",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID,ImGuiDataType,void*,const void*,const void*,const char*,ImGuiSliderFlags,ImRect*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderFloat": [
|
|
{
|
|
"args": "(const char* label,float* v,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float* v,float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igSliderFloat",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\""
|
|
},
|
|
"funcname": "SliderFloat",
|
|
"location": "imgui:703",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderFloat",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float*,float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderFloat2": [
|
|
{
|
|
"args": "(const char* label,float v[2],float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[2]"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[2],float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igSliderFloat2",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\""
|
|
},
|
|
"funcname": "SliderFloat2",
|
|
"location": "imgui:704",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderFloat2",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[2],float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderFloat3": [
|
|
{
|
|
"args": "(const char* label,float v[3],float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[3]"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[3],float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igSliderFloat3",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\""
|
|
},
|
|
"funcname": "SliderFloat3",
|
|
"location": "imgui:705",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderFloat3",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[3],float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderFloat4": [
|
|
{
|
|
"args": "(const char* label,float v[4],float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float[4]"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,float v[4],float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igSliderFloat4",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\""
|
|
},
|
|
"funcname": "SliderFloat4",
|
|
"location": "imgui:706",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderFloat4",
|
|
"ret": "bool",
|
|
"signature": "(const char*,float[4],float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderInt": [
|
|
{
|
|
"args": "(const char* label,int* v,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int* v,int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igSliderInt",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\""
|
|
},
|
|
"funcname": "SliderInt",
|
|
"location": "imgui:708",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderInt",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int*,int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderInt2": [
|
|
{
|
|
"args": "(const char* label,int v[2],int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[2]"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[2],int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igSliderInt2",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\""
|
|
},
|
|
"funcname": "SliderInt2",
|
|
"location": "imgui:709",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderInt2",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[2],int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderInt3": [
|
|
{
|
|
"args": "(const char* label,int v[3],int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[3]"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[3],int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igSliderInt3",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\""
|
|
},
|
|
"funcname": "SliderInt3",
|
|
"location": "imgui:710",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderInt3",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[3],int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderInt4": [
|
|
{
|
|
"args": "(const char* label,int v[4],int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int[4]"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,int v[4],int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igSliderInt4",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\""
|
|
},
|
|
"funcname": "SliderInt4",
|
|
"location": "imgui:711",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderInt4",
|
|
"ret": "bool",
|
|
"signature": "(const char*,int[4],int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderScalar": [
|
|
{
|
|
"args": "(const char* label,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format=((void*)0),ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,data_type,p_data,p_min,p_max,format,flags)",
|
|
"call_args_old": "(label,data_type,p_data,p_min,p_max,format,flags)",
|
|
"cimguiname": "igSliderScalar",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "NULL"
|
|
},
|
|
"funcname": "SliderScalar",
|
|
"location": "imgui:712",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderScalar",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDataType,void*,const void*,const void*,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSliderScalarN": [
|
|
{
|
|
"args": "(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "components",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_min,const void* p_max,const char* format=((void*)0),ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,data_type,p_data,components,p_min,p_max,format,flags)",
|
|
"call_args_old": "(label,data_type,p_data,components,p_min,p_max,format,flags)",
|
|
"cimguiname": "igSliderScalarN",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "NULL"
|
|
},
|
|
"funcname": "SliderScalarN",
|
|
"location": "imgui:713",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSliderScalarN",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiDataType,void*,int,const void*,const void*,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSmallButton": [
|
|
{
|
|
"args": "(const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label)",
|
|
"call_args": "(label)",
|
|
"call_args_old": "(label)",
|
|
"cimguiname": "igSmallButton",
|
|
"defaults": {},
|
|
"funcname": "SmallButton",
|
|
"location": "imgui:640",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSmallButton",
|
|
"ret": "bool",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSpacing": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igSpacing",
|
|
"defaults": {},
|
|
"funcname": "Spacing",
|
|
"location": "imgui:587",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSpacing",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igSplitterBehavior": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,ImGuiAxis axis,float* size1,float* size2,float min_size1,float min_size2,float hover_extend,float hover_visibility_delay,ImU32 bg_col)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "axis",
|
|
"type": "ImGuiAxis"
|
|
},
|
|
{
|
|
"name": "size1",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "size2",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "min_size1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "min_size2",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "hover_extend",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "hover_visibility_delay",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "bg_col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,ImGuiAxis axis,float* size1,float* size2,float min_size1,float min_size2,float hover_extend=0.0f,float hover_visibility_delay=0.0f,ImU32 bg_col=0)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,axis,size1,size2,min_size1,min_size2,hover_extend,hover_visibility_delay,bg_col)",
|
|
"call_args_old": "(bb,id,axis,size1,size2,min_size1,min_size2,hover_extend,hover_visibility_delay,bg_col)",
|
|
"cimguiname": "igSplitterBehavior",
|
|
"defaults": {
|
|
"bg_col": "0",
|
|
"hover_extend": "0.0f",
|
|
"hover_visibility_delay": "0.0f"
|
|
},
|
|
"funcname": "SplitterBehavior",
|
|
"location": "imgui_internal:3916",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igSplitterBehavior",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID,ImGuiAxis,float*,float*,float,float,float,float,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igStartMouseMovingWindow": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igStartMouseMovingWindow",
|
|
"defaults": {},
|
|
"funcname": "StartMouseMovingWindow",
|
|
"location": "imgui_internal:3433",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igStartMouseMovingWindow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igStartMouseMovingWindowOrNode": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiDockNode* node,bool undock)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "node",
|
|
"type": "ImGuiDockNode*"
|
|
},
|
|
{
|
|
"name": "undock",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiDockNode* node,bool undock)",
|
|
"call_args": "(window,node,undock)",
|
|
"call_args_old": "(window,node,undock)",
|
|
"cimguiname": "igStartMouseMovingWindowOrNode",
|
|
"defaults": {},
|
|
"funcname": "StartMouseMovingWindowOrNode",
|
|
"location": "imgui_internal:3434",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igStartMouseMovingWindowOrNode",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiDockNode*,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igStopMouseMovingWindow": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igStopMouseMovingWindow",
|
|
"defaults": {},
|
|
"funcname": "StopMouseMovingWindow",
|
|
"location": "imgui_internal:3435",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igStopMouseMovingWindow",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igStyleColorsClassic": [
|
|
{
|
|
"args": "(ImGuiStyle* dst)",
|
|
"argsT": [
|
|
{
|
|
"name": "dst",
|
|
"type": "ImGuiStyle*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyle* dst=((void*)0))",
|
|
"call_args": "(dst)",
|
|
"call_args_old": "(dst)",
|
|
"cimguiname": "igStyleColorsClassic",
|
|
"defaults": {
|
|
"dst": "NULL"
|
|
},
|
|
"funcname": "StyleColorsClassic",
|
|
"location": "imgui:425",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igStyleColorsClassic",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyle*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igStyleColorsDark": [
|
|
{
|
|
"args": "(ImGuiStyle* dst)",
|
|
"argsT": [
|
|
{
|
|
"name": "dst",
|
|
"type": "ImGuiStyle*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyle* dst=((void*)0))",
|
|
"call_args": "(dst)",
|
|
"call_args_old": "(dst)",
|
|
"cimguiname": "igStyleColorsDark",
|
|
"defaults": {
|
|
"dst": "NULL"
|
|
},
|
|
"funcname": "StyleColorsDark",
|
|
"location": "imgui:423",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igStyleColorsDark",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyle*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igStyleColorsLight": [
|
|
{
|
|
"args": "(ImGuiStyle* dst)",
|
|
"argsT": [
|
|
{
|
|
"name": "dst",
|
|
"type": "ImGuiStyle*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiStyle* dst=((void*)0))",
|
|
"call_args": "(dst)",
|
|
"call_args_old": "(dst)",
|
|
"cimguiname": "igStyleColorsLight",
|
|
"defaults": {
|
|
"dst": "NULL"
|
|
},
|
|
"funcname": "StyleColorsLight",
|
|
"location": "imgui:424",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igStyleColorsLight",
|
|
"ret": "void",
|
|
"signature": "(ImGuiStyle*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarAddTab": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiTabItemFlags tab_flags,ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab_flags",
|
|
"type": "ImGuiTabItemFlags"
|
|
},
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiTabItemFlags tab_flags,ImGuiWindow* window)",
|
|
"call_args": "(tab_bar,tab_flags,window)",
|
|
"call_args_old": "(tab_bar,tab_flags,window)",
|
|
"cimguiname": "igTabBarAddTab",
|
|
"defaults": {},
|
|
"funcname": "TabBarAddTab",
|
|
"location": "imgui_internal:3845",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarAddTab",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*,ImGuiTabItemFlags,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarCloseTab": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab",
|
|
"type": "ImGuiTabItem*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab)",
|
|
"call_args": "(tab_bar,tab)",
|
|
"call_args_old": "(tab_bar,tab)",
|
|
"cimguiname": "igTabBarCloseTab",
|
|
"defaults": {},
|
|
"funcname": "TabBarCloseTab",
|
|
"location": "imgui_internal:3847",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarCloseTab",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*,ImGuiTabItem*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarFindByID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igTabBarFindByID",
|
|
"defaults": {},
|
|
"funcname": "TabBarFindByID",
|
|
"location": "imgui_internal:3836",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarFindByID",
|
|
"ret": "ImGuiTabBar*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarFindMostRecentlySelectedTabForActiveWindow": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar)",
|
|
"call_args": "(tab_bar)",
|
|
"call_args_old": "(tab_bar)",
|
|
"cimguiname": "igTabBarFindMostRecentlySelectedTabForActiveWindow",
|
|
"defaults": {},
|
|
"funcname": "TabBarFindMostRecentlySelectedTabForActiveWindow",
|
|
"location": "imgui_internal:3841",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarFindMostRecentlySelectedTabForActiveWindow",
|
|
"ret": "ImGuiTabItem*",
|
|
"signature": "(ImGuiTabBar*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarFindTabByID": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiID tab_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiID tab_id)",
|
|
"call_args": "(tab_bar,tab_id)",
|
|
"call_args_old": "(tab_bar,tab_id)",
|
|
"cimguiname": "igTabBarFindTabByID",
|
|
"defaults": {},
|
|
"funcname": "TabBarFindTabByID",
|
|
"location": "imgui_internal:3839",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarFindTabByID",
|
|
"ret": "ImGuiTabItem*",
|
|
"signature": "(ImGuiTabBar*,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarFindTabByOrder": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,int order)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "order",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,int order)",
|
|
"call_args": "(tab_bar,order)",
|
|
"call_args_old": "(tab_bar,order)",
|
|
"cimguiname": "igTabBarFindTabByOrder",
|
|
"defaults": {},
|
|
"funcname": "TabBarFindTabByOrder",
|
|
"location": "imgui_internal:3840",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarFindTabByOrder",
|
|
"ret": "ImGuiTabItem*",
|
|
"signature": "(ImGuiTabBar*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarGetCurrentTab": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar)",
|
|
"call_args": "(tab_bar)",
|
|
"call_args_old": "(tab_bar)",
|
|
"cimguiname": "igTabBarGetCurrentTab",
|
|
"defaults": {},
|
|
"funcname": "TabBarGetCurrentTab",
|
|
"location": "imgui_internal:3842",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarGetCurrentTab",
|
|
"ret": "ImGuiTabItem*",
|
|
"signature": "(ImGuiTabBar*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarGetTabName": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab",
|
|
"type": "ImGuiTabItem*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab)",
|
|
"call_args": "(tab_bar,tab)",
|
|
"call_args_old": "(tab_bar,tab)",
|
|
"cimguiname": "igTabBarGetTabName",
|
|
"defaults": {},
|
|
"funcname": "TabBarGetTabName",
|
|
"location": "imgui_internal:3844",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarGetTabName",
|
|
"ret": "const char*",
|
|
"signature": "(ImGuiTabBar*,ImGuiTabItem*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarGetTabOrder": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab",
|
|
"type": "ImGuiTabItem*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab)",
|
|
"call_args": "(tab_bar,tab)",
|
|
"call_args_old": "(tab_bar,tab)",
|
|
"cimguiname": "igTabBarGetTabOrder",
|
|
"defaults": {},
|
|
"funcname": "TabBarGetTabOrder",
|
|
"location": "imgui_internal:3843",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarGetTabOrder",
|
|
"ret": "int",
|
|
"signature": "(ImGuiTabBar*,ImGuiTabItem*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarProcessReorder": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar)",
|
|
"call_args": "(tab_bar)",
|
|
"call_args_old": "(tab_bar)",
|
|
"cimguiname": "igTabBarProcessReorder",
|
|
"defaults": {},
|
|
"funcname": "TabBarProcessReorder",
|
|
"location": "imgui_internal:3852",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarProcessReorder",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiTabBar*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarQueueFocus": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab",
|
|
"type": "ImGuiTabItem*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab)",
|
|
"call_args": "(tab_bar,tab)",
|
|
"call_args_old": "(tab_bar,tab)",
|
|
"cimguiname": "igTabBarQueueFocus",
|
|
"defaults": {},
|
|
"funcname": "TabBarQueueFocus",
|
|
"location": "imgui_internal:3848",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarQueueFocus_TabItemPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*,ImGuiTabItem*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,const char* tab_name)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab_name",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,const char* tab_name)",
|
|
"call_args": "(tab_bar,tab_name)",
|
|
"call_args_old": "(tab_bar,tab_name)",
|
|
"cimguiname": "igTabBarQueueFocus",
|
|
"defaults": {},
|
|
"funcname": "TabBarQueueFocus",
|
|
"location": "imgui_internal:3849",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarQueueFocus_Str",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarQueueReorder": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab,int offset)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab",
|
|
"type": "ImGuiTabItem*"
|
|
},
|
|
{
|
|
"name": "offset",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab,int offset)",
|
|
"call_args": "(tab_bar,tab,offset)",
|
|
"call_args_old": "(tab_bar,tab,offset)",
|
|
"cimguiname": "igTabBarQueueReorder",
|
|
"defaults": {},
|
|
"funcname": "TabBarQueueReorder",
|
|
"location": "imgui_internal:3850",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarQueueReorder",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*,ImGuiTabItem*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarQueueReorderFromMousePos": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab,ImVec2_c mouse_pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab",
|
|
"type": "ImGuiTabItem*"
|
|
},
|
|
{
|
|
"name": "mouse_pos",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiTabItem* tab,ImVec2 mouse_pos)",
|
|
"call_args": "(tab_bar,tab,ConvertToCPP_ImVec2(mouse_pos))",
|
|
"call_args_old": "(tab_bar,tab,mouse_pos)",
|
|
"cimguiname": "igTabBarQueueReorderFromMousePos",
|
|
"defaults": {},
|
|
"funcname": "TabBarQueueReorderFromMousePos",
|
|
"location": "imgui_internal:3851",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarQueueReorderFromMousePos",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*,ImGuiTabItem*,ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarRemove": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar)",
|
|
"call_args": "(tab_bar)",
|
|
"call_args_old": "(tab_bar)",
|
|
"cimguiname": "igTabBarRemove",
|
|
"defaults": {},
|
|
"funcname": "TabBarRemove",
|
|
"location": "imgui_internal:3837",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarRemove",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabBarRemoveTab": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,ImGuiID tab_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "tab_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,ImGuiID tab_id)",
|
|
"call_args": "(tab_bar,tab_id)",
|
|
"call_args_old": "(tab_bar,tab_id)",
|
|
"cimguiname": "igTabBarRemoveTab",
|
|
"defaults": {},
|
|
"funcname": "TabBarRemoveTab",
|
|
"location": "imgui_internal:3846",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabBarRemoveTab",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTabBar*,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabItemBackground": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,const ImRect_c bb,ImGuiTabItemFlags flags,ImU32 col)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTabItemFlags"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,const ImRect& bb,ImGuiTabItemFlags flags,ImU32 col)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImRect(bb),flags,col)",
|
|
"call_args_old": "(draw_list,bb,flags,col)",
|
|
"cimguiname": "igTabItemBackground",
|
|
"defaults": {},
|
|
"funcname": "TabItemBackground",
|
|
"location": "imgui_internal:3857",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabItemBackground",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,const ImRect,ImGuiTabItemFlags,ImU32)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabItemButton": [
|
|
{
|
|
"args": "(const char* label,ImGuiTabItemFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTabItemFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiTabItemFlags flags=0)",
|
|
"call_args": "(label,flags)",
|
|
"call_args_old": "(label,flags)",
|
|
"cimguiname": "igTabItemButton",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "TabItemButton",
|
|
"location": "imgui:958",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabItemButton",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiTabItemFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabItemCalcSize": [
|
|
{
|
|
"args": "(const char* label,bool has_close_button_or_unsaved_marker)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "has_close_button_or_unsaved_marker",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,bool has_close_button_or_unsaved_marker)",
|
|
"call_args": "(label,has_close_button_or_unsaved_marker)",
|
|
"call_args_old": "(label,has_close_button_or_unsaved_marker)",
|
|
"cimguiname": "igTabItemCalcSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "TabItemCalcSize",
|
|
"location": "imgui_internal:3855",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igTabItemCalcSize_Str",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(const char*,bool)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igTabItemCalcSize",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "TabItemCalcSize",
|
|
"location": "imgui_internal:3856",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igTabItemCalcSize_WindowPtr",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabItemEx": [
|
|
{
|
|
"args": "(ImGuiTabBar* tab_bar,const char* label,bool* p_open,ImGuiTabItemFlags flags,ImGuiWindow* docked_window)",
|
|
"argsT": [
|
|
{
|
|
"name": "tab_bar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_open",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTabItemFlags"
|
|
},
|
|
{
|
|
"name": "docked_window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTabBar* tab_bar,const char* label,bool* p_open,ImGuiTabItemFlags flags,ImGuiWindow* docked_window)",
|
|
"call_args": "(tab_bar,label,p_open,flags,docked_window)",
|
|
"call_args_old": "(tab_bar,label,p_open,flags,docked_window)",
|
|
"cimguiname": "igTabItemEx",
|
|
"defaults": {},
|
|
"funcname": "TabItemEx",
|
|
"location": "imgui_internal:3853",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabItemEx",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiTabBar*,const char*,bool*,ImGuiTabItemFlags,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabItemLabelAndCloseButton": [
|
|
{
|
|
"args": "(ImDrawList* draw_list,const ImRect_c bb,ImGuiTabItemFlags flags,ImVec2_c frame_padding,const char* label,ImGuiID tab_id,ImGuiID close_button_id,bool is_contents_visible,bool* out_just_closed,bool* out_text_clipped)",
|
|
"argsT": [
|
|
{
|
|
"name": "draw_list",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTabItemFlags"
|
|
},
|
|
{
|
|
"name": "frame_padding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "tab_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "close_button_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "is_contents_visible",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "out_just_closed",
|
|
"type": "bool*"
|
|
},
|
|
{
|
|
"name": "out_text_clipped",
|
|
"type": "bool*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImDrawList* draw_list,const ImRect& bb,ImGuiTabItemFlags flags,ImVec2 frame_padding,const char* label,ImGuiID tab_id,ImGuiID close_button_id,bool is_contents_visible,bool* out_just_closed,bool* out_text_clipped)",
|
|
"call_args": "(draw_list,ConvertToCPP_ImRect(bb),flags,ConvertToCPP_ImVec2(frame_padding),label,tab_id,close_button_id,is_contents_visible,out_just_closed,out_text_clipped)",
|
|
"call_args_old": "(draw_list,bb,flags,frame_padding,label,tab_id,close_button_id,is_contents_visible,out_just_closed,out_text_clipped)",
|
|
"cimguiname": "igTabItemLabelAndCloseButton",
|
|
"defaults": {},
|
|
"funcname": "TabItemLabelAndCloseButton",
|
|
"location": "imgui_internal:3858",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabItemLabelAndCloseButton",
|
|
"ret": "void",
|
|
"signature": "(ImDrawList*,const ImRect,ImGuiTabItemFlags,ImVec2,const char*,ImGuiID,ImGuiID,bool,bool*,bool*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTabItemSpacing": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiTabItemFlags flags,float width)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTabItemFlags"
|
|
},
|
|
{
|
|
"name": "width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiTabItemFlags flags,float width)",
|
|
"call_args": "(str_id,flags,width)",
|
|
"call_args_old": "(str_id,flags,width)",
|
|
"cimguiname": "igTabItemSpacing",
|
|
"defaults": {},
|
|
"funcname": "TabItemSpacing",
|
|
"location": "imgui_internal:3854",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTabItemSpacing",
|
|
"ret": "void",
|
|
"signature": "(const char*,ImGuiTabItemFlags,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableAngledHeadersRow": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableAngledHeadersRow",
|
|
"defaults": {},
|
|
"funcname": "TableAngledHeadersRow",
|
|
"location": "imgui:923",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableAngledHeadersRow",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableAngledHeadersRowEx": [
|
|
{
|
|
"args": "(ImGuiID row_id,float angle,float max_label_width,const ImGuiTableHeaderData* data,int data_count)",
|
|
"argsT": [
|
|
{
|
|
"name": "row_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "angle",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "max_label_width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "const ImGuiTableHeaderData*"
|
|
},
|
|
{
|
|
"name": "data_count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID row_id,float angle,float max_label_width,const ImGuiTableHeaderData* data,int data_count)",
|
|
"call_args": "(row_id,angle,max_label_width,data,data_count)",
|
|
"call_args_old": "(row_id,angle,max_label_width,data,data_count)",
|
|
"cimguiname": "igTableAngledHeadersRowEx",
|
|
"defaults": {},
|
|
"funcname": "TableAngledHeadersRowEx",
|
|
"location": "imgui_internal:3787",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableAngledHeadersRowEx",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,float,float,const ImGuiTableHeaderData*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableBeginApplyRequests": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableBeginApplyRequests",
|
|
"defaults": {},
|
|
"funcname": "TableBeginApplyRequests",
|
|
"location": "imgui_internal:3794",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableBeginApplyRequests",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableBeginCell": [
|
|
{
|
|
"args": "(ImGuiTable* table,int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,int column_n)",
|
|
"call_args": "(table,column_n)",
|
|
"call_args_old": "(table,column_n)",
|
|
"cimguiname": "igTableBeginCell",
|
|
"defaults": {},
|
|
"funcname": "TableBeginCell",
|
|
"location": "imgui_internal:3812",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableBeginCell",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableBeginContextMenuPopup": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableBeginContextMenuPopup",
|
|
"defaults": {},
|
|
"funcname": "TableBeginContextMenuPopup",
|
|
"location": "imgui_internal:3801",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableBeginContextMenuPopup",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableBeginInitMemory": [
|
|
{
|
|
"args": "(ImGuiTable* table,int columns_count)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "columns_count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,int columns_count)",
|
|
"call_args": "(table,columns_count)",
|
|
"call_args_old": "(table,columns_count)",
|
|
"cimguiname": "igTableBeginInitMemory",
|
|
"defaults": {},
|
|
"funcname": "TableBeginInitMemory",
|
|
"location": "imgui_internal:3793",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableBeginInitMemory",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableBeginRow": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableBeginRow",
|
|
"defaults": {},
|
|
"funcname": "TableBeginRow",
|
|
"location": "imgui_internal:3810",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableBeginRow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableCalcMaxColumnWidth": [
|
|
{
|
|
"args": "(const ImGuiTable* table,int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "const ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiTable* table,int column_n)",
|
|
"call_args": "(table,column_n)",
|
|
"call_args_old": "(table,column_n)",
|
|
"cimguiname": "igTableCalcMaxColumnWidth",
|
|
"defaults": {},
|
|
"funcname": "TableCalcMaxColumnWidth",
|
|
"location": "imgui_internal:3817",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableCalcMaxColumnWidth",
|
|
"ret": "float",
|
|
"signature": "(const ImGuiTable*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableDrawBorders": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableDrawBorders",
|
|
"defaults": {},
|
|
"funcname": "TableDrawBorders",
|
|
"location": "imgui_internal:3799",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableDrawBorders",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableDrawDefaultContextMenu": [
|
|
{
|
|
"args": "(ImGuiTable* table,ImGuiTableFlags flags_for_section_to_display)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "flags_for_section_to_display",
|
|
"type": "ImGuiTableFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,ImGuiTableFlags flags_for_section_to_display)",
|
|
"call_args": "(table,flags_for_section_to_display)",
|
|
"call_args_old": "(table,flags_for_section_to_display)",
|
|
"cimguiname": "igTableDrawDefaultContextMenu",
|
|
"defaults": {},
|
|
"funcname": "TableDrawDefaultContextMenu",
|
|
"location": "imgui_internal:3800",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableDrawDefaultContextMenu",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*,ImGuiTableFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableEndCell": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableEndCell",
|
|
"defaults": {},
|
|
"funcname": "TableEndCell",
|
|
"location": "imgui_internal:3813",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableEndCell",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableEndRow": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableEndRow",
|
|
"defaults": {},
|
|
"funcname": "TableEndRow",
|
|
"location": "imgui_internal:3811",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableEndRow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableFindByID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igTableFindByID",
|
|
"defaults": {},
|
|
"funcname": "TableFindByID",
|
|
"location": "imgui_internal:3791",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableFindByID",
|
|
"ret": "ImGuiTable*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableFixColumnSortDirection": [
|
|
{
|
|
"args": "(ImGuiTable* table,ImGuiTableColumn* column)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "column",
|
|
"type": "ImGuiTableColumn*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,ImGuiTableColumn* column)",
|
|
"call_args": "(table,column)",
|
|
"call_args_old": "(table,column)",
|
|
"cimguiname": "igTableFixColumnSortDirection",
|
|
"defaults": {},
|
|
"funcname": "TableFixColumnSortDirection",
|
|
"location": "imgui_internal:3808",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableFixColumnSortDirection",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*,ImGuiTableColumn*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGcCompactSettings": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGcCompactSettings",
|
|
"defaults": {},
|
|
"funcname": "TableGcCompactSettings",
|
|
"location": "imgui_internal:3823",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGcCompactSettings",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGcCompactTransientBuffers": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableGcCompactTransientBuffers",
|
|
"defaults": {},
|
|
"funcname": "TableGcCompactTransientBuffers",
|
|
"location": "imgui_internal:3821",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGcCompactTransientBuffers_TablePtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(ImGuiTableTempData* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTableTempData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTableTempData* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableGcCompactTransientBuffers",
|
|
"defaults": {},
|
|
"funcname": "TableGcCompactTransientBuffers",
|
|
"location": "imgui_internal:3822",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGcCompactTransientBuffers_TableTempDataPtr",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableTempData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetBoundSettings": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableGetBoundSettings",
|
|
"defaults": {},
|
|
"funcname": "TableGetBoundSettings",
|
|
"location": "imgui_internal:3829",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetBoundSettings",
|
|
"ret": "ImGuiTableSettings*",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetCellBgRect": [
|
|
{
|
|
"args": "(const ImGuiTable* table,int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "const ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiTable* table,int column_n)",
|
|
"call_args": "(table,column_n)",
|
|
"call_args_old": "(table,column_n)",
|
|
"cimguiname": "igTableGetCellBgRect",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "TableGetCellBgRect",
|
|
"location": "imgui_internal:3814",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igTableGetCellBgRect",
|
|
"ret": "ImRect_c",
|
|
"signature": "(const ImGuiTable*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetColumnCount": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGetColumnCount",
|
|
"defaults": {},
|
|
"funcname": "TableGetColumnCount",
|
|
"location": "imgui:932",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetColumnCount",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetColumnFlags": [
|
|
{
|
|
"args": "(int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_n=-1)",
|
|
"call_args": "(column_n)",
|
|
"call_args_old": "(column_n)",
|
|
"cimguiname": "igTableGetColumnFlags",
|
|
"defaults": {
|
|
"column_n": "-1"
|
|
},
|
|
"funcname": "TableGetColumnFlags",
|
|
"location": "imgui:936",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetColumnFlags",
|
|
"ret": "ImGuiTableColumnFlags",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetColumnIndex": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGetColumnIndex",
|
|
"defaults": {},
|
|
"funcname": "TableGetColumnIndex",
|
|
"location": "imgui:933",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetColumnIndex",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetColumnName": [
|
|
{
|
|
"args": "(int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_n=-1)",
|
|
"call_args": "(column_n)",
|
|
"call_args_old": "(column_n)",
|
|
"cimguiname": "igTableGetColumnName",
|
|
"defaults": {
|
|
"column_n": "-1"
|
|
},
|
|
"funcname": "TableGetColumnName",
|
|
"location": "imgui:935",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetColumnName_Int",
|
|
"ret": "const char*",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const ImGuiTable* table,int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "const ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiTable* table,int column_n)",
|
|
"call_args": "(table,column_n)",
|
|
"call_args_old": "(table,column_n)",
|
|
"cimguiname": "igTableGetColumnName",
|
|
"defaults": {},
|
|
"funcname": "TableGetColumnName",
|
|
"location": "imgui_internal:3815",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetColumnName_TablePtr",
|
|
"ret": "const char*",
|
|
"signature": "(const ImGuiTable*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetColumnNextSortDirection": [
|
|
{
|
|
"args": "(ImGuiTableColumn* column)",
|
|
"argsT": [
|
|
{
|
|
"name": "column",
|
|
"type": "ImGuiTableColumn*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTableColumn* column)",
|
|
"call_args": "(column)",
|
|
"call_args_old": "(column)",
|
|
"cimguiname": "igTableGetColumnNextSortDirection",
|
|
"defaults": {},
|
|
"funcname": "TableGetColumnNextSortDirection",
|
|
"location": "imgui_internal:3807",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetColumnNextSortDirection",
|
|
"ret": "ImGuiSortDirection",
|
|
"signature": "(ImGuiTableColumn*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetColumnResizeID": [
|
|
{
|
|
"args": "(ImGuiTable* table,int column_n,int instance_no)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "instance_no",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,int column_n,int instance_no=0)",
|
|
"call_args": "(table,column_n,instance_no)",
|
|
"call_args_old": "(table,column_n,instance_no)",
|
|
"cimguiname": "igTableGetColumnResizeID",
|
|
"defaults": {
|
|
"instance_no": "0"
|
|
},
|
|
"funcname": "TableGetColumnResizeID",
|
|
"location": "imgui_internal:3816",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetColumnResizeID",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiTable*,int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetColumnWidthAuto": [
|
|
{
|
|
"args": "(ImGuiTable* table,ImGuiTableColumn* column)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "column",
|
|
"type": "ImGuiTableColumn*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,ImGuiTableColumn* column)",
|
|
"call_args": "(table,column)",
|
|
"call_args_old": "(table,column)",
|
|
"cimguiname": "igTableGetColumnWidthAuto",
|
|
"defaults": {},
|
|
"funcname": "TableGetColumnWidthAuto",
|
|
"location": "imgui_internal:3809",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetColumnWidthAuto",
|
|
"ret": "float",
|
|
"signature": "(ImGuiTable*,ImGuiTableColumn*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetHeaderAngledMaxLabelWidth": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGetHeaderAngledMaxLabelWidth",
|
|
"defaults": {},
|
|
"funcname": "TableGetHeaderAngledMaxLabelWidth",
|
|
"location": "imgui_internal:3782",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetHeaderAngledMaxLabelWidth",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetHeaderRowHeight": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGetHeaderRowHeight",
|
|
"defaults": {},
|
|
"funcname": "TableGetHeaderRowHeight",
|
|
"location": "imgui_internal:3781",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetHeaderRowHeight",
|
|
"ret": "float",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetHoveredColumn": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGetHoveredColumn",
|
|
"defaults": {},
|
|
"funcname": "TableGetHoveredColumn",
|
|
"location": "imgui:938",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetHoveredColumn",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetHoveredRow": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGetHoveredRow",
|
|
"defaults": {},
|
|
"funcname": "TableGetHoveredRow",
|
|
"location": "imgui_internal:3780",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetHoveredRow",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetInstanceData": [
|
|
{
|
|
"args": "(ImGuiTable* table,int instance_no)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "instance_no",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,int instance_no)",
|
|
"call_args": "(table,instance_no)",
|
|
"call_args_old": "(table,instance_no)",
|
|
"cimguiname": "igTableGetInstanceData",
|
|
"defaults": {},
|
|
"funcname": "TableGetInstanceData",
|
|
"location": "imgui_internal:3803",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetInstanceData",
|
|
"ret": "ImGuiTableInstanceData*",
|
|
"signature": "(ImGuiTable*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetInstanceID": [
|
|
{
|
|
"args": "(ImGuiTable* table,int instance_no)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "instance_no",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,int instance_no)",
|
|
"call_args": "(table,instance_no)",
|
|
"call_args_old": "(table,instance_no)",
|
|
"cimguiname": "igTableGetInstanceID",
|
|
"defaults": {},
|
|
"funcname": "TableGetInstanceID",
|
|
"location": "imgui_internal:3804",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetInstanceID",
|
|
"ret": "ImGuiID",
|
|
"signature": "(ImGuiTable*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetRowIndex": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGetRowIndex",
|
|
"defaults": {},
|
|
"funcname": "TableGetRowIndex",
|
|
"location": "imgui:934",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetRowIndex",
|
|
"ret": "int",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableGetSortSpecs": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableGetSortSpecs",
|
|
"defaults": {},
|
|
"funcname": "TableGetSortSpecs",
|
|
"location": "imgui:931",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableGetSortSpecs",
|
|
"ret": "ImGuiTableSortSpecs*",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableHeader": [
|
|
{
|
|
"args": "(const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label)",
|
|
"call_args": "(label)",
|
|
"call_args_old": "(label)",
|
|
"cimguiname": "igTableHeader",
|
|
"defaults": {},
|
|
"funcname": "TableHeader",
|
|
"location": "imgui:921",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableHeader",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableHeadersRow": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableHeadersRow",
|
|
"defaults": {},
|
|
"funcname": "TableHeadersRow",
|
|
"location": "imgui:922",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableHeadersRow",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableLoadSettings": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableLoadSettings",
|
|
"defaults": {},
|
|
"funcname": "TableLoadSettings",
|
|
"location": "imgui_internal:3826",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableLoadSettings",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableMergeDrawChannels": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableMergeDrawChannels",
|
|
"defaults": {},
|
|
"funcname": "TableMergeDrawChannels",
|
|
"location": "imgui_internal:3802",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableMergeDrawChannels",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableNextColumn": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableNextColumn",
|
|
"defaults": {},
|
|
"funcname": "TableNextColumn",
|
|
"location": "imgui:908",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableNextColumn",
|
|
"ret": "bool",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableNextRow": [
|
|
{
|
|
"args": "(ImGuiTableRowFlags row_flags,float min_row_height)",
|
|
"argsT": [
|
|
{
|
|
"name": "row_flags",
|
|
"type": "ImGuiTableRowFlags"
|
|
},
|
|
{
|
|
"name": "min_row_height",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTableRowFlags row_flags=0,float min_row_height=0.0f)",
|
|
"call_args": "(row_flags,min_row_height)",
|
|
"call_args_old": "(row_flags,min_row_height)",
|
|
"cimguiname": "igTableNextRow",
|
|
"defaults": {
|
|
"min_row_height": "0.0f",
|
|
"row_flags": "0"
|
|
},
|
|
"funcname": "TableNextRow",
|
|
"location": "imgui:907",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableNextRow",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableRowFlags,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableOpenContextMenu": [
|
|
{
|
|
"args": "(int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_n=-1)",
|
|
"call_args": "(column_n)",
|
|
"call_args_old": "(column_n)",
|
|
"cimguiname": "igTableOpenContextMenu",
|
|
"defaults": {
|
|
"column_n": "-1"
|
|
},
|
|
"funcname": "TableOpenContextMenu",
|
|
"location": "imgui_internal:3777",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableOpenContextMenu",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTablePopBackgroundChannel": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTablePopBackgroundChannel",
|
|
"defaults": {},
|
|
"funcname": "TablePopBackgroundChannel",
|
|
"location": "imgui_internal:3784",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTablePopBackgroundChannel",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTablePopColumnChannel": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTablePopColumnChannel",
|
|
"defaults": {},
|
|
"funcname": "TablePopColumnChannel",
|
|
"location": "imgui_internal:3786",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTablePopColumnChannel",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTablePushBackgroundChannel": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTablePushBackgroundChannel",
|
|
"defaults": {},
|
|
"funcname": "TablePushBackgroundChannel",
|
|
"location": "imgui_internal:3783",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTablePushBackgroundChannel",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTablePushColumnChannel": [
|
|
{
|
|
"args": "(int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_n)",
|
|
"call_args": "(column_n)",
|
|
"call_args_old": "(column_n)",
|
|
"cimguiname": "igTablePushColumnChannel",
|
|
"defaults": {},
|
|
"funcname": "TablePushColumnChannel",
|
|
"location": "imgui_internal:3785",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTablePushColumnChannel",
|
|
"ret": "void",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableRemove": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableRemove",
|
|
"defaults": {},
|
|
"funcname": "TableRemove",
|
|
"location": "imgui_internal:3820",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableRemove",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableResetSettings": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableResetSettings",
|
|
"defaults": {},
|
|
"funcname": "TableResetSettings",
|
|
"location": "imgui_internal:3828",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableResetSettings",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSaveSettings": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableSaveSettings",
|
|
"defaults": {},
|
|
"funcname": "TableSaveSettings",
|
|
"location": "imgui_internal:3827",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSaveSettings",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetBgColor": [
|
|
{
|
|
"args": "(ImGuiTableBgTarget target,ImU32 color,int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "target",
|
|
"type": "ImGuiTableBgTarget"
|
|
},
|
|
{
|
|
"name": "color",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTableBgTarget target,ImU32 color,int column_n=-1)",
|
|
"call_args": "(target,color,column_n)",
|
|
"call_args_old": "(target,color,column_n)",
|
|
"cimguiname": "igTableSetBgColor",
|
|
"defaults": {
|
|
"column_n": "-1"
|
|
},
|
|
"funcname": "TableSetBgColor",
|
|
"location": "imgui:939",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetBgColor",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTableBgTarget,ImU32,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetColumnEnabled": [
|
|
{
|
|
"args": "(int column_n,bool v)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_n,bool v)",
|
|
"call_args": "(column_n,v)",
|
|
"call_args_old": "(column_n,v)",
|
|
"cimguiname": "igTableSetColumnEnabled",
|
|
"defaults": {},
|
|
"funcname": "TableSetColumnEnabled",
|
|
"location": "imgui:937",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetColumnEnabled",
|
|
"ret": "void",
|
|
"signature": "(int,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetColumnIndex": [
|
|
{
|
|
"args": "(int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_n)",
|
|
"call_args": "(column_n)",
|
|
"call_args_old": "(column_n)",
|
|
"cimguiname": "igTableSetColumnIndex",
|
|
"defaults": {},
|
|
"funcname": "TableSetColumnIndex",
|
|
"location": "imgui:909",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetColumnIndex",
|
|
"ret": "bool",
|
|
"signature": "(int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetColumnSortDirection": [
|
|
{
|
|
"args": "(int column_n,ImGuiSortDirection sort_direction,bool append_to_sort_specs)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "sort_direction",
|
|
"type": "ImGuiSortDirection"
|
|
},
|
|
{
|
|
"name": "append_to_sort_specs",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_n,ImGuiSortDirection sort_direction,bool append_to_sort_specs)",
|
|
"call_args": "(column_n,sort_direction,append_to_sort_specs)",
|
|
"call_args_old": "(column_n,sort_direction,append_to_sort_specs)",
|
|
"cimguiname": "igTableSetColumnSortDirection",
|
|
"defaults": {},
|
|
"funcname": "TableSetColumnSortDirection",
|
|
"location": "imgui_internal:3779",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetColumnSortDirection",
|
|
"ret": "void",
|
|
"signature": "(int,ImGuiSortDirection,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetColumnWidth": [
|
|
{
|
|
"args": "(int column_n,float width)",
|
|
"argsT": [
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(int column_n,float width)",
|
|
"call_args": "(column_n,width)",
|
|
"call_args_old": "(column_n,width)",
|
|
"cimguiname": "igTableSetColumnWidth",
|
|
"defaults": {},
|
|
"funcname": "TableSetColumnWidth",
|
|
"location": "imgui_internal:3778",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetColumnWidth",
|
|
"ret": "void",
|
|
"signature": "(int,float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetColumnWidthAutoAll": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableSetColumnWidthAutoAll",
|
|
"defaults": {},
|
|
"funcname": "TableSetColumnWidthAutoAll",
|
|
"location": "imgui_internal:3819",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetColumnWidthAutoAll",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetColumnWidthAutoSingle": [
|
|
{
|
|
"args": "(ImGuiTable* table,int column_n)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
},
|
|
{
|
|
"name": "column_n",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table,int column_n)",
|
|
"call_args": "(table,column_n)",
|
|
"call_args_old": "(table,column_n)",
|
|
"cimguiname": "igTableSetColumnWidthAutoSingle",
|
|
"defaults": {},
|
|
"funcname": "TableSetColumnWidthAutoSingle",
|
|
"location": "imgui_internal:3818",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetColumnWidthAutoSingle",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSettingsAddSettingsHandler": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTableSettingsAddSettingsHandler",
|
|
"defaults": {},
|
|
"funcname": "TableSettingsAddSettingsHandler",
|
|
"location": "imgui_internal:3830",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSettingsAddSettingsHandler",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSettingsCreate": [
|
|
{
|
|
"args": "(ImGuiID id,int columns_count)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "columns_count",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,int columns_count)",
|
|
"call_args": "(id,columns_count)",
|
|
"call_args_old": "(id,columns_count)",
|
|
"cimguiname": "igTableSettingsCreate",
|
|
"defaults": {},
|
|
"funcname": "TableSettingsCreate",
|
|
"location": "imgui_internal:3831",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSettingsCreate",
|
|
"ret": "ImGuiTableSettings*",
|
|
"signature": "(ImGuiID,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSettingsFindByID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igTableSettingsFindByID",
|
|
"defaults": {},
|
|
"funcname": "TableSettingsFindByID",
|
|
"location": "imgui_internal:3832",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSettingsFindByID",
|
|
"ret": "ImGuiTableSettings*",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetupColumn": [
|
|
{
|
|
"args": "(const char* label,ImGuiTableColumnFlags flags,float init_width_or_weight,ImGuiID user_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTableColumnFlags"
|
|
},
|
|
{
|
|
"name": "init_width_or_weight",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiTableColumnFlags flags=0,float init_width_or_weight=0.0f,ImGuiID user_id=0)",
|
|
"call_args": "(label,flags,init_width_or_weight,user_id)",
|
|
"call_args_old": "(label,flags,init_width_or_weight,user_id)",
|
|
"cimguiname": "igTableSetupColumn",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"init_width_or_weight": "0.0f",
|
|
"user_id": "0"
|
|
},
|
|
"funcname": "TableSetupColumn",
|
|
"location": "imgui:919",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetupColumn",
|
|
"ret": "void",
|
|
"signature": "(const char*,ImGuiTableColumnFlags,float,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetupDrawChannels": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableSetupDrawChannels",
|
|
"defaults": {},
|
|
"funcname": "TableSetupDrawChannels",
|
|
"location": "imgui_internal:3795",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetupDrawChannels",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSetupScrollFreeze": [
|
|
{
|
|
"args": "(int cols,int rows)",
|
|
"argsT": [
|
|
{
|
|
"name": "cols",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "rows",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(int cols,int rows)",
|
|
"call_args": "(cols,rows)",
|
|
"call_args_old": "(cols,rows)",
|
|
"cimguiname": "igTableSetupScrollFreeze",
|
|
"defaults": {},
|
|
"funcname": "TableSetupScrollFreeze",
|
|
"location": "imgui:920",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSetupScrollFreeze",
|
|
"ret": "void",
|
|
"signature": "(int,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSortSpecsBuild": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableSortSpecsBuild",
|
|
"defaults": {},
|
|
"funcname": "TableSortSpecsBuild",
|
|
"location": "imgui_internal:3806",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSortSpecsBuild",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableSortSpecsSanitize": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableSortSpecsSanitize",
|
|
"defaults": {},
|
|
"funcname": "TableSortSpecsSanitize",
|
|
"location": "imgui_internal:3805",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableSortSpecsSanitize",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableUpdateBorders": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableUpdateBorders",
|
|
"defaults": {},
|
|
"funcname": "TableUpdateBorders",
|
|
"location": "imgui_internal:3797",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableUpdateBorders",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableUpdateColumnsWeightFromWidth": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableUpdateColumnsWeightFromWidth",
|
|
"defaults": {},
|
|
"funcname": "TableUpdateColumnsWeightFromWidth",
|
|
"location": "imgui_internal:3798",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableUpdateColumnsWeightFromWidth",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTableUpdateLayout": [
|
|
{
|
|
"args": "(ImGuiTable* table)",
|
|
"argsT": [
|
|
{
|
|
"name": "table",
|
|
"type": "ImGuiTable*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTable* table)",
|
|
"call_args": "(table)",
|
|
"call_args_old": "(table)",
|
|
"cimguiname": "igTableUpdateLayout",
|
|
"defaults": {},
|
|
"funcname": "TableUpdateLayout",
|
|
"location": "imgui_internal:3796",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTableUpdateLayout",
|
|
"ret": "void",
|
|
"signature": "(ImGuiTable*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTeleportMousePos": [
|
|
{
|
|
"args": "(const ImVec2_c pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& pos)",
|
|
"call_args": "(ConvertToCPP_ImVec2(pos))",
|
|
"call_args_old": "(pos)",
|
|
"cimguiname": "igTeleportMousePos",
|
|
"defaults": {},
|
|
"funcname": "TeleportMousePos",
|
|
"location": "imgui_internal:3612",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTeleportMousePos",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTempInputIsActive": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igTempInputIsActive",
|
|
"defaults": {},
|
|
"funcname": "TempInputIsActive",
|
|
"location": "imgui_internal:3951",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTempInputIsActive",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTempInputScalar": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,const char* label,ImGuiDataType data_type,void* p_data,const char* format,const void* p_clamp_min,const void* p_clamp_max)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "p_clamp_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_clamp_max",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,const char* label,ImGuiDataType data_type,void* p_data,const char* format,const void* p_clamp_min=((void*)0),const void* p_clamp_max=((void*)0))",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,label,data_type,p_data,format,p_clamp_min,p_clamp_max)",
|
|
"call_args_old": "(bb,id,label,data_type,p_data,format,p_clamp_min,p_clamp_max)",
|
|
"cimguiname": "igTempInputScalar",
|
|
"defaults": {
|
|
"p_clamp_max": "NULL",
|
|
"p_clamp_min": "NULL"
|
|
},
|
|
"funcname": "TempInputScalar",
|
|
"location": "imgui_internal:3950",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTempInputScalar",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID,const char*,ImGuiDataType,void*,const char*,const void*,const void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTempInputText": [
|
|
{
|
|
"args": "(const ImRect_c bb,ImGuiID id,const char* label,char* buf,int buf_size,ImGuiInputTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "bb",
|
|
"type": "const ImRect"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "buf_size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImRect& bb,ImGuiID id,const char* label,char* buf,int buf_size,ImGuiInputTextFlags flags)",
|
|
"call_args": "(ConvertToCPP_ImRect(bb),id,label,buf,buf_size,flags)",
|
|
"call_args_old": "(bb,id,label,buf,buf_size,flags)",
|
|
"cimguiname": "igTempInputText",
|
|
"defaults": {},
|
|
"funcname": "TempInputText",
|
|
"location": "imgui_internal:3949",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTempInputText",
|
|
"ret": "bool",
|
|
"signature": "(const ImRect,ImGuiID,const char*,char*,int,ImGuiInputTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTestKeyOwner": [
|
|
{
|
|
"args": "(ImGuiKey key,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKey key,ImGuiID owner_id)",
|
|
"call_args": "(key,owner_id)",
|
|
"call_args_old": "(key,owner_id)",
|
|
"cimguiname": "igTestKeyOwner",
|
|
"defaults": {},
|
|
"funcname": "TestKeyOwner",
|
|
"location": "imgui_internal:3631",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTestKeyOwner",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKey,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTestShortcutRouting": [
|
|
{
|
|
"args": "(ImGuiKeyChord key_chord,ImGuiID owner_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "key_chord",
|
|
"type": "ImGuiKeyChord"
|
|
},
|
|
{
|
|
"name": "owner_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiKeyChord key_chord,ImGuiID owner_id)",
|
|
"call_args": "(key_chord,owner_id)",
|
|
"call_args_old": "(key_chord,owner_id)",
|
|
"cimguiname": "igTestShortcutRouting",
|
|
"defaults": {},
|
|
"funcname": "TestShortcutRouting",
|
|
"location": "imgui_internal:3665",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTestShortcutRouting",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiKeyChord,ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igText": [
|
|
{
|
|
"args": "(const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,...)",
|
|
"call_args": "(fmt,...)",
|
|
"call_args_old": "(fmt,...)",
|
|
"cimguiname": "igText",
|
|
"defaults": {},
|
|
"funcname": "Text",
|
|
"isvararg": "...)",
|
|
"location": "imgui:622",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igText",
|
|
"ret": "void",
|
|
"signature": "(const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextAligned": [
|
|
{
|
|
"args": "(float align_x,float size_x,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "align_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "size_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(float align_x,float size_x,const char* fmt,...)",
|
|
"call_args": "(align_x,size_x,fmt,...)",
|
|
"call_args_old": "(align_x,size_x,fmt,...)",
|
|
"cimguiname": "igTextAligned",
|
|
"defaults": {},
|
|
"funcname": "TextAligned",
|
|
"isvararg": "...)",
|
|
"location": "imgui_internal:3890",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextAligned",
|
|
"ret": "void",
|
|
"signature": "(float,float,const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextAlignedV": [
|
|
{
|
|
"args": "(float align_x,float size_x,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "align_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "size_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(float align_x,float size_x,const char* fmt,va_list args)",
|
|
"call_args": "(align_x,size_x,fmt,args)",
|
|
"call_args_old": "(align_x,size_x,fmt,args)",
|
|
"cimguiname": "igTextAlignedV",
|
|
"defaults": {},
|
|
"funcname": "TextAlignedV",
|
|
"location": "imgui_internal:3891",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextAlignedV",
|
|
"ret": "void",
|
|
"signature": "(float,float,const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextColored": [
|
|
{
|
|
"args": "(const ImVec4_c col,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec4& col,const char* fmt,...)",
|
|
"call_args": "(ConvertToCPP_ImVec4(col),fmt,...)",
|
|
"call_args_old": "(col,fmt,...)",
|
|
"cimguiname": "igTextColored",
|
|
"defaults": {},
|
|
"funcname": "TextColored",
|
|
"isvararg": "...)",
|
|
"location": "imgui:624",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextColored",
|
|
"ret": "void",
|
|
"signature": "(const ImVec4,const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextColoredV": [
|
|
{
|
|
"args": "(const ImVec4_c col,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "col",
|
|
"type": "const ImVec4"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec4& col,const char* fmt,va_list args)",
|
|
"call_args": "(ConvertToCPP_ImVec4(col),fmt,args)",
|
|
"call_args_old": "(col,fmt,args)",
|
|
"cimguiname": "igTextColoredV",
|
|
"defaults": {},
|
|
"funcname": "TextColoredV",
|
|
"location": "imgui:625",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextColoredV",
|
|
"ret": "void",
|
|
"signature": "(const ImVec4,const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextDisabled": [
|
|
{
|
|
"args": "(const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,...)",
|
|
"call_args": "(fmt,...)",
|
|
"call_args_old": "(fmt,...)",
|
|
"cimguiname": "igTextDisabled",
|
|
"defaults": {},
|
|
"funcname": "TextDisabled",
|
|
"isvararg": "...)",
|
|
"location": "imgui:626",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextDisabled",
|
|
"ret": "void",
|
|
"signature": "(const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextDisabledV": [
|
|
{
|
|
"args": "(const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "igTextDisabledV",
|
|
"defaults": {},
|
|
"funcname": "TextDisabledV",
|
|
"location": "imgui:627",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextDisabledV",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextEx": [
|
|
{
|
|
"args": "(const char* text,const char* text_end,ImGuiTextFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTextFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text,const char* text_end=((void*)0),ImGuiTextFlags flags=0)",
|
|
"call_args": "(text,text_end,flags)",
|
|
"call_args_old": "(text,text_end,flags)",
|
|
"cimguiname": "igTextEx",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "TextEx",
|
|
"location": "imgui_internal:3889",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextEx",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*,ImGuiTextFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextLink": [
|
|
{
|
|
"args": "(const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label)",
|
|
"call_args": "(label)",
|
|
"call_args_old": "(label)",
|
|
"cimguiname": "igTextLink",
|
|
"defaults": {},
|
|
"funcname": "TextLink",
|
|
"location": "imgui:650",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextLink",
|
|
"ret": "bool",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextLinkOpenURL": [
|
|
{
|
|
"args": "(const char* label,const char* url)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "url",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const char* url=((void*)0))",
|
|
"call_args": "(label,url)",
|
|
"call_args_old": "(label,url)",
|
|
"cimguiname": "igTextLinkOpenURL",
|
|
"defaults": {
|
|
"url": "NULL"
|
|
},
|
|
"funcname": "TextLinkOpenURL",
|
|
"location": "imgui:651",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextLinkOpenURL",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextUnformatted": [
|
|
{
|
|
"args": "(const char* text,const char* text_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "text",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "text_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* text,const char* text_end=((void*)0))",
|
|
"call_args": "(text,text_end)",
|
|
"call_args_old": "(text,text_end)",
|
|
"cimguiname": "igTextUnformatted",
|
|
"defaults": {
|
|
"text_end": "NULL"
|
|
},
|
|
"funcname": "TextUnformatted",
|
|
"location": "imgui:621",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextUnformatted",
|
|
"ret": "void",
|
|
"signature": "(const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextV": [
|
|
{
|
|
"args": "(const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "igTextV",
|
|
"defaults": {},
|
|
"funcname": "TextV",
|
|
"location": "imgui:623",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextV",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextWrapped": [
|
|
{
|
|
"args": "(const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,...)",
|
|
"call_args": "(fmt,...)",
|
|
"call_args_old": "(fmt,...)",
|
|
"cimguiname": "igTextWrapped",
|
|
"defaults": {},
|
|
"funcname": "TextWrapped",
|
|
"isvararg": "...)",
|
|
"location": "imgui:628",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextWrapped",
|
|
"ret": "void",
|
|
"signature": "(const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTextWrappedV": [
|
|
{
|
|
"args": "(const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* fmt,va_list args)",
|
|
"call_args": "(fmt,args)",
|
|
"call_args_old": "(fmt,args)",
|
|
"cimguiname": "igTextWrappedV",
|
|
"defaults": {},
|
|
"funcname": "TextWrappedV",
|
|
"location": "imgui:629",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTextWrappedV",
|
|
"ret": "void",
|
|
"signature": "(const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTranslateWindowsInViewport": [
|
|
{
|
|
"args": "(ImGuiViewportP* viewport,const ImVec2_c old_pos,const ImVec2_c new_pos,const ImVec2_c old_size,const ImVec2_c new_size)",
|
|
"argsT": [
|
|
{
|
|
"name": "viewport",
|
|
"type": "ImGuiViewportP*"
|
|
},
|
|
{
|
|
"name": "old_pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "new_pos",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "old_size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "new_size",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiViewportP* viewport,const ImVec2& old_pos,const ImVec2& new_pos,const ImVec2& old_size,const ImVec2& new_size)",
|
|
"call_args": "(viewport,ConvertToCPP_ImVec2(old_pos),ConvertToCPP_ImVec2(new_pos),ConvertToCPP_ImVec2(old_size),ConvertToCPP_ImVec2(new_size))",
|
|
"call_args_old": "(viewport,old_pos,new_pos,old_size,new_size)",
|
|
"cimguiname": "igTranslateWindowsInViewport",
|
|
"defaults": {},
|
|
"funcname": "TranslateWindowsInViewport",
|
|
"location": "imgui_internal:3445",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTranslateWindowsInViewport",
|
|
"ret": "void",
|
|
"signature": "(ImGuiViewportP*,const ImVec2,const ImVec2,const ImVec2,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNode": [
|
|
{
|
|
"args": "(const char* label)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label)",
|
|
"call_args": "(label)",
|
|
"call_args_old": "(label)",
|
|
"cimguiname": "igTreeNode",
|
|
"defaults": {},
|
|
"funcname": "TreeNode",
|
|
"location": "imgui:748",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNode_Str",
|
|
"ret": "bool",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* str_id,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,const char* fmt,...)",
|
|
"call_args": "(str_id,fmt,...)",
|
|
"call_args_old": "(str_id,fmt,...)",
|
|
"cimguiname": "igTreeNode",
|
|
"defaults": {},
|
|
"funcname": "TreeNode",
|
|
"isvararg": "...)",
|
|
"location": "imgui:749",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNode_StrStr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,...)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const void* ptr_id,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr_id",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* ptr_id,const char* fmt,...)",
|
|
"call_args": "(ptr_id,fmt,...)",
|
|
"call_args_old": "(ptr_id,fmt,...)",
|
|
"cimguiname": "igTreeNode",
|
|
"defaults": {},
|
|
"funcname": "TreeNode",
|
|
"isvararg": "...)",
|
|
"location": "imgui:750",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNode_Ptr",
|
|
"ret": "bool",
|
|
"signature": "(const void*,const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeBehavior": [
|
|
{
|
|
"args": "(ImGuiID id,ImGuiTreeNodeFlags flags,const char* label,const char* label_end)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "label_end",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id,ImGuiTreeNodeFlags flags,const char* label,const char* label_end=((void*)0))",
|
|
"call_args": "(id,flags,label,label_end)",
|
|
"call_args_old": "(id,flags,label,label_end)",
|
|
"cimguiname": "igTreeNodeBehavior",
|
|
"defaults": {
|
|
"label_end": "NULL"
|
|
},
|
|
"funcname": "TreeNodeBehavior",
|
|
"location": "imgui_internal:3919",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeBehavior",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,ImGuiTreeNodeFlags,const char*,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeDrawLineToChildNode": [
|
|
{
|
|
"args": "(const ImVec2_c target_pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "target_pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& target_pos)",
|
|
"call_args": "(ConvertToCPP_ImVec2(target_pos))",
|
|
"call_args_old": "(target_pos)",
|
|
"cimguiname": "igTreeNodeDrawLineToChildNode",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeDrawLineToChildNode",
|
|
"location": "imgui_internal:3920",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeDrawLineToChildNode",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeDrawLineToTreePop": [
|
|
{
|
|
"args": "(const ImGuiTreeNodeStackData* data)",
|
|
"argsT": [
|
|
{
|
|
"name": "data",
|
|
"type": "const ImGuiTreeNodeStackData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImGuiTreeNodeStackData* data)",
|
|
"call_args": "(data)",
|
|
"call_args_old": "(data)",
|
|
"cimguiname": "igTreeNodeDrawLineToTreePop",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeDrawLineToTreePop",
|
|
"location": "imgui_internal:3921",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeDrawLineToTreePop",
|
|
"ret": "void",
|
|
"signature": "(const ImGuiTreeNodeStackData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeEx": [
|
|
{
|
|
"args": "(const char* label,ImGuiTreeNodeFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,ImGuiTreeNodeFlags flags=0)",
|
|
"call_args": "(label,flags)",
|
|
"call_args_old": "(label,flags)",
|
|
"cimguiname": "igTreeNodeEx",
|
|
"defaults": {
|
|
"flags": "0"
|
|
},
|
|
"funcname": "TreeNodeEx",
|
|
"location": "imgui:753",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeEx_Str",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiTreeNodeFlags)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,...)",
|
|
"call_args": "(str_id,flags,fmt,...)",
|
|
"call_args_old": "(str_id,flags,fmt,...)",
|
|
"cimguiname": "igTreeNodeEx",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeEx",
|
|
"isvararg": "...)",
|
|
"location": "imgui:754",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeEx_StrStr",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiTreeNodeFlags,const char*,...)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,...)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr_id",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "...",
|
|
"type": "..."
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,...)",
|
|
"call_args": "(ptr_id,flags,fmt,...)",
|
|
"call_args_old": "(ptr_id,flags,fmt,...)",
|
|
"cimguiname": "igTreeNodeEx",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeEx",
|
|
"isvararg": "...)",
|
|
"location": "imgui:755",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeEx_Ptr",
|
|
"ret": "bool",
|
|
"signature": "(const void*,ImGuiTreeNodeFlags,const char*,...)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeExV": [
|
|
{
|
|
"args": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)",
|
|
"call_args": "(str_id,flags,fmt,args)",
|
|
"call_args_old": "(str_id,flags,fmt,args)",
|
|
"cimguiname": "igTreeNodeExV",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeExV",
|
|
"location": "imgui:756",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeExV_Str",
|
|
"ret": "bool",
|
|
"signature": "(const char*,ImGuiTreeNodeFlags,const char*,va_list)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr_id",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)",
|
|
"call_args": "(ptr_id,flags,fmt,args)",
|
|
"call_args_old": "(ptr_id,flags,fmt,args)",
|
|
"cimguiname": "igTreeNodeExV",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeExV",
|
|
"location": "imgui:757",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeExV_Ptr",
|
|
"ret": "bool",
|
|
"signature": "(const void*,ImGuiTreeNodeFlags,const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeGetOpen": [
|
|
{
|
|
"args": "(ImGuiID storage_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "storage_id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID storage_id)",
|
|
"call_args": "(storage_id)",
|
|
"call_args_old": "(storage_id)",
|
|
"cimguiname": "igTreeNodeGetOpen",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeGetOpen",
|
|
"location": "imgui_internal:3923",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeGetOpen",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeSetOpen": [
|
|
{
|
|
"args": "(ImGuiID storage_id,bool open)",
|
|
"argsT": [
|
|
{
|
|
"name": "storage_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "open",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID storage_id,bool open)",
|
|
"call_args": "(storage_id,open)",
|
|
"call_args_old": "(storage_id,open)",
|
|
"cimguiname": "igTreeNodeSetOpen",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeSetOpen",
|
|
"location": "imgui_internal:3924",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeSetOpen",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID,bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeUpdateNextOpen": [
|
|
{
|
|
"args": "(ImGuiID storage_id,ImGuiTreeNodeFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "storage_id",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiTreeNodeFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID storage_id,ImGuiTreeNodeFlags flags)",
|
|
"call_args": "(storage_id,flags)",
|
|
"call_args_old": "(storage_id,flags)",
|
|
"cimguiname": "igTreeNodeUpdateNextOpen",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeUpdateNextOpen",
|
|
"location": "imgui_internal:3925",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeUpdateNextOpen",
|
|
"ret": "bool",
|
|
"signature": "(ImGuiID,ImGuiTreeNodeFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreeNodeV": [
|
|
{
|
|
"args": "(const char* str_id,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id,const char* fmt,va_list args)",
|
|
"call_args": "(str_id,fmt,args)",
|
|
"call_args_old": "(str_id,fmt,args)",
|
|
"cimguiname": "igTreeNodeV",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeV",
|
|
"location": "imgui:751",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeV_Str",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const char*,va_list)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const void* ptr_id,const char* fmt,va_list args)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr_id",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "args",
|
|
"type": "va_list"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* ptr_id,const char* fmt,va_list args)",
|
|
"call_args": "(ptr_id,fmt,args)",
|
|
"call_args_old": "(ptr_id,fmt,args)",
|
|
"cimguiname": "igTreeNodeV",
|
|
"defaults": {},
|
|
"funcname": "TreeNodeV",
|
|
"location": "imgui:752",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreeNodeV_Ptr",
|
|
"ret": "bool",
|
|
"signature": "(const void*,const char*,va_list)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreePop": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igTreePop",
|
|
"defaults": {},
|
|
"funcname": "TreePop",
|
|
"location": "imgui:760",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreePop",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreePush": [
|
|
{
|
|
"args": "(const char* str_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "str_id",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* str_id)",
|
|
"call_args": "(str_id)",
|
|
"call_args_old": "(str_id)",
|
|
"cimguiname": "igTreePush",
|
|
"defaults": {},
|
|
"funcname": "TreePush",
|
|
"location": "imgui:758",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreePush_Str",
|
|
"ret": "void",
|
|
"signature": "(const char*)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const void* ptr_id)",
|
|
"argsT": [
|
|
{
|
|
"name": "ptr_id",
|
|
"type": "const void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const void* ptr_id)",
|
|
"call_args": "(ptr_id)",
|
|
"call_args_old": "(ptr_id)",
|
|
"cimguiname": "igTreePush",
|
|
"defaults": {},
|
|
"funcname": "TreePush",
|
|
"location": "imgui:759",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreePush_Ptr",
|
|
"ret": "void",
|
|
"signature": "(const void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTreePushOverrideID": [
|
|
{
|
|
"args": "(ImGuiID id)",
|
|
"argsT": [
|
|
{
|
|
"name": "id",
|
|
"type": "ImGuiID"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiID id)",
|
|
"call_args": "(id)",
|
|
"call_args_old": "(id)",
|
|
"cimguiname": "igTreePushOverrideID",
|
|
"defaults": {},
|
|
"funcname": "TreePushOverrideID",
|
|
"location": "imgui_internal:3922",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTreePushOverrideID",
|
|
"ret": "void",
|
|
"signature": "(ImGuiID)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTypingSelectFindBestLeadingMatch": [
|
|
{
|
|
"args": "(ImGuiTypingSelectRequest* req,int items_count,const char*(*get_item_name_func)(void*,int),void* user_data)",
|
|
"argsT": [
|
|
{
|
|
"name": "req",
|
|
"type": "ImGuiTypingSelectRequest*"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "get_item_name_func",
|
|
"ret": "const char*",
|
|
"signature": "(void*,int)",
|
|
"type": "const char*(*)(void*,int)"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTypingSelectRequest* req,int items_count,const char*(*get_item_name_func)(void*,int),void* user_data)",
|
|
"call_args": "(req,items_count,get_item_name_func,user_data)",
|
|
"call_args_old": "(req,items_count,get_item_name_func,user_data)",
|
|
"cimguiname": "igTypingSelectFindBestLeadingMatch",
|
|
"defaults": {},
|
|
"funcname": "TypingSelectFindBestLeadingMatch",
|
|
"location": "imgui_internal:3750",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTypingSelectFindBestLeadingMatch",
|
|
"ret": "int",
|
|
"signature": "(ImGuiTypingSelectRequest*,int,const char*(*)(void*,int),void*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTypingSelectFindMatch": [
|
|
{
|
|
"args": "(ImGuiTypingSelectRequest* req,int items_count,const char*(*get_item_name_func)(void*,int),void* user_data,int nav_item_idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "req",
|
|
"type": "ImGuiTypingSelectRequest*"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "get_item_name_func",
|
|
"ret": "const char*",
|
|
"signature": "(void*,int)",
|
|
"type": "const char*(*)(void*,int)"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "nav_item_idx",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTypingSelectRequest* req,int items_count,const char*(*get_item_name_func)(void*,int),void* user_data,int nav_item_idx)",
|
|
"call_args": "(req,items_count,get_item_name_func,user_data,nav_item_idx)",
|
|
"call_args_old": "(req,items_count,get_item_name_func,user_data,nav_item_idx)",
|
|
"cimguiname": "igTypingSelectFindMatch",
|
|
"defaults": {},
|
|
"funcname": "TypingSelectFindMatch",
|
|
"location": "imgui_internal:3748",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTypingSelectFindMatch",
|
|
"ret": "int",
|
|
"signature": "(ImGuiTypingSelectRequest*,int,const char*(*)(void*,int),void*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igTypingSelectFindNextSingleCharMatch": [
|
|
{
|
|
"args": "(ImGuiTypingSelectRequest* req,int items_count,const char*(*get_item_name_func)(void*,int),void* user_data,int nav_item_idx)",
|
|
"argsT": [
|
|
{
|
|
"name": "req",
|
|
"type": "ImGuiTypingSelectRequest*"
|
|
},
|
|
{
|
|
"name": "items_count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "get_item_name_func",
|
|
"ret": "const char*",
|
|
"signature": "(void*,int)",
|
|
"type": "const char*(*)(void*,int)"
|
|
},
|
|
{
|
|
"name": "user_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "nav_item_idx",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiTypingSelectRequest* req,int items_count,const char*(*get_item_name_func)(void*,int),void* user_data,int nav_item_idx)",
|
|
"call_args": "(req,items_count,get_item_name_func,user_data,nav_item_idx)",
|
|
"call_args_old": "(req,items_count,get_item_name_func,user_data,nav_item_idx)",
|
|
"cimguiname": "igTypingSelectFindNextSingleCharMatch",
|
|
"defaults": {},
|
|
"funcname": "TypingSelectFindNextSingleCharMatch",
|
|
"location": "imgui_internal:3749",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igTypingSelectFindNextSingleCharMatch",
|
|
"ret": "int",
|
|
"signature": "(ImGuiTypingSelectRequest*,int,const char*(*)(void*,int),void*,int)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUnindent": [
|
|
{
|
|
"args": "(float indent_w)",
|
|
"argsT": [
|
|
{
|
|
"name": "indent_w",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float indent_w=0.0f)",
|
|
"call_args": "(indent_w)",
|
|
"call_args_old": "(indent_w)",
|
|
"cimguiname": "igUnindent",
|
|
"defaults": {
|
|
"indent_w": "0.0f"
|
|
},
|
|
"funcname": "Unindent",
|
|
"location": "imgui:590",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUnindent",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUnregisterFontAtlas": [
|
|
{
|
|
"args": "(ImFontAtlas* atlas)",
|
|
"argsT": [
|
|
{
|
|
"name": "atlas",
|
|
"type": "ImFontAtlas*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImFontAtlas* atlas)",
|
|
"call_args": "(atlas)",
|
|
"call_args_old": "(atlas)",
|
|
"cimguiname": "igUnregisterFontAtlas",
|
|
"defaults": {},
|
|
"funcname": "UnregisterFontAtlas",
|
|
"location": "imgui_internal:3413",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUnregisterFontAtlas",
|
|
"ret": "void",
|
|
"signature": "(ImFontAtlas*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUnregisterUserTexture": [
|
|
{
|
|
"args": "(ImTextureData* tex)",
|
|
"argsT": [
|
|
{
|
|
"name": "tex",
|
|
"type": "ImTextureData*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImTextureData* tex)",
|
|
"call_args": "(tex)",
|
|
"call_args_old": "(tex)",
|
|
"cimguiname": "igUnregisterUserTexture",
|
|
"defaults": {},
|
|
"funcname": "UnregisterUserTexture",
|
|
"location": "imgui_internal:3411",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUnregisterUserTexture",
|
|
"ret": "void",
|
|
"signature": "(ImTextureData*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUpdateCurrentFontSize": [
|
|
{
|
|
"args": "(float restore_font_size_after_scaling)",
|
|
"argsT": [
|
|
{
|
|
"name": "restore_font_size_after_scaling",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"argsoriginal": "(float restore_font_size_after_scaling)",
|
|
"call_args": "(restore_font_size_after_scaling)",
|
|
"call_args_old": "(restore_font_size_after_scaling)",
|
|
"cimguiname": "igUpdateCurrentFontSize",
|
|
"defaults": {},
|
|
"funcname": "UpdateCurrentFontSize",
|
|
"location": "imgui_internal:3415",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUpdateCurrentFontSize",
|
|
"ret": "void",
|
|
"signature": "(float)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUpdateHoveredWindowAndCaptureFlags": [
|
|
{
|
|
"args": "(const ImVec2_c mouse_pos)",
|
|
"argsT": [
|
|
{
|
|
"name": "mouse_pos",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(const ImVec2& mouse_pos)",
|
|
"call_args": "(ConvertToCPP_ImVec2(mouse_pos))",
|
|
"call_args_old": "(mouse_pos)",
|
|
"cimguiname": "igUpdateHoveredWindowAndCaptureFlags",
|
|
"defaults": {},
|
|
"funcname": "UpdateHoveredWindowAndCaptureFlags",
|
|
"location": "imgui_internal:3431",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUpdateHoveredWindowAndCaptureFlags",
|
|
"ret": "void",
|
|
"signature": "(const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUpdateInputEvents": [
|
|
{
|
|
"args": "(bool trickle_fast_inputs)",
|
|
"argsT": [
|
|
{
|
|
"name": "trickle_fast_inputs",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(bool trickle_fast_inputs)",
|
|
"call_args": "(trickle_fast_inputs)",
|
|
"call_args_old": "(trickle_fast_inputs)",
|
|
"cimguiname": "igUpdateInputEvents",
|
|
"defaults": {},
|
|
"funcname": "UpdateInputEvents",
|
|
"location": "imgui_internal:3430",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUpdateInputEvents",
|
|
"ret": "void",
|
|
"signature": "(bool)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUpdateMouseMovingWindowEndFrame": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igUpdateMouseMovingWindowEndFrame",
|
|
"defaults": {},
|
|
"funcname": "UpdateMouseMovingWindowEndFrame",
|
|
"location": "imgui_internal:3437",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUpdateMouseMovingWindowEndFrame",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUpdateMouseMovingWindowNewFrame": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igUpdateMouseMovingWindowNewFrame",
|
|
"defaults": {},
|
|
"funcname": "UpdateMouseMovingWindowNewFrame",
|
|
"location": "imgui_internal:3436",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUpdateMouseMovingWindowNewFrame",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUpdatePlatformWindows": [
|
|
{
|
|
"args": "()",
|
|
"argsT": [],
|
|
"argsoriginal": "()",
|
|
"call_args": "()",
|
|
"call_args_old": "()",
|
|
"cimguiname": "igUpdatePlatformWindows",
|
|
"defaults": {},
|
|
"funcname": "UpdatePlatformWindows",
|
|
"location": "imgui:1180",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUpdatePlatformWindows",
|
|
"ret": "void",
|
|
"signature": "()",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUpdateWindowParentAndRootLinks": [
|
|
{
|
|
"args": "(ImGuiWindow* window,ImGuiWindowFlags flags,ImGuiWindow* parent_window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiWindowFlags"
|
|
},
|
|
{
|
|
"name": "parent_window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,ImGuiWindowFlags flags,ImGuiWindow* parent_window)",
|
|
"call_args": "(window,flags,parent_window)",
|
|
"call_args_old": "(window,flags,parent_window)",
|
|
"cimguiname": "igUpdateWindowParentAndRootLinks",
|
|
"defaults": {},
|
|
"funcname": "UpdateWindowParentAndRootLinks",
|
|
"location": "imgui_internal:3377",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUpdateWindowParentAndRootLinks",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*,ImGuiWindowFlags,ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igUpdateWindowSkipRefresh": [
|
|
{
|
|
"args": "(ImGuiWindow* window)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window)",
|
|
"call_args": "(window)",
|
|
"call_args_old": "(window)",
|
|
"cimguiname": "igUpdateWindowSkipRefresh",
|
|
"defaults": {},
|
|
"funcname": "UpdateWindowSkipRefresh",
|
|
"location": "imgui_internal:3378",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igUpdateWindowSkipRefresh",
|
|
"ret": "void",
|
|
"signature": "(ImGuiWindow*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igVSliderFloat": [
|
|
{
|
|
"args": "(const char* label,const ImVec2_c size,float* v,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float*"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const ImVec2& size,float* v,float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,ConvertToCPP_ImVec2(size),v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,size,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igVSliderFloat",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%.3f\""
|
|
},
|
|
"funcname": "VSliderFloat",
|
|
"location": "imgui:714",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igVSliderFloat",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec2,float*,float,float,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igVSliderInt": [
|
|
{
|
|
"args": "(const char* label,const ImVec2_c size,int* v,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int*"
|
|
},
|
|
{
|
|
"name": "v_min",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "v_max",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const ImVec2& size,int* v,int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,ConvertToCPP_ImVec2(size),v,v_min,v_max,format,flags)",
|
|
"call_args_old": "(label,size,v,v_min,v_max,format,flags)",
|
|
"cimguiname": "igVSliderInt",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "\"%d\""
|
|
},
|
|
"funcname": "VSliderInt",
|
|
"location": "imgui:715",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igVSliderInt",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec2,int*,int,int,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igVSliderScalar": [
|
|
{
|
|
"args": "(const char* label,const ImVec2_c size,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
|
|
"argsT": [
|
|
{
|
|
"name": "label",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "const ImVec2"
|
|
},
|
|
{
|
|
"name": "data_type",
|
|
"type": "ImGuiDataType"
|
|
},
|
|
{
|
|
"name": "p_data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "p_min",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "p_max",
|
|
"type": "const void*"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "flags",
|
|
"type": "ImGuiSliderFlags"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* label,const ImVec2& size,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format=((void*)0),ImGuiSliderFlags flags=0)",
|
|
"call_args": "(label,ConvertToCPP_ImVec2(size),data_type,p_data,p_min,p_max,format,flags)",
|
|
"call_args_old": "(label,size,data_type,p_data,p_min,p_max,format,flags)",
|
|
"cimguiname": "igVSliderScalar",
|
|
"defaults": {
|
|
"flags": "0",
|
|
"format": "NULL"
|
|
},
|
|
"funcname": "VSliderScalar",
|
|
"location": "imgui:716",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igVSliderScalar",
|
|
"ret": "bool",
|
|
"signature": "(const char*,const ImVec2,ImGuiDataType,void*,const void*,const void*,const char*,ImGuiSliderFlags)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igValue": [
|
|
{
|
|
"args": "(const char* prefix,bool b)",
|
|
"argsT": [
|
|
{
|
|
"name": "prefix",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "b",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* prefix,bool b)",
|
|
"call_args": "(prefix,b)",
|
|
"call_args_old": "(prefix,b)",
|
|
"cimguiname": "igValue",
|
|
"defaults": {},
|
|
"funcname": "Value",
|
|
"location": "imgui:806",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igValue_Bool",
|
|
"ret": "void",
|
|
"signature": "(const char*,bool)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* prefix,int v)",
|
|
"argsT": [
|
|
{
|
|
"name": "prefix",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* prefix,int v)",
|
|
"call_args": "(prefix,v)",
|
|
"call_args_old": "(prefix,v)",
|
|
"cimguiname": "igValue",
|
|
"defaults": {},
|
|
"funcname": "Value",
|
|
"location": "imgui:807",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igValue_Int",
|
|
"ret": "void",
|
|
"signature": "(const char*,int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* prefix,unsigned int v)",
|
|
"argsT": [
|
|
{
|
|
"name": "prefix",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* prefix,unsigned int v)",
|
|
"call_args": "(prefix,v)",
|
|
"call_args_old": "(prefix,v)",
|
|
"cimguiname": "igValue",
|
|
"defaults": {},
|
|
"funcname": "Value",
|
|
"location": "imgui:808",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igValue_Uint",
|
|
"ret": "void",
|
|
"signature": "(const char*,unsigned int)",
|
|
"stname": ""
|
|
},
|
|
{
|
|
"args": "(const char* prefix,float v,const char* float_format)",
|
|
"argsT": [
|
|
{
|
|
"name": "prefix",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "v",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "float_format",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"argsoriginal": "(const char* prefix,float v,const char* float_format=((void*)0))",
|
|
"call_args": "(prefix,v,float_format)",
|
|
"call_args_old": "(prefix,v,float_format)",
|
|
"cimguiname": "igValue",
|
|
"defaults": {
|
|
"float_format": "NULL"
|
|
},
|
|
"funcname": "Value",
|
|
"location": "imgui:809",
|
|
"namespace": "ImGui",
|
|
"ov_cimguiname": "igValue_Float",
|
|
"ret": "void",
|
|
"signature": "(const char*,float,const char*)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igWindowPosAbsToRel": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImVec2_c p)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImVec2& p)",
|
|
"call_args": "(window,ConvertToCPP_ImVec2(p))",
|
|
"call_args_old": "(window,p)",
|
|
"cimguiname": "igWindowPosAbsToRel",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "WindowPosAbsToRel",
|
|
"location": "imgui_internal:3393",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igWindowPosAbsToRel",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImGuiWindow*,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igWindowPosRelToAbs": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImVec2_c p)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "p",
|
|
"type": "const ImVec2"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImVec2& p)",
|
|
"call_args": "(window,ConvertToCPP_ImVec2(p))",
|
|
"call_args_old": "(window,p)",
|
|
"cimguiname": "igWindowPosRelToAbs",
|
|
"conv": "ImVec2",
|
|
"defaults": {},
|
|
"funcname": "WindowPosRelToAbs",
|
|
"location": "imgui_internal:3394",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igWindowPosRelToAbs",
|
|
"ret": "ImVec2_c",
|
|
"signature": "(ImGuiWindow*,const ImVec2)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igWindowRectAbsToRel": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImRect_c r)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImRect& r)",
|
|
"call_args": "(window,ConvertToCPP_ImRect(r))",
|
|
"call_args_old": "(window,r)",
|
|
"cimguiname": "igWindowRectAbsToRel",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "WindowRectAbsToRel",
|
|
"location": "imgui_internal:3391",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igWindowRectAbsToRel",
|
|
"ret": "ImRect_c",
|
|
"signature": "(ImGuiWindow*,const ImRect)",
|
|
"stname": ""
|
|
}
|
|
],
|
|
"igWindowRectRelToAbs": [
|
|
{
|
|
"args": "(ImGuiWindow* window,const ImRect_c r)",
|
|
"argsT": [
|
|
{
|
|
"name": "window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "r",
|
|
"type": "const ImRect"
|
|
}
|
|
],
|
|
"argsoriginal": "(ImGuiWindow* window,const ImRect& r)",
|
|
"call_args": "(window,ConvertToCPP_ImRect(r))",
|
|
"call_args_old": "(window,r)",
|
|
"cimguiname": "igWindowRectRelToAbs",
|
|
"conv": "ImRect",
|
|
"defaults": {},
|
|
"funcname": "WindowRectRelToAbs",
|
|
"location": "imgui_internal:3392",
|
|
"namespace": "ImGui",
|
|
"nonUDT": 1,
|
|
"ov_cimguiname": "igWindowRectRelToAbs",
|
|
"ret": "ImRect_c",
|
|
"signature": "(ImGuiWindow*,const ImRect)",
|
|
"stname": ""
|
|
}
|
|
]
|
|
} |