#include <imgui_internal.h>
Public Member Functions | |
| int | GetTabOrder (const ImGuiTabItem *tab) const |
| ImGuiTabBar () | |
Public Attributes | |
| ImRect | BarRect |
| float | ContentsHeight |
| int | CurrFrameVisible |
| ImGuiTabBarFlags | Flags |
| ImGuiID | ID |
| short | LastTabItemIdx |
| ImGuiID | NextSelectedTabId |
| float | OffsetMax |
| float | OffsetNextTab |
| int | PrevFrameVisible |
| int | ReorderRequestDir |
| ImGuiID | ReorderRequestTabId |
| float | ScrollingAnim |
| float | ScrollingTarget |
| ImGuiID | SelectedTabId |
| ImVector< ImGuiTabItem > | Tabs |
| ImGuiID | VisibleTabId |
| bool | VisibleTabWasSubmitted |
| bool | WantLayout |
Definition at line 1220 of file imgui_internal.h.
| ImGuiTabBar::ImGuiTabBar | ( | ) |
Definition at line 5795 of file imgui_widgets.cpp.
|
inline |
Definition at line 1243 of file imgui_internal.h.
| ImRect ImGuiTabBar::BarRect |
Definition at line 1229 of file imgui_internal.h.
| float ImGuiTabBar::ContentsHeight |
Definition at line 1230 of file imgui_internal.h.
| int ImGuiTabBar::CurrFrameVisible |
Definition at line 1227 of file imgui_internal.h.
| ImGuiTabBarFlags ImGuiTabBar::Flags |
Definition at line 1235 of file imgui_internal.h.
| ImGuiID ImGuiTabBar::ID |
Definition at line 1223 of file imgui_internal.h.
| short ImGuiTabBar::LastTabItemIdx |
Definition at line 1240 of file imgui_internal.h.
| ImGuiID ImGuiTabBar::NextSelectedTabId |
Definition at line 1225 of file imgui_internal.h.
| float ImGuiTabBar::OffsetMax |
Definition at line 1231 of file imgui_internal.h.
| float ImGuiTabBar::OffsetNextTab |
Definition at line 1232 of file imgui_internal.h.
| int ImGuiTabBar::PrevFrameVisible |
Definition at line 1228 of file imgui_internal.h.
| int ImGuiTabBar::ReorderRequestDir |
Definition at line 1237 of file imgui_internal.h.
| ImGuiID ImGuiTabBar::ReorderRequestTabId |
Definition at line 1236 of file imgui_internal.h.
| float ImGuiTabBar::ScrollingAnim |
Definition at line 1233 of file imgui_internal.h.
| float ImGuiTabBar::ScrollingTarget |
Definition at line 1234 of file imgui_internal.h.
| ImGuiID ImGuiTabBar::SelectedTabId |
Definition at line 1224 of file imgui_internal.h.
| ImVector<ImGuiTabItem> ImGuiTabBar::Tabs |
Definition at line 1222 of file imgui_internal.h.
| ImGuiID ImGuiTabBar::VisibleTabId |
Definition at line 1226 of file imgui_internal.h.
| bool ImGuiTabBar::VisibleTabWasSubmitted |
Definition at line 1239 of file imgui_internal.h.
| bool ImGuiTabBar::WantLayout |
Definition at line 1238 of file imgui_internal.h.