openMSX
|
Public Member Functions | |
ImGuiDockRequest () | |
Public Attributes | |
ImGuiDockRequestType | Type |
ImGuiWindow * | DockTargetWindow |
ImGuiDockNode * | DockTargetNode |
ImGuiWindow * | DockPayload |
ImGuiDir | DockSplitDir |
float | DockSplitRatio |
bool | DockSplitOuter |
ImGuiWindow * | UndockTargetWindow |
ImGuiDockNode * | UndockTargetNode |
|
inline |
Definition at line 16661 of file imgui.cc.
References DockPayload, DockSplitDir, DockSplitOuter, DockSplitRatio, DockTargetNode, DockTargetWindow, ImGuiDockRequestType_None, Type, UndockTargetNode, and UndockTargetWindow.
ImGuiWindow* ImGuiDockRequest::DockPayload |
Definition at line 16654 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiDir ImGuiDockRequest::DockSplitDir |
Definition at line 16655 of file imgui.cc.
Referenced by ImGuiDockRequest().
bool ImGuiDockRequest::DockSplitOuter |
Definition at line 16657 of file imgui.cc.
Referenced by ImGuiDockRequest().
float ImGuiDockRequest::DockSplitRatio |
Definition at line 16656 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiDockNode* ImGuiDockRequest::DockTargetNode |
Definition at line 16653 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiWindow* ImGuiDockRequest::DockTargetWindow |
Definition at line 16652 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiDockRequestType ImGuiDockRequest::Type |
Definition at line 16651 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiDockNode* ImGuiDockRequest::UndockTargetNode |
Definition at line 16659 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiWindow* ImGuiDockRequest::UndockTargetWindow |
Definition at line 16658 of file imgui.cc.
Referenced by ImGuiDockRequest().