Public Member Functions | Public Attributes | List of all members
ImGuiPayload Struct Reference

#include <imgui.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 1450 of file imgui.h.

Constructor & Destructor Documentation

◆ ImGuiPayload()

ImGuiPayload::ImGuiPayload ( )
inline

Definition at line 1464 of file imgui.h.

Member Function Documentation

◆ Clear()

void ImGuiPayload::Clear ( )
inline

Definition at line 1465 of file imgui.h.

◆ IsDataType()

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

Definition at line 1466 of file imgui.h.

◆ IsDelivery()

bool ImGuiPayload::IsDelivery ( ) const
inline

Definition at line 1468 of file imgui.h.

◆ IsPreview()

bool ImGuiPayload::IsPreview ( ) const
inline

Definition at line 1467 of file imgui.h.

Member Data Documentation

◆ Data

void* ImGuiPayload::Data

Definition at line 1453 of file imgui.h.

◆ DataFrameCount

int ImGuiPayload::DataFrameCount

Definition at line 1459 of file imgui.h.

◆ DataSize

int ImGuiPayload::DataSize

Definition at line 1454 of file imgui.h.

◆ DataType

char ImGuiPayload::DataType[32+1]

Definition at line 1460 of file imgui.h.

◆ Delivery

bool ImGuiPayload::Delivery

Definition at line 1462 of file imgui.h.

◆ Preview

bool ImGuiPayload::Preview

Definition at line 1461 of file imgui.h.

◆ SourceId

ImGuiID ImGuiPayload::SourceId

Definition at line 1457 of file imgui.h.

◆ SourceParentId

ImGuiID ImGuiPayload::SourceParentId

Definition at line 1458 of file imgui.h.


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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:23