VR-Vantage 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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

voidData
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 ( void  )
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:


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)