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

#include <src/imgui/imgui_internal.h>

Public Member Functions

 ImGuiPtrOrIndex (void *ptr)
 
 ImGuiPtrOrIndex (int index)
 

Public Attributes

voidPtr
 
int Index
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiPtrOrIndex() [1/2]

ImGuiPtrOrIndex::ImGuiPtrOrIndex ( void ptr)
inline
1145{ Ptr = ptr; Index = -1; }
int Index
Definition imgui_internal.h:1143
void * Ptr
Definition imgui_internal.h:1142

References Index, and Ptr.

◆ ImGuiPtrOrIndex() [2/2]

ImGuiPtrOrIndex::ImGuiPtrOrIndex ( int  index)
inline
1146{ Ptr = NULL; Index = index; }

References Index, and Ptr.

Member Data Documentation

◆ Index

int ImGuiPtrOrIndex::Index

◆ Ptr

void* ImGuiPtrOrIndex::Ptr

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