ImGuiDockNode

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Variables

CentralNode
ImGuiDockNode* CentralNode;
Undocumented in source.
ChildNodes
ImGuiDockNode*[2] ChildNodes;
Undocumented in source.
HostWindow
ImGuiWindow* HostWindow;
Undocumented in source.
ID
uint ID;
Undocumented in source.
LastFocusedNodeId
uint LastFocusedNodeId;
Undocumented in source.
LastFrameActive
int LastFrameActive;
Undocumented in source.
LastFrameAlive
int LastFrameAlive;
Undocumented in source.
LastFrameFocused
int LastFrameFocused;
Undocumented in source.
LocalFlags
int LocalFlags;
Undocumented in source.
LocalFlagsInWindows
int LocalFlagsInWindows;
Undocumented in source.
MergedFlags
int MergedFlags;
Undocumented in source.
OnlyNodeWithWindows
ImGuiDockNode* OnlyNodeWithWindows;
Undocumented in source.
ParentNode
ImGuiDockNode* ParentNode;
Undocumented in source.
Pos
ImVec2 Pos;
Undocumented in source.
SelectedTabId
uint SelectedTabId;
Undocumented in source.
SharedFlags
int SharedFlags;
Undocumented in source.
Size
ImVec2 Size;
Undocumented in source.
SizeRef
ImVec2 SizeRef;
Undocumented in source.
SplitAxis
ImGuiAxis SplitAxis;
Undocumented in source.
State
ImGuiDockNodeState State;
Undocumented in source.
TabBar
ImGuiTabBar* TabBar;
Undocumented in source.
VisibleWindow
ImGuiWindow* VisibleWindow;
Undocumented in source.
WantCloseTabId
uint WantCloseTabId;
Undocumented in source.
WindowClass
ImGuiWindowClass WindowClass;
Undocumented in source.
Windows
ImVector_ImGuiWindowPtr Windows;
Undocumented in source.

Meta