Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiPayload Struct Reference

#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
Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void ImGuiPayload::Clear ( )
inline
Here is the caller graph for this function:

◆ IsDataType()

bool ImGuiPayload::IsDataType ( const char * type) const
inline
Here is the caller graph for this function:

◆ IsDelivery()

bool ImGuiPayload::IsDelivery ( ) const
inline
Here is the caller graph for this function:

◆ IsPreview()

bool ImGuiPayload::IsPreview ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ Data

void* ImGuiPayload::Data

◆ DataFrameCount

int ImGuiPayload::DataFrameCount

◆ DataSize

int ImGuiPayload::DataSize

◆ DataType

char ImGuiPayload::DataType[32+1]

◆ Delivery

bool ImGuiPayload::Delivery

◆ Preview

bool ImGuiPayload::Preview

◆ SourceId

ImGuiID ImGuiPayload::SourceId

◆ SourceParentId

ImGuiID ImGuiPayload::SourceParentId

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