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

#include <src/imgui/imgui_internal.h>

+ Collaboration diagram for ImGuiPopupData:

Public Member Functions

 ImGuiPopupData ()
 

Public Attributes

ImGuiID PopupId
 
ImGuiWindowWindow
 
ImGuiWindowSourceWindow
 
int OpenFrameCount
 
ImGuiID OpenParentId
 
ImVec2 OpenPopupPos
 
ImVec2 OpenMousePos
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiPopupData()

ImGuiPopupData::ImGuiPopupData ( )
inline
1062{ memset(this, 0, sizeof(*this)); OpenFrameCount = -1; }
int OpenFrameCount
Definition imgui_internal.h:1057

References OpenFrameCount.

Member Data Documentation

◆ OpenFrameCount

int ImGuiPopupData::OpenFrameCount

◆ OpenMousePos

ImVec2 ImGuiPopupData::OpenMousePos

Referenced by ImGui::OpenPopupEx().

◆ OpenParentId

ImGuiID ImGuiPopupData::OpenParentId

Referenced by ImGui::OpenPopupEx().

◆ OpenPopupPos

ImVec2 ImGuiPopupData::OpenPopupPos

Referenced by ImGui::Begin(), and ImGui::OpenPopupEx().

◆ PopupId

ImGuiID ImGuiPopupData::PopupId

Referenced by ImGui::Begin(), and ImGui::OpenPopupEx().

◆ SourceWindow

ImGuiWindow* ImGuiPopupData::SourceWindow

Referenced by ImGui::OpenPopupEx().

◆ Window


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