Advertisement
snake5

current state of sgs/imgui bindings 3

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