Struct ScopedChild¶
Defined in File imgui_scoped.h
Struct Documentation¶
-
struct ScopedChild¶
Public Functions
-
inline ScopedChild(const char *str_id, const ImVec2 &size = ImVec2(0, 0), ImGuiChildFlags child_flags = 0, ImGuiWindowFlags flags = 0)¶
-
inline ScopedChild(ImGuiID id, const ImVec2 &size = ImVec2(0, 0), ImGuiChildFlags child_flags = 0, ImGuiWindowFlags flags = 0)¶
-
inline ~ScopedChild()¶
-
inline explicit operator bool() const¶
-
ScopedChild(ScopedChild&&) = delete¶
-
ScopedChild &operator=(ScopedChild&&) = delete¶
-
ScopedChild(const ScopedChild&) = delete¶
-
ScopedChild &operator=(const ScopedChild&) = delete¶
Public Members
-
bool is_content_visible¶
-
inline ScopedChild(const char *str_id, const ImVec2 &size = ImVec2(0, 0), ImGuiChildFlags child_flags = 0, ImGuiWindowFlags flags = 0)¶