Struct ScopedTreeNodeEx¶
Defined in File imgui_scoped.h
Struct Documentation¶
-
struct ScopedTreeNodeEx¶
Public Functions
-
inline ScopedTreeNodeEx(const char *label, ImGuiTreeNodeFlags flags = 0)¶
- inline ScopedTreeNodeEx (const char *str_id, ImGuiTreeNodeFlags flags, const char *fmt,...) IM_FMTARGS(4)
- inline ScopedTreeNodeEx (const void *ptr_id, ImGuiTreeNodeFlags flags, const char *fmt,...) IM_FMTARGS(4)
-
inline ~ScopedTreeNodeEx()¶
-
inline explicit operator bool() const¶
-
ScopedTreeNodeEx(ScopedTreeNodeEx&&) = delete¶
-
ScopedTreeNodeEx &operator=(ScopedTreeNodeEx&&) = delete¶
-
ScopedTreeNodeEx(const ScopedTreeNodeEx&) = delete¶
-
ScopedTreeNodeEx &operator=(const ScopedTreeNodeEx&) = delete¶
Public Members
-
bool is_open¶
-
inline ScopedTreeNodeEx(const char *label, ImGuiTreeNodeFlags flags = 0)¶