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

#include <src/imgui/imgui_internal.h>

+ Collaboration diagram for ImGuiLastItemDataBackup:

Public Member Functions

 ImGuiLastItemDataBackup ()
 
void Backup ()
 
void Restore () const
 

Public Attributes

ImGuiID LastItemId
 
ImGuiItemStatusFlags LastItemStatusFlags
 
ImRect LastItemRect
 
ImRect LastItemDisplayRect
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiLastItemDataBackup()

ImGuiLastItemDataBackup::ImGuiLastItemDataBackup ( )
inline
1927{ Backup(); }
void Backup()
Definition imgui_internal.h:1928

References Backup().

+ Here is the call graph for this function:

Member Function Documentation

◆ Backup()

void ImGuiLastItemDataBackup::Backup ( )
inline
ImGuiItemStatusFlags LastItemStatusFlags
Definition imgui_internal.h:1769
ImRect LastItemDisplayRect
Definition imgui_internal.h:1771
IMGUI_API ImGuiContext * GImGui
Definition imgui.cpp:960
ImGuiID LastItemId
Definition imgui_internal.h:1768
ImRect LastItemRect
Definition imgui_internal.h:1770
ImGuiWindow * CurrentWindow
Definition imgui_internal.h:1380
ImGuiID LastItemId
Definition imgui_internal.h:1922
ImRect LastItemRect
Definition imgui_internal.h:1924
ImRect LastItemDisplayRect
Definition imgui_internal.h:1925
ImGuiItemStatusFlags LastItemStatusFlags
Definition imgui_internal.h:1923
Definition imgui_internal.h:1807
ImGuiWindowTempData DC
Definition imgui_internal.h:1861

References ImGuiContext::CurrentWindow, ImGuiWindow::DC, GImGui, ImGuiWindowTempData::LastItemDisplayRect, LastItemDisplayRect, ImGuiWindowTempData::LastItemId, LastItemId, ImGuiWindowTempData::LastItemRect, LastItemRect, ImGuiWindowTempData::LastItemStatusFlags, and LastItemStatusFlags.

Referenced by ImGuiLastItemDataBackup().

+ Here is the caller graph for this function:

◆ Restore()

void ImGuiLastItemDataBackup::Restore ( ) const
inline

Member Data Documentation

◆ LastItemDisplayRect

ImRect ImGuiLastItemDataBackup::LastItemDisplayRect

Referenced by Backup(), and Restore().

◆ LastItemId

ImGuiID ImGuiLastItemDataBackup::LastItemId

Referenced by Backup(), and Restore().

◆ LastItemRect

ImRect ImGuiLastItemDataBackup::LastItemRect

Referenced by Backup(), and Restore().

◆ LastItemStatusFlags

ImGuiItemStatusFlags ImGuiLastItemDataBackup::LastItemStatusFlags

Referenced by Backup(), and Restore().


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