Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !! unimplemented: GetIO()
- !! unimplemented: GetStyle()
- !! unimplemented: GetDrawData()
- !! unimplemented: ShowStyleEditor(ImGuiStyle *)
- obsolete: Begin(const char *, bool *, const ImVec2 &, float, ImGuiWindowFlags)
- !! unresolved overloaded: BeginChild(const char *, const ImVec2 &, bool, ImGuiWindowFlags)
- !! unresolved overloaded: BeginChild(ImGuiID, const ImVec2 &, bool, ImGuiWindowFlags)
- !! unimplemented: GetWindowDrawList()
- !! unimplemented: SetNextWindowSizeConstraints(const ImVec2 &, const ImVec2 &, ImGuiSizeConstraintCallback, void *)
- !! unimplemented: SetStateStorage(ImGuiStorage *)
- !! unimplemented: GetStateStorage()
- !! unimplemented: PushFont(ImFont *)
- !! unimplemented: GetFont()
- !! unresolved overloaded: GetColorU32(ImGuiCol, float)
- !! unresolved overloaded: GetColorU32(const ImVec4 &)
- unneeded: TextV(const char *, va_list)
- unneeded: TextColoredV(const ImVec4 &, const char *, va_list)
- unneeded: TextDisabledV(const char *, va_list)
- unneeded: TextWrappedV(const char *, va_list)
- unneeded: LabelTextV(const char *, const char *, va_list)
- unneeded: BulletTextV(const char *, va_list)
- !! unresolved overloaded: Combo(const char *, int *, const char * const *, int, int)
- !! unresolved overloaded: Combo(const char *, int *, const char *, int)
- !! unresolved overloaded: Combo(const char *, int *, bool ( * ) ( void * data , int idx , const char * * out_text ), void *, int, int)
- !! unresolved overloaded: PlotLines(const char *, const float *, int, int, const char *, float, float, ImVec2, int)
- !! unresolved overloaded: PlotLines(const char *, float ( * ) ( void * data , int idx ), void *, int, int, const char *, float, float, ImVec2)
- !! unresolved overloaded: PlotHistogram(const char *, const float *, int, int, const char *, float, float, ImVec2, int)
- !! unresolved overloaded: PlotHistogram(const char *, float ( * ) ( void * data , int idx ), void *, int, int, const char *, float, float, ImVec2)
- !! unimplemented: InputText(const char *, char *, size_t, ImGuiInputTextFlags, ImGuiTextEditCallback, void *)
- !! unimplemented: InputTextMultiline(const char *, char *, size_t, const ImVec2 &, ImGuiInputTextFlags, ImGuiTextEditCallback, void *)
- unneeded: TreeNodeV(const char *, const char *, va_list)
- unneeded: TreeNodeV(const void *, const char *, va_list)
- unneeded: TreeNodeExV(const char *, ImGuiTreeNodeFlags, const char *, va_list)
- unneeded: TreeNodeExV(const void *, ImGuiTreeNodeFlags, const char *, va_list)
- !! unresolved overloaded: ListBox(const char *, int *, const char * const *, int, int)
- !! unresolved overloaded: ListBox(const char *, int *, bool ( * ) ( void * data , int idx , const char * * out_text ), void *, int, int)
- unneeded: SetTooltipV(const char *, va_list)
- !! unimplemented: CreateContext(void * ( * ) ( size_t ), void ( * ) ( void * ))
- !! unimplemented: DestroyContext(ImGuiContext *)
- !! unimplemented: GetCurrentContext()
- !! unimplemented: SetCurrentContext(ImGuiContext *)
- obsolete: CollapsingHeader(const char *, const char *, bool, bool)
- obsolete: GetWindowFont()
- obsolete: GetWindowFontSize()
- obsolete: SetScrollPosHere()
- obsolete: GetWindowCollapsed()
- obsolete: IsRectClipped(const ImVec2 &)
- --- statistics ---
- // global
- - # enum values: 126
- // namespace ImGui
- - [func] unneeded: 11
- - [func] obsolete: 7
- - [func] !! unimplemented: 16
- - [func] !! unresolved overloaded: 13
- - [func] + available: 258
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement