PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
ImGuiPayload Struct Reference

Detailed Description

Definition at line 2134 of file imgui.h.

#include <imgui.h>

Public Member Functions

 ImGuiPayload ()
 
void Clear ()
 
bool IsDataType (const char *type) const
 
bool IsPreview () const
 
bool IsDelivery () const
 

Public Attributes

void * Data
 
int DataSize
 
ImGuiID SourceId
 
ImGuiID SourceParentId
 
int DataFrameCount
 
char DataType [32+1]
 
bool Preview
 
bool Delivery
 

Constructor & Destructor Documentation

◆ ImGuiPayload()

ImGuiPayload::ImGuiPayload ( )
inline

Definition at line 2148 of file imgui.h.

Member Function Documentation

◆ Clear()

void ImGuiPayload::Clear ( )
inline

Definition at line 2149 of file imgui.h.

◆ IsDataType()

bool ImGuiPayload::IsDataType ( const char * type) const
inline

Definition at line 2150 of file imgui.h.

◆ IsDelivery()

bool ImGuiPayload::IsDelivery ( ) const
inline

Definition at line 2152 of file imgui.h.

◆ IsPreview()

bool ImGuiPayload::IsPreview ( ) const
inline

Definition at line 2151 of file imgui.h.

Member Data Documentation

◆ Data

void* ImGuiPayload::Data

Definition at line 2137 of file imgui.h.

◆ DataFrameCount

int ImGuiPayload::DataFrameCount

Definition at line 2143 of file imgui.h.

◆ DataSize

int ImGuiPayload::DataSize

Definition at line 2138 of file imgui.h.

◆ DataType

char ImGuiPayload::DataType[32+1]

Definition at line 2144 of file imgui.h.

◆ Delivery

bool ImGuiPayload::Delivery

Definition at line 2146 of file imgui.h.

◆ Preview

bool ImGuiPayload::Preview

Definition at line 2145 of file imgui.h.

◆ SourceId

ImGuiID ImGuiPayload::SourceId

Definition at line 2141 of file imgui.h.

◆ SourceParentId

ImGuiID ImGuiPayload::SourceParentId

Definition at line 2142 of file imgui.h.


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