Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
ImGuiTabItem Struct Reference

#include <src/imgui/imgui_internal.h>

Public Member Functions

 ImGuiTabItem ()
 

Public Attributes

ImGuiID ID
 
ImGuiTabItemFlags Flags
 
int LastFrameVisible
 
int LastFrameSelected
 
float Offset
 
float Width
 
float ContentWidth
 
ImS16 NameOffset
 
ImS16 BeginOrder
 
ImS16 IndexDuringLayout
 
bool WantClose
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiTabItem()

ImGuiTabItem::ImGuiTabItem ( )
inline
1967{ memset(this, 0, sizeof(*this)); LastFrameVisible = LastFrameSelected = -1; NameOffset = BeginOrder = IndexDuringLayout = -1; }
ImS16 IndexDuringLayout
Definition imgui_internal.h:1964
ImS16 NameOffset
Definition imgui_internal.h:1962
int LastFrameVisible
Definition imgui_internal.h:1957
ImS16 BeginOrder
Definition imgui_internal.h:1963
int LastFrameSelected
Definition imgui_internal.h:1958

References BeginOrder, IndexDuringLayout, LastFrameSelected, LastFrameVisible, and NameOffset.

Member Data Documentation

◆ BeginOrder

ImS16 ImGuiTabItem::BeginOrder

Referenced by ImGuiTabItem(), and ImGui::TabItemEx().

◆ ContentWidth

float ImGuiTabItem::ContentWidth

◆ Flags

◆ ID

◆ IndexDuringLayout

ImS16 ImGuiTabItem::IndexDuringLayout

◆ LastFrameSelected

int ImGuiTabItem::LastFrameSelected

◆ LastFrameVisible

int ImGuiTabItem::LastFrameVisible

◆ NameOffset

◆ Offset

◆ WantClose

bool ImGuiTabItem::WantClose

◆ Width


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