ImGuiTable

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct ImGuiTable {}

Members

Variables

AutoFitSingleColumn
ImGuiTableColumnIdx AutoFitSingleColumn;
Undocumented in source.
Bg0ClipRectForDrawCmd
ImRect Bg0ClipRectForDrawCmd;
Undocumented in source.
Bg2ClipRectForDrawCmd
ImRect Bg2ClipRectForDrawCmd;
Undocumented in source.
Bg2DrawChannelCurrent
ImGuiTableDrawChannelIdx Bg2DrawChannelCurrent;
Undocumented in source.
Bg2DrawChannelUnfrozen
ImGuiTableDrawChannelIdx Bg2DrawChannelUnfrozen;
Undocumented in source.
BgClipRect
ImRect BgClipRect;
Undocumented in source.
BorderColorLight
ImU32 BorderColorLight;
Undocumented in source.
BorderColorStrong
ImU32 BorderColorStrong;
Undocumented in source.
BorderX1
float BorderX1;
Undocumented in source.
BorderX2
float BorderX2;
Undocumented in source.
CellPaddingX
float CellPaddingX;
Undocumented in source.
CellPaddingY
float CellPaddingY;
Undocumented in source.
CellSpacingX1
float CellSpacingX1;
Undocumented in source.
CellSpacingX2
float CellSpacingX2;
Undocumented in source.
Columns
ImSpan!(ImGuiTableColumn) Columns;
Undocumented in source.
ColumnsAutoFitWidth
float ColumnsAutoFitWidth;
Undocumented in source.
ColumnsCount
int ColumnsCount;
Undocumented in source.
ColumnsEnabledCount
ImGuiTableColumnIdx ColumnsEnabledCount;
Undocumented in source.
ColumnsEnabledFixedCount
ImGuiTableColumnIdx ColumnsEnabledFixedCount;
Undocumented in source.
ColumnsGivenWidth
float ColumnsGivenWidth;
Undocumented in source.
ColumnsNames
ImGuiTextBuffer ColumnsNames;
Undocumented in source.
ContextPopupColumn
ImGuiTableColumnIdx ContextPopupColumn;
Undocumented in source.
CurrentColumn
int CurrentColumn;
Undocumented in source.
CurrentRow
int CurrentRow;
Undocumented in source.
DeclColumnsCount
ImGuiTableColumnIdx DeclColumnsCount;
Undocumented in source.
DisplayOrderToIndex
ImSpan!(ImGuiTableColumnIdx) DisplayOrderToIndex;
Undocumented in source.
DrawSplitter
ImDrawListSplitter* DrawSplitter;
Undocumented in source.
DummyDrawChannel
ImGuiTableDrawChannelIdx DummyDrawChannel;
Undocumented in source.
EnabledMaskByDisplayOrder
ImU64 EnabledMaskByDisplayOrder;
Undocumented in source.
EnabledMaskByIndex
ImU64 EnabledMaskByIndex;
Undocumented in source.
Flags
ImGuiTableFlags Flags;
Undocumented in source.
FreezeColumnsCount
ImGuiTableColumnIdx FreezeColumnsCount;
Undocumented in source.
FreezeColumnsRequest
ImGuiTableColumnIdx FreezeColumnsRequest;
Undocumented in source.
FreezeRowsCount
ImGuiTableColumnIdx FreezeRowsCount;
Undocumented in source.
FreezeRowsRequest
ImGuiTableColumnIdx FreezeRowsRequest;
Undocumented in source.
HeldHeaderColumn
ImGuiTableColumnIdx HeldHeaderColumn;
Undocumented in source.
HostBackupInnerClipRect
ImRect HostBackupInnerClipRect;
Undocumented in source.
HostClipRect
ImRect HostClipRect;
Undocumented in source.
HostIndentX
float HostIndentX;
Undocumented in source.
HostSkipItems
bool HostSkipItems;
Undocumented in source.
HoveredColumnBody
ImGuiTableColumnIdx HoveredColumnBody;
Undocumented in source.
HoveredColumnBorder
ImGuiTableColumnIdx HoveredColumnBorder;
Undocumented in source.
ID
ImGuiID ID;
Undocumented in source.
InnerClipRect
ImRect InnerClipRect;
Undocumented in source.
InnerRect
ImRect InnerRect;
Undocumented in source.
InnerWidth
float InnerWidth;
Undocumented in source.
InnerWindow
ImGuiWindow* InnerWindow;
Undocumented in source.
InstanceCurrent
ImS16 InstanceCurrent;
Undocumented in source.
InstanceInteracted
ImS16 InstanceInteracted;
Undocumented in source.
IsContextPopupOpen
bool IsContextPopupOpen;
Undocumented in source.
IsDefaultDisplayOrder
bool IsDefaultDisplayOrder;
Undocumented in source.
IsDefaultSizingPolicy
bool IsDefaultSizingPolicy;
Undocumented in source.
IsInitializing
bool IsInitializing;
Undocumented in source.
IsInsideRow
bool IsInsideRow;
Undocumented in source.
IsLayoutLocked
bool IsLayoutLocked;
Undocumented in source.
IsResetAllRequest
bool IsResetAllRequest;
Undocumented in source.
IsResetDisplayOrderRequest
bool IsResetDisplayOrderRequest;
Undocumented in source.
IsSettingsDirty
bool IsSettingsDirty;
Undocumented in source.
IsSettingsRequestLoad
bool IsSettingsRequestLoad;
Undocumented in source.
IsSortSpecsDirty
bool IsSortSpecsDirty;
Undocumented in source.
IsUnfrozenRows
bool IsUnfrozenRows;
Undocumented in source.
IsUsingHeaders
bool IsUsingHeaders;
Undocumented in source.
LastFirstRowHeight
float LastFirstRowHeight;
Undocumented in source.
LastFrameActive
int LastFrameActive;
Undocumented in source.
LastOuterHeight
float LastOuterHeight;
Undocumented in source.
LastResizedColumn
ImGuiTableColumnIdx LastResizedColumn;
Undocumented in source.
LastRowFlags
ImGuiTableRowFlags LastRowFlags;
Undocumented in source.
LeftMostEnabledColumn
ImGuiTableColumnIdx LeftMostEnabledColumn;
Undocumented in source.
LeftMostStretchedColumn
ImGuiTableColumnIdx LeftMostStretchedColumn;
Undocumented in source.
MemoryCompacted
bool MemoryCompacted;
Undocumented in source.
MinColumnWidth
float MinColumnWidth;
Undocumented in source.
OuterPaddingX
float OuterPaddingX;
Undocumented in source.
OuterRect
ImRect OuterRect;
Undocumented in source.
OuterWindow
ImGuiWindow* OuterWindow;
Undocumented in source.
RawData
void* RawData;
Undocumented in source.
RefScale
float RefScale;
Undocumented in source.
ReorderColumn
ImGuiTableColumnIdx ReorderColumn;
Undocumented in source.
ReorderColumnDir
ImGuiTableColumnIdx ReorderColumnDir;
Undocumented in source.
RequestOutputMaskByIndex
ImU64 RequestOutputMaskByIndex;
Undocumented in source.
ResizeLockMinContentsX2
float ResizeLockMinContentsX2;
Undocumented in source.
ResizedColumn
ImGuiTableColumnIdx ResizedColumn;
Undocumented in source.
ResizedColumnNextWidth
float ResizedColumnNextWidth;
Undocumented in source.
RightMostEnabledColumn
ImGuiTableColumnIdx RightMostEnabledColumn;
Undocumented in source.
RightMostStretchedColumn
ImGuiTableColumnIdx RightMostStretchedColumn;
Undocumented in source.
RowBgColor
ImU32[2] RowBgColor;
Undocumented in source.
RowBgColorCounter
int RowBgColorCounter;
Undocumented in source.
RowCellData
ImSpan!(ImGuiTableCellData) RowCellData;
Undocumented in source.
RowCellDataCurrent
ImGuiTableColumnIdx RowCellDataCurrent;
Undocumented in source.
RowFlags
ImGuiTableRowFlags RowFlags;
Undocumented in source.
RowIndentOffsetX
float RowIndentOffsetX;
Undocumented in source.
RowMinHeight
float RowMinHeight;
Undocumented in source.
RowPosY1
float RowPosY1;
Undocumented in source.
RowPosY2
float RowPosY2;
Undocumented in source.
RowTextBaseline
float RowTextBaseline;
Undocumented in source.
SettingsLoadedFlags
ImGuiTableFlags SettingsLoadedFlags;
Undocumented in source.
SettingsOffset
int SettingsOffset;
Undocumented in source.
SortSpecs
ImGuiTableSortSpecs SortSpecs;
Undocumented in source.
SortSpecsCount
ImGuiTableColumnIdx SortSpecsCount;
Undocumented in source.
SortSpecsMulti
ImVector!(ImGuiTableColumnSortSpecs) SortSpecsMulti;
Undocumented in source.
SortSpecsSingle
ImGuiTableColumnSortSpecs SortSpecsSingle;
Undocumented in source.
TempData
ImGuiTableTempData* TempData;
Undocumented in source.
VisibleMaskByIndex
ImU64 VisibleMaskByIndex;
Undocumented in source.
WorkRect
ImRect WorkRect;
Undocumented in source.

Meta