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 16677 of file imgui.cc.
References DockPayload, DockSplitDir, DockSplitOuter, DockSplitRatio, DockTargetNode, DockTargetWindow, ImGuiDockRequestType_None, Type, UndockTargetNode, and UndockTargetWindow.
ImGuiWindow* ImGuiDockRequest::DockPayload |
Definition at line 16670 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiDir ImGuiDockRequest::DockSplitDir |
Definition at line 16671 of file imgui.cc.
Referenced by ImGuiDockRequest().
bool ImGuiDockRequest::DockSplitOuter |
Definition at line 16673 of file imgui.cc.
Referenced by ImGuiDockRequest().
float ImGuiDockRequest::DockSplitRatio |
Definition at line 16672 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiDockNode* ImGuiDockRequest::DockTargetNode |
Definition at line 16669 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiWindow* ImGuiDockRequest::DockTargetWindow |
Definition at line 16668 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiDockRequestType ImGuiDockRequest::Type |
Definition at line 16667 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiDockNode* ImGuiDockRequest::UndockTargetNode |
Definition at line 16675 of file imgui.cc.
Referenced by ImGuiDockRequest().
ImGuiWindow* ImGuiDockRequest::UndockTargetWindow |
Definition at line 16674 of file imgui.cc.
Referenced by ImGuiDockRequest().