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

#include <src/imgui/imgui_internal.h>

+ Collaboration diagram for ImGuiContextHook:

Public Member Functions

 ImGuiContextHook ()
 

Public Attributes

ImGuiID HookId
 
ImGuiContextHookType Type
 
ImGuiID Owner
 
ImGuiContextHookCallback Callback
 
voidUserData
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiContextHook()

ImGuiContextHook::ImGuiContextHook ( )
inline
1343{ memset(this, 0, sizeof(*this)); }

Member Data Documentation

◆ Callback

ImGuiContextHookCallback ImGuiContextHook::Callback

Referenced by ImGui::AddContextHook().

◆ HookId

ImGuiID ImGuiContextHook::HookId

Referenced by ImGui::AddContextHook().

◆ Owner

ImGuiID ImGuiContextHook::Owner

◆ Type

ImGuiContextHookType ImGuiContextHook::Type

Referenced by ImGui::AddContextHook().

◆ UserData

void* ImGuiContextHook::UserData

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