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

Public Member Functions

 ImGuiContext (ImFontAtlas *shared_font_atlas)
 

Public Attributes

bool Initialized
 
bool FontAtlasOwnedByContext
 
ImGuiIO IO
 
ImVector< ImGuiInputEventInputEventsQueue
 
ImVector< ImGuiInputEventInputEventsTrail
 
ImGuiStyle Style
 
ImFontFont
 
float FontSize
 
float FontBaseSize
 
ImDrawListSharedData DrawListSharedData
 
double Time
 
int FrameCount
 
int FrameCountEnded
 
int FrameCountRendered
 
bool WithinFrameScope
 
bool WithinFrameScopeWithImplicitWindow
 
bool WithinEndChild
 
bool GcCompactAll
 
bool TestEngineHookItems
 
void * TestEngine
 
ImVector< ImGuiWindow * > Windows
 
ImVector< ImGuiWindow * > WindowsFocusOrder
 
ImVector< ImGuiWindow * > WindowsTempSortBuffer
 
ImVector< ImGuiWindowStackDataCurrentWindowStack
 
ImGuiStorage WindowsById
 
int WindowsActiveCount
 
ImVec2 WindowsHoverPadding
 
ImGuiWindowCurrentWindow
 
ImGuiWindowHoveredWindow
 
ImGuiWindowHoveredWindowUnderMovingWindow
 
ImGuiWindowMovingWindow
 
ImGuiWindowWheelingWindow
 
ImVec2 WheelingWindowRefMousePos
 
int WheelingWindowStartFrame
 
float WheelingWindowReleaseTimer
 
ImVec2 WheelingWindowWheelRemainder
 
ImVec2 WheelingAxisAvg
 
ImGuiID DebugHookIdInfo
 
ImGuiID HoveredId
 
ImGuiID HoveredIdPreviousFrame
 
bool HoveredIdAllowOverlap
 
bool HoveredIdDisabled
 
float HoveredIdTimer
 
float HoveredIdNotActiveTimer
 
ImGuiID ActiveId
 
ImGuiID ActiveIdIsAlive
 
float ActiveIdTimer
 
bool ActiveIdIsJustActivated
 
bool ActiveIdAllowOverlap
 
bool ActiveIdNoClearOnFocusLoss
 
bool ActiveIdHasBeenPressedBefore
 
bool ActiveIdHasBeenEditedBefore
 
bool ActiveIdHasBeenEditedThisFrame
 
ImVec2 ActiveIdClickOffset
 
ImGuiWindowActiveIdWindow
 
ImGuiInputSource ActiveIdSource
 
int ActiveIdMouseButton
 
ImGuiID ActiveIdPreviousFrame
 
bool ActiveIdPreviousFrameIsAlive
 
bool ActiveIdPreviousFrameHasBeenEditedBefore
 
ImGuiWindowActiveIdPreviousFrameWindow
 
ImGuiID LastActiveId
 
float LastActiveIdTimer
 
ImGuiKeyOwnerData KeysOwnerData [ImGuiKey_NamedKey_COUNT]
 
ImGuiKeyRoutingTable KeysRoutingTable
 
ImU32 ActiveIdUsingNavDirMask
 
bool ActiveIdUsingAllKeyboardKeys
 
ImU32 ActiveIdUsingNavInputMask
 
ImGuiID CurrentFocusScopeId
 
ImGuiItemFlags CurrentItemFlags
 
ImGuiID DebugLocateId
 
ImGuiNextItemData NextItemData
 
ImGuiLastItemData LastItemData
 
ImGuiNextWindowData NextWindowData
 
ImVector< ImGuiColorModColorStack
 
ImVector< ImGuiStyleModStyleVarStack
 
ImVector< ImFont * > FontStack
 
ImVector< ImGuiID > FocusScopeStack
 
ImVector< ImGuiItemFlags > ItemFlagsStack
 
ImVector< ImGuiGroupDataGroupStack
 
ImVector< ImGuiPopupDataOpenPopupStack
 
ImVector< ImGuiPopupDataBeginPopupStack
 
int BeginMenuCount
 
ImVector< ImGuiViewportP * > Viewports
 
ImGuiWindowNavWindow
 
ImGuiID NavId
 
ImGuiID NavFocusScopeId
 
ImGuiID NavActivateId
 
ImGuiID NavActivateDownId
 
ImGuiID NavActivatePressedId
 
ImGuiID NavActivateInputId
 
ImGuiActivateFlags NavActivateFlags
 
ImGuiID NavJustMovedToId
 
ImGuiID NavJustMovedToFocusScopeId
 
ImGuiKeyChord NavJustMovedToKeyMods
 
ImGuiID NavNextActivateId
 
ImGuiActivateFlags NavNextActivateFlags
 
ImGuiInputSource NavInputSource
 
ImGuiNavLayer NavLayer
 
bool NavIdIsAlive
 
bool NavMousePosDirty
 
bool NavDisableHighlight
 
bool NavDisableMouseHover
 
bool NavAnyRequest
 
bool NavInitRequest
 
bool NavInitRequestFromMove
 
ImGuiID NavInitResultId
 
ImRect NavInitResultRectRel
 
bool NavMoveSubmitted
 
bool NavMoveScoringItems
 
bool NavMoveForwardToNextFrame
 
ImGuiNavMoveFlags NavMoveFlags
 
ImGuiScrollFlags NavMoveScrollFlags
 
ImGuiKeyChord NavMoveKeyMods
 
ImGuiDir NavMoveDir
 
ImGuiDir NavMoveDirForDebug
 
ImGuiDir NavMoveClipDir
 
ImRect NavScoringRect
 
ImRect NavScoringNoClipRect
 
int NavScoringDebugCount
 
int NavTabbingDir
 
int NavTabbingCounter
 
ImGuiNavItemData NavMoveResultLocal
 
ImGuiNavItemData NavMoveResultLocalVisible
 
ImGuiNavItemData NavMoveResultOther
 
ImGuiNavItemData NavTabbingResultFirst
 
ImGuiKeyChord ConfigNavWindowingKeyNext
 
ImGuiKeyChord ConfigNavWindowingKeyPrev
 
ImGuiWindowNavWindowingTarget
 
ImGuiWindowNavWindowingTargetAnim
 
ImGuiWindowNavWindowingListWindow
 
float NavWindowingTimer
 
float NavWindowingHighlightAlpha
 
bool NavWindowingToggleLayer
 
ImVec2 NavWindowingAccumDeltaPos
 
ImVec2 NavWindowingAccumDeltaSize
 
float DimBgRatio
 
ImGuiMouseCursor MouseCursor
 
bool DragDropActive
 
bool DragDropWithinSource
 
bool DragDropWithinTarget
 
ImGuiDragDropFlags DragDropSourceFlags
 
int DragDropSourceFrameCount
 
int DragDropMouseButton
 
ImGuiPayload DragDropPayload
 
ImRect DragDropTargetRect
 
ImGuiID DragDropTargetId
 
ImGuiDragDropFlags DragDropAcceptFlags
 
float DragDropAcceptIdCurrRectSurface
 
ImGuiID DragDropAcceptIdCurr
 
ImGuiID DragDropAcceptIdPrev
 
int DragDropAcceptFrameCount
 
ImGuiID DragDropHoldJustPressedId
 
ImVector< unsigned char > DragDropPayloadBufHeap
 
unsigned char DragDropPayloadBufLocal [16]
 
int ClipperTempDataStacked
 
ImVector< ImGuiListClipperDataClipperTempData
 
ImGuiTableCurrentTable
 
int TablesTempDataStacked
 
ImVector< ImGuiTableTempDataTablesTempData
 
ImPool< ImGuiTableTables
 
ImVector< float > TablesLastTimeActive
 
ImVector< ImDrawChannelDrawChannelsTempMergeBuffer
 
ImGuiTabBarCurrentTabBar
 
ImPool< ImGuiTabBarTabBars
 
ImVector< ImGuiPtrOrIndexCurrentTabBarStack
 
ImVector< ImGuiShrinkWidthItemShrinkWidthBuffer
 
ImGuiID HoverDelayId
 
ImGuiID HoverDelayIdPreviousFrame
 
float HoverDelayTimer
 
float HoverDelayClearTimer
 
ImVec2 MouseLastValidPos
 
ImGuiInputTextState InputTextState
 
ImFont InputTextPasswordFont
 
ImGuiID TempInputId
 
ImGuiColorEditFlags ColorEditOptions
 
float ColorEditLastHue
 
float ColorEditLastSat
 
ImU32 ColorEditLastColor
 
ImVec4 ColorPickerRef
 
ImGuiComboPreviewData ComboPreviewData
 
float SliderGrabClickOffset
 
float SliderCurrentAccum
 
bool SliderCurrentAccumDirty
 
bool DragCurrentAccumDirty
 
float DragCurrentAccum
 
float DragSpeedDefaultRatio
 
float ScrollbarClickDeltaToGrabCenter
 
float DisabledAlphaBackup
 
short DisabledStackSize
 
short TooltipOverrideCount
 
ImVector< char > ClipboardHandlerData
 
ImVector< ImGuiID > MenusIdSubmittedThisFrame
 
ImGuiPlatformImeData PlatformImeData
 
ImGuiPlatformImeData PlatformImeDataPrev
 
char PlatformLocaleDecimalPoint
 
bool SettingsLoaded
 
float SettingsDirtyTimer
 
ImGuiTextBuffer SettingsIniData
 
ImVector< ImGuiSettingsHandlerSettingsHandlers
 
ImChunkStream< ImGuiWindowSettingsSettingsWindows
 
ImChunkStream< ImGuiTableSettingsSettingsTables
 
ImVector< ImGuiContextHookHooks
 
ImGuiID HookIdNext
 
const char * LocalizationTable [ImGuiLocKey_COUNT]
 
bool LogEnabled
 
ImGuiLogType LogType
 
ImFileHandle LogFile
 
ImGuiTextBuffer LogBuffer
 
const char * LogNextPrefix
 
const char * LogNextSuffix
 
float LogLinePosY
 
bool LogLineFirstItem
 
int LogDepthRef
 
int LogDepthToExpand
 
int LogDepthToExpandDefault
 
ImGuiDebugLogFlags DebugLogFlags
 
ImGuiTextBuffer DebugLogBuf
 
ImGuiTextIndex DebugLogIndex
 
ImU8 DebugLocateFrames
 
bool DebugItemPickerActive
 
ImU8 DebugItemPickerMouseButton
 
ImGuiID DebugItemPickerBreakId
 
ImGuiMetricsConfig DebugMetricsConfig
 
ImGuiStackTool DebugStackTool
 
float FramerateSecPerFrame [60]
 
int FramerateSecPerFrameIdx
 
int FramerateSecPerFrameCount
 
float FramerateSecPerFrameAccum
 
int WantCaptureMouseNextFrame
 
int WantCaptureKeyboardNextFrame
 
int WantTextInputNextFrame
 
ImVector< char > TempBuffer
 

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