vsgImGui  0.0.0
VulkanSceneGraph 3rd party data integration library
Public Member Functions | Public Attributes | List of all members
ImGuiWindow Struct Reference
Collaboration diagram for ImGuiWindow:
Collaboration graph
[legend]

Public Member Functions

 ImGuiWindow (ImGuiContext *context, const char *name)
 
ImGuiID GetID (const char *str, const char *str_end=NULL)
 
ImGuiID GetID (const void *ptr)
 
ImGuiID GetID (int n)
 
ImGuiID GetIDFromRectangle (const ImRect &r_abs)
 
ImRect Rect () const
 
float CalcFontSize () const
 
float TitleBarHeight () const
 
ImRect TitleBarRect () const
 
float MenuBarHeight () const
 
ImRect MenuBarRect () const
 

Public Attributes

char * Name
 
ImGuiID ID
 
ImGuiWindowFlags Flags
 
ImGuiViewportPViewport
 
ImVec2 Pos
 
ImVec2 Size
 
ImVec2 SizeFull
 
ImVec2 ContentSize
 
ImVec2 ContentSizeIdeal
 
ImVec2 ContentSizeExplicit
 
ImVec2 WindowPadding
 
float WindowRounding
 
float WindowBorderSize
 
float DecoOuterSizeX1
 
float DecoOuterSizeY1
 
float DecoOuterSizeX2
 
float DecoOuterSizeY2
 
float DecoInnerSizeX1
 
float DecoInnerSizeY1
 
int NameBufLen
 
ImGuiID MoveId
 
ImGuiID ChildId
 
ImVec2 Scroll
 
ImVec2 ScrollMax
 
ImVec2 ScrollTarget
 
ImVec2 ScrollTargetCenterRatio
 
ImVec2 ScrollTargetEdgeSnapDist
 
ImVec2 ScrollbarSizes
 
bool ScrollbarX
 
bool ScrollbarY
 
bool Active
 
bool WasActive
 
bool WriteAccessed
 
bool Collapsed
 
bool WantCollapseToggle
 
bool SkipItems
 
bool Appearing
 
bool Hidden
 
bool IsFallbackWindow
 
bool IsExplicitChild
 
bool HasCloseButton
 
signed char ResizeBorderHeld
 
short BeginCount
 
short BeginCountPreviousFrame
 
short BeginOrderWithinParent
 
short BeginOrderWithinContext
 
short FocusOrder
 
ImGuiID PopupId
 
ImS8 AutoFitFramesX
 
ImS8 AutoFitFramesY
 
ImS8 AutoFitChildAxises
 
bool AutoFitOnlyGrows
 
ImGuiDir AutoPosLastDirection
 
ImS8 HiddenFramesCanSkipItems
 
ImS8 HiddenFramesCannotSkipItems
 
ImS8 HiddenFramesForRenderOnly
 
ImS8 DisableInputsFrames
 
ImGuiCond SetWindowPosAllowFlags: 8
 
ImGuiCond SetWindowSizeAllowFlags: 8
 
ImGuiCond SetWindowCollapsedAllowFlags: 8
 
ImVec2 SetWindowPosVal
 
ImVec2 SetWindowPosPivot
 
ImVector< ImGuiID > IDStack
 
ImGuiWindowTempData DC
 
ImRect OuterRectClipped
 
ImRect InnerRect
 
ImRect InnerClipRect
 
ImRect WorkRect
 
ImRect ParentWorkRect
 
ImRect ClipRect
 
ImRect ContentRegionRect
 
ImVec2ih HitTestHoleSize
 
ImVec2ih HitTestHoleOffset
 
int LastFrameActive
 
float LastTimeActive
 
float ItemWidthDefault
 
ImGuiStorage StateStorage
 
ImVector< ImGuiOldColumnsColumnsStorage
 
float FontWindowScale
 
int SettingsOffset
 
ImDrawListDrawList
 
ImDrawList DrawListInst
 
ImGuiWindowParentWindow
 
ImGuiWindowParentWindowInBeginStack
 
ImGuiWindowRootWindow
 
ImGuiWindowRootWindowPopupTree
 
ImGuiWindowRootWindowForTitleBarHighlight
 
ImGuiWindowRootWindowForNav
 
ImGuiWindowNavLastChildNavWindow
 
ImGuiID NavLastIds [ImGuiNavLayer_COUNT]
 
ImRect NavRectRel [ImGuiNavLayer_COUNT]
 
ImGuiID NavRootFocusScopeId
 
int MemoryDrawListIdxCapacity
 
int MemoryDrawListVtxCapacity
 
bool MemoryCompacted
 

The documentation for this struct was generated from the following file: