openMSX
Public Member Functions | Public Attributes | List of all members
ImGuiDockRequest Struct Reference

Public Member Functions

 ImGuiDockRequest ()
 

Public Attributes

ImGuiDockRequestType Type
 
ImGuiWindow * DockTargetWindow
 
ImGuiDockNode * DockTargetNode
 
ImGuiWindow * DockPayload
 
ImGuiDir DockSplitDir
 
float DockSplitRatio
 
bool DockSplitOuter
 
ImGuiWindow * UndockTargetWindow
 
ImGuiDockNode * UndockTargetNode
 

Detailed Description

Definition at line 15588 of file imgui.cc.

Constructor & Destructor Documentation

◆ ImGuiDockRequest()

ImGuiDockRequest::ImGuiDockRequest ( )
inline

Member Data Documentation

◆ DockPayload

ImGuiWindow* ImGuiDockRequest::DockPayload

Definition at line 15593 of file imgui.cc.

Referenced by ImGuiDockRequest().

◆ DockSplitDir

ImGuiDir ImGuiDockRequest::DockSplitDir

Definition at line 15594 of file imgui.cc.

Referenced by ImGuiDockRequest().

◆ DockSplitOuter

bool ImGuiDockRequest::DockSplitOuter

Definition at line 15596 of file imgui.cc.

Referenced by ImGuiDockRequest().

◆ DockSplitRatio

float ImGuiDockRequest::DockSplitRatio

Definition at line 15595 of file imgui.cc.

Referenced by ImGuiDockRequest().

◆ DockTargetNode

ImGuiDockNode* ImGuiDockRequest::DockTargetNode

Definition at line 15592 of file imgui.cc.

Referenced by ImGuiDockRequest().

◆ DockTargetWindow

ImGuiWindow* ImGuiDockRequest::DockTargetWindow

Definition at line 15591 of file imgui.cc.

Referenced by ImGuiDockRequest().

◆ Type

ImGuiDockRequestType ImGuiDockRequest::Type

Definition at line 15590 of file imgui.cc.

Referenced by ImGuiDockRequest().

◆ UndockTargetNode

ImGuiDockNode* ImGuiDockRequest::UndockTargetNode

Definition at line 15598 of file imgui.cc.

Referenced by ImGuiDockRequest().

◆ UndockTargetWindow

ImGuiWindow* ImGuiDockRequest::UndockTargetWindow

Definition at line 15597 of file imgui.cc.

Referenced by ImGuiDockRequest().


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