struct ImGuiTableTempData

Overview

#include <imgui_internal.h>

struct ImGuiTableTempData
{
    // fields

    ImGuiID WindowID;
    int TableIndex;
    float LastTimeActive;
    float AngledHeadersExtraWidth;
    ImVector<ImGuiTableHeaderData> AngledHeadersRequests;
    ImVec2 UserOuterSize;
    ImDrawListSplitter DrawSplitter;
    ImRect HostBackupWorkRect;
    ImRect HostBackupParentWorkRect;
    ImVec2 HostBackupPrevLineSize;
    ImVec2 HostBackupCurrLineSize;
    ImVec2 HostBackupCursorMaxPos;
    ImVec1 HostBackupColumnsOffset;
    float HostBackupItemWidth;
    int HostBackupItemWidthStackSize;
};