VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ImGuiPayload Struct Reference

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 ( )
inline

References Clear().

Member Function Documentation

void ImGuiPayload::Clear ( )
inline
bool ImGuiPayload::IsDataType ( const char type) const
inline

References DataFrameCount, and DataType.

bool ImGuiPayload::IsPreview ( ) const
inline

References Preview.

bool ImGuiPayload::IsDelivery ( ) const
inline

References Delivery.

Member Data Documentation

void* ImGuiPayload::Data

Referenced by Clear().

int ImGuiPayload::DataSize

Referenced by Clear().

ImGuiID ImGuiPayload::SourceId

Referenced by Clear().

ImGuiID ImGuiPayload::SourceParentId

Referenced by Clear().

int ImGuiPayload::DataFrameCount

Referenced by Clear(), and IsDataType().

char ImGuiPayload::DataType[32+1]

Referenced by Clear(), and IsDataType().

bool ImGuiPayload::Preview

Referenced by Clear(), and IsPreview().

bool ImGuiPayload::Delivery

Referenced by Clear(), and IsDelivery().


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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)