VR-Vantage 2.3 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ImGuiContext Struct Reference

Public Member Functions

 ImGuiContext ()

Public Attributes

bool Initialized
ImGuiIO IO
ImGuiStyle Style
ImFontFont
float FontSize
float FontBaseSize
ImVec2 FontTexUvWhitePixel
float Time
int FrameCount
int FrameCountEnded
int FrameCountRendered
ImVector< ImGuiWindow * > Windows
ImVector< ImGuiWindow * > WindowsSortBuffer
ImVector< ImGuiWindow * > CurrentWindowStack
ImGuiWindowCurrentWindow
ImGuiWindowNavWindow
ImGuiWindowHoveredWindow
ImGuiWindowHoveredRootWindow
ImGuiID HoveredId
bool HoveredIdAllowOverlap
ImGuiID HoveredIdPreviousFrame
ImGuiID ActiveId
ImGuiID ActiveIdPreviousFrame
bool ActiveIdIsAlive
bool ActiveIdIsJustActivated
bool ActiveIdAllowOverlap
ImVec2 ActiveIdClickOffset
ImGuiWindowActiveIdWindow
ImGuiWindowMovedWindow
ImGuiID MovedWindowMoveId
ImVector< ImGuiIniDataSettings
float SettingsDirtyTimer
ImVector< ImGuiColModColorModifiers
ImVector< ImGuiStyleModStyleModifiers
ImVector< ImFont * > FontStack
ImVector< ImGuiPopupRefOpenPopupStack
ImVector< ImGuiPopupRefCurrentPopupStack
ImVec2 SetNextWindowPosVal
ImVec2 SetNextWindowSizeVal
ImVec2 SetNextWindowContentSizeVal
bool SetNextWindowCollapsedVal
ImGuiCond SetNextWindowPosCond
ImGuiCond SetNextWindowSizeCond
ImGuiCond SetNextWindowContentSizeCond
ImGuiCond SetNextWindowCollapsedCond
ImRect SetNextWindowSizeConstraintRect
ImGuiSizeConstraintCallback SetNextWindowSizeConstraintCallback
voidSetNextWindowSizeConstraintCallbackUserData
bool SetNextWindowSizeConstraint
bool SetNextWindowFocus
bool SetNextTreeNodeOpenVal
ImGuiCond SetNextTreeNodeOpenCond
ImDrawData RenderDrawData
ImVector< ImDrawList * > RenderDrawLists [3]
float ModalWindowDarkeningRatio
ImDrawList OverlayDrawList
ImGuiMouseCursor MouseCursor
ImGuiMouseCursorData MouseCursorData [ImGuiMouseCursor_Count_]
ImGuiTextEditState InputTextState
ImFont InputTextPasswordFont
ImGuiID ScalarAsInputTextId
ImGuiColorEditFlags ColorEditOptions
ImVec4 ColorPickerRef
float DragCurrentValue
ImVec2 DragLastMouseDelta
float DragSpeedDefaultRatio
float DragSpeedScaleSlow
float DragSpeedScaleFast
ImVec2 ScrollbarClickDeltaToGrabCenter
int TooltipOverrideCount
ImVector< char > PrivateClipboard
ImVec2 OsImePosRequest
ImVec2 OsImePosSet
bool LogEnabled
FILE * LogFile
ImGuiTextBufferLogClipboard
int LogStartDepth
int LogAutoExpandMaxDepth
float FramerateSecPerFrame [120]
int FramerateSecPerFrameIdx
float FramerateSecPerFrameAccum
int CaptureMouseNextFrame
int CaptureKeyboardNextFrame
char TempBuffer [1024 *3+1]

Constructor & Destructor Documentation

ImGuiContext::ImGuiContext ( )
inline

Member Data Documentation

bool ImGuiContext::Initialized

Referenced by ImGuiContext().

ImGuiIO ImGuiContext::IO
ImGuiStyle ImGuiContext::Style
ImFont* ImGuiContext::Font

Referenced by ImGuiContext().

float ImGuiContext::FontSize

Referenced by ImGuiContext().

float ImGuiContext::FontBaseSize
ImVec2 ImGuiContext::FontTexUvWhitePixel

Referenced by ImGuiContext().

float ImGuiContext::Time

Referenced by ImGuiContext().

int ImGuiContext::FrameCount

Referenced by ImGuiContext().

int ImGuiContext::FrameCountEnded

Referenced by ImGuiContext().

int ImGuiContext::FrameCountRendered

Referenced by ImGuiContext().

ImVector<ImGuiWindow*> ImGuiContext::Windows
ImVector<ImGuiWindow*> ImGuiContext::WindowsSortBuffer
ImVector<ImGuiWindow*> ImGuiContext::CurrentWindowStack
ImGuiWindow* ImGuiContext::CurrentWindow
ImGuiWindow* ImGuiContext::NavWindow

Referenced by ImGuiContext().

ImGuiWindow* ImGuiContext::HoveredWindow

Referenced by ImGuiContext().

ImGuiWindow* ImGuiContext::HoveredRootWindow

Referenced by ImGuiContext().

ImGuiID ImGuiContext::HoveredId

Referenced by ImGuiContext().

bool ImGuiContext::HoveredIdAllowOverlap

Referenced by ImGuiContext().

ImGuiID ImGuiContext::HoveredIdPreviousFrame

Referenced by ImGuiContext().

ImGuiID ImGuiContext::ActiveId

Referenced by ImGuiContext().

ImGuiID ImGuiContext::ActiveIdPreviousFrame

Referenced by ImGuiContext().

bool ImGuiContext::ActiveIdIsAlive

Referenced by ImGuiContext().

bool ImGuiContext::ActiveIdIsJustActivated

Referenced by ImGuiContext().

bool ImGuiContext::ActiveIdAllowOverlap

Referenced by ImGuiContext().

ImVec2 ImGuiContext::ActiveIdClickOffset

Referenced by ImGuiContext().

ImGuiWindow* ImGuiContext::ActiveIdWindow

Referenced by ImGuiContext().

ImGuiWindow* ImGuiContext::MovedWindow

Referenced by ImGuiContext().

ImGuiID ImGuiContext::MovedWindowMoveId

Referenced by ImGuiContext().

ImVector<ImGuiIniData> ImGuiContext::Settings
float ImGuiContext::SettingsDirtyTimer

Referenced by ImGuiContext().

ImVector<ImGuiColMod> ImGuiContext::ColorModifiers
ImVector<ImGuiStyleMod> ImGuiContext::StyleModifiers
ImVector<ImFont*> ImGuiContext::FontStack
ImVector<ImGuiPopupRef> ImGuiContext::OpenPopupStack
ImVector<ImGuiPopupRef> ImGuiContext::CurrentPopupStack
ImVec2 ImGuiContext::SetNextWindowPosVal

Referenced by ImGuiContext().

ImVec2 ImGuiContext::SetNextWindowSizeVal

Referenced by ImGuiContext().

ImVec2 ImGuiContext::SetNextWindowContentSizeVal
bool ImGuiContext::SetNextWindowCollapsedVal

Referenced by ImGuiContext().

ImGuiCond ImGuiContext::SetNextWindowPosCond

Referenced by ImGuiContext().

ImGuiCond ImGuiContext::SetNextWindowSizeCond

Referenced by ImGuiContext().

ImGuiCond ImGuiContext::SetNextWindowContentSizeCond

Referenced by ImGuiContext().

ImGuiCond ImGuiContext::SetNextWindowCollapsedCond

Referenced by ImGuiContext().

ImRect ImGuiContext::SetNextWindowSizeConstraintRect

Referenced by ImGuiContext().

ImGuiSizeConstraintCallback ImGuiContext::SetNextWindowSizeConstraintCallback

Referenced by ImGuiContext().

void* ImGuiContext::SetNextWindowSizeConstraintCallbackUserData

Referenced by ImGuiContext().

bool ImGuiContext::SetNextWindowSizeConstraint

Referenced by ImGuiContext().

bool ImGuiContext::SetNextWindowFocus

Referenced by ImGuiContext().

bool ImGuiContext::SetNextTreeNodeOpenVal

Referenced by ImGuiContext().

ImGuiCond ImGuiContext::SetNextTreeNodeOpenCond

Referenced by ImGuiContext().

ImDrawData ImGuiContext::RenderDrawData
ImVector<ImDrawList*> ImGuiContext::RenderDrawLists[3]
float ImGuiContext::ModalWindowDarkeningRatio

Referenced by ImGuiContext().

ImDrawList ImGuiContext::OverlayDrawList

Referenced by ImGuiContext().

ImGuiMouseCursor ImGuiContext::MouseCursor

Referenced by ImGuiContext().

ImGuiMouseCursorData ImGuiContext::MouseCursorData[ImGuiMouseCursor_Count_]

Referenced by ImGuiContext().

ImGuiTextEditState ImGuiContext::InputTextState
ImFont ImGuiContext::InputTextPasswordFont
ImGuiID ImGuiContext::ScalarAsInputTextId

Referenced by ImGuiContext().

ImGuiColorEditFlags ImGuiContext::ColorEditOptions

Referenced by ImGuiContext().

ImVec4 ImGuiContext::ColorPickerRef
float ImGuiContext::DragCurrentValue

Referenced by ImGuiContext().

ImVec2 ImGuiContext::DragLastMouseDelta

Referenced by ImGuiContext().

float ImGuiContext::DragSpeedDefaultRatio

Referenced by ImGuiContext().

float ImGuiContext::DragSpeedScaleSlow

Referenced by ImGuiContext().

float ImGuiContext::DragSpeedScaleFast

Referenced by ImGuiContext().

ImVec2 ImGuiContext::ScrollbarClickDeltaToGrabCenter

Referenced by ImGuiContext().

int ImGuiContext::TooltipOverrideCount

Referenced by ImGuiContext().

ImVector<char> ImGuiContext::PrivateClipboard
ImVec2 ImGuiContext::OsImePosRequest

Referenced by ImGuiContext().

ImVec2 ImGuiContext::OsImePosSet

Referenced by ImGuiContext().

bool ImGuiContext::LogEnabled

Referenced by ImGuiContext().

FILE* ImGuiContext::LogFile

Referenced by ImGuiContext().

ImGuiTextBuffer* ImGuiContext::LogClipboard

Referenced by ImGuiContext().

int ImGuiContext::LogStartDepth

Referenced by ImGuiContext().

int ImGuiContext::LogAutoExpandMaxDepth

Referenced by ImGuiContext().

float ImGuiContext::FramerateSecPerFrame[120]

Referenced by ImGuiContext().

int ImGuiContext::FramerateSecPerFrameIdx

Referenced by ImGuiContext().

float ImGuiContext::FramerateSecPerFrameAccum

Referenced by ImGuiContext().

int ImGuiContext::CaptureMouseNextFrame

Referenced by ImGuiContext().

int ImGuiContext::CaptureKeyboardNextFrame

Referenced by ImGuiContext().

char ImGuiContext::TempBuffer[1024 *3+1]

Referenced by ImGuiContext().


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


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)