Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [0] !! unimplemented: ImGui::GetIO()
- [1] !! unimplemented: ImGui::GetStyle()
- [2] !! unimplemented: ImGui::GetDrawData()
- [3] !! unimplemented: ImGui::ShowStyleEditor(ImGuiStyle *)
- [4] obsolete: ImGui::Begin(const char *, bool *, const ImVec2 &, float, ImGuiWindowFlags)
- [5] unneeded: ImGui::GetWindowDrawList()
- [6] !! unimplemented: ImGui::SetNextWindowSizeConstraints(const ImVec2 &, const ImVec2 &, ImGuiSizeConstraintCallback, void *)
- [7] !! unimplemented: ImGui::SetStateStorage(ImGuiStorage *)
- [8] !! unimplemented: ImGui::GetStateStorage()
- [9] ?? incomplete support: ImGui::InputText(const char *, char *, size_t, ImGuiInputTextFlags, ImGuiTextEditCallback, void *)
- [10] ?? incomplete support: ImGui::InputTextMultiline(const char *, char *, size_t, const ImVec2 &, ImGuiInputTextFlags, ImGuiTextEditCallback, void *)
- [11] !! unresolved overloaded: ImGui::ListBox(const char *, int *, const char * const *, int, int)
- [12] !! unresolved overloaded: ImGui::ListBox(const char *, int *, bool ( * ) ( void * data , int idx , const char * * out_text ), void *, int, int)
- [13] !! unimplemented: ImGui::CreateContext(void * ( * ) ( size_t ), void ( * ) ( void * ))
- [14] !! unimplemented: ImGui::DestroyContext(ImGuiContext *)
- [15] !! unimplemented: ImGui::GetCurrentContext()
- [16] !! unimplemented: ImGui::SetCurrentContext(ImGuiContext *)
- [17] obsolete: ImGui::CollapsingHeader(const char *, const char *, bool, bool)
- [18] obsolete: ImGui::GetWindowFont()
- [19] obsolete: ImGui::GetWindowFontSize()
- [20] obsolete: ImGui::SetScrollPosHere()
- [21] obsolete: ImGui::GetWindowCollapsed()
- [22] obsolete: ImGui::IsRectClipped(const ImVec2 &)
- [23] !! unresolved overloaded: ImDrawList::ImDrawList()
- [24] !! unimplemented: ImDrawList::PushTextureID(const ImTextureID &)
- [25] !! unresolved overloaded: ImDrawList::AddText(const ImVec2 &, ImU32, const char *, const char *)
- [26] !! unresolved overloaded: ImDrawList::AddText(const ImFont *, float, const ImVec2 &, ImU32, const char *, const char *, float, const ImVec4 *)
- [27] !! unimplemented: ImDrawList::AddPolyline(const ImVec2 *, const int, ImU32, bool, float, bool)
- [28] !! unimplemented: ImDrawList::AddConvexPolyFilled(const ImVec2 *, const int, ImU32, bool)
- [29] !! unresolved overloaded: ImFontAtlas::ImFontAtlas()
- [30] ?? incomplete support: ImFontAtlas::AddFont(const ImFontConfig *)
- [31] ?? incomplete support: ImFontAtlas::AddFontDefault(const ImFontConfig *)
- [32] ?? incomplete support: ImFontAtlas::AddFontFromFileTTF(const char *, float, const ImFontConfig *, const ImWchar *)
- [33] ?? incomplete support: ImFontAtlas::AddFontFromMemoryTTF(void *, int, float, const ImFontConfig *, const ImWchar *)
- [34] ?? incomplete support: ImFontAtlas::AddFontFromMemoryCompressedTTF(const void *, int, float, const ImFontConfig *,const ImWchar *)
- [35] ?? incomplete support: ImFontAtlas::AddFontFromMemoryCompressedBase85TTF(const char *, float, const ImFontConfig *, const ImWchar *)
- [36] !! unimplemented: ImFontAtlas::GetTexDataAsAlpha8(unsigned char * *, int *, int *, int *)
- [37] !! unimplemented: ImFontAtlas::GetTexDataAsRGBA32(unsigned char * *, int *, int *, int *)
- [38] !! unimplemented: ImFontAtlas::GetGlyphRangesDefault()
- [39] !! unimplemented: ImFontAtlas::GetGlyphRangesKorean()
- [40] !! unimplemented: ImFontAtlas::GetGlyphRangesJapanese()
- [41] !! unimplemented: ImFontAtlas::GetGlyphRangesChinese()
- [42] !! unimplemented: ImFontAtlas::GetGlyphRangesCyrillic()
- [43] !! unimplemented: ImFontAtlas::GetGlyphRangesThai()
- --- statistics ---
- // global
- - # enum values: 151
- // namespace ImGui
- - [func] unneeded: 12
- - [func] obsolete: 7
- - [func] !! unimplemented: 22
- - [func] !! unresolved overloaded: 8
- - [func] + available: 319
- - [func] ?? incomplete support: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement