Constructor & Destructor Documentation
| ImGuiWindow::ImGuiWindow |
( |
ImGuiContext * |
context, |
|
|
const char * |
name |
|
) |
| |
| ImGuiWindow::~ImGuiWindow |
( |
| ) |
|
Member Function Documentation
| ImGuiID ImGuiWindow::GetID |
( |
const char * |
str, |
|
|
const char * |
str_end = NULL |
|
) |
| |
| ImGuiID ImGuiWindow::GetID |
( |
const void * |
ptr | ) |
|
| ImGuiID ImGuiWindow::GetIDNoKeepAlive |
( |
const char * |
str, |
|
|
const char * |
str_end = NULL |
|
) |
| |
| ImGuiID ImGuiWindow::GetIDNoKeepAlive |
( |
const void * |
ptr | ) |
|
| ImRect ImGuiWindow::Rect |
( |
| ) |
const |
|
inline |
| float ImGuiWindow::CalcFontSize |
( |
| ) |
const |
|
inline |
| float ImGuiWindow::TitleBarHeight |
( |
| ) |
const |
|
inline |
| ImRect ImGuiWindow::TitleBarRect |
( |
| ) |
const |
|
inline |
| float ImGuiWindow::MenuBarHeight |
( |
| ) |
const |
|
inline |
| ImRect ImGuiWindow::MenuBarRect |
( |
| ) |
const |
|
inline |
Member Data Documentation
| ImVec2 ImGuiWindow::ContentSize |
| ImVec2 ImGuiWindow::ContentSizeIdeal |
| ImVec2 ImGuiWindow::ContentSizeExplicit |
| ImVec2 ImGuiWindow::WindowPadding |
| float ImGuiWindow::WindowRounding |
| float ImGuiWindow::WindowBorderSize |
| int ImGuiWindow::NameBufLen |
| ImVec2 ImGuiWindow::ScrollTarget |
| ImVec2 ImGuiWindow::ScrollTargetCenterRatio |
| ImVec2 ImGuiWindow::ScrollTargetEdgeSnapDist |
| ImVec2 ImGuiWindow::ScrollbarSizes |
| bool ImGuiWindow::ScrollbarX |
| bool ImGuiWindow::ScrollbarY |
| bool ImGuiWindow::WasActive |
| bool ImGuiWindow::WriteAccessed |
| bool ImGuiWindow::Collapsed |
| bool ImGuiWindow::WantCollapseToggle |
| bool ImGuiWindow::SkipItems |
| bool ImGuiWindow::Appearing |
| bool ImGuiWindow::IsFallbackWindow |
| bool ImGuiWindow::HasCloseButton |
| signed char ImGuiWindow::ResizeBorderHeld |
| short ImGuiWindow::BeginCount |
| short ImGuiWindow::BeginOrderWithinParent |
| short ImGuiWindow::BeginOrderWithinContext |
| short ImGuiWindow::FocusOrder |
| ImS8 ImGuiWindow::AutoFitFramesX |
| ImS8 ImGuiWindow::AutoFitFramesY |
| ImS8 ImGuiWindow::AutoFitChildAxises |
| bool ImGuiWindow::AutoFitOnlyGrows |
| ImGuiDir ImGuiWindow::AutoPosLastDirection |
| ImS8 ImGuiWindow::HiddenFramesCanSkipItems |
| ImS8 ImGuiWindow::HiddenFramesCannotSkipItems |
| ImS8 ImGuiWindow::HiddenFramesForRenderOnly |
| ImS8 ImGuiWindow::DisableInputsFrames |
| ImGuiCond ImGuiWindow::SetWindowPosAllowFlags |
| ImGuiCond ImGuiWindow::SetWindowSizeAllowFlags |
| ImGuiCond ImGuiWindow::SetWindowCollapsedAllowFlags |
| ImVec2 ImGuiWindow::SetWindowPosVal |
| ImVec2 ImGuiWindow::SetWindowPosPivot |
| ImRect ImGuiWindow::OuterRectClipped |
| ImRect ImGuiWindow::InnerClipRect |
| ImRect ImGuiWindow::ParentWorkRect |
| ImRect ImGuiWindow::ContentRegionRect |
| int ImGuiWindow::LastFrameActive |
| float ImGuiWindow::LastTimeActive |
| float ImGuiWindow::ItemWidthDefault |
| float ImGuiWindow::FontWindowScale |
| int ImGuiWindow::SettingsOffset |
| ImGuiWindow* ImGuiWindow::RootWindowForTitleBarHighlight |
| int ImGuiWindow::MemoryDrawListIdxCapacity |
| int ImGuiWindow::MemoryDrawListVtxCapacity |
| bool ImGuiWindow::MemoryCompacted |
The documentation for this struct was generated from the following file: