HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_ErrorManager Class Reference

#include <GLTF_ErrorManager.h>

Public Member Functions

void addError (const UT_StringHolder &error)
 
void addWarning (const UT_StringHolder &warning)
 
template<typename... Args>
void addErrorFormat (const UT_StringHolder &error, Args...fmt)
 
template<typename... Args>
void addWarningFormat (const UT_StringHolder &warning, Args...fmt)
 
bool hasErrors () const
 
bool hasWarnings () const
 
void reset ()
 
void appendAllErrors (UT_StringArray &errors) const
 
void appendAllWarnings (UT_StringArray &warnings) const
 
void appendAllErrors (UT_WorkBuffer &errors) const
 
void appendAllWarnings (UT_WorkBuffer &warnings) const
 

Detailed Description

Definition at line 12 of file GLTF_ErrorManager.h.

Member Function Documentation

void GLTF_ErrorManager::addError ( const UT_StringHolder &  error)
template<typename... Args>
void GLTF_ErrorManager::addErrorFormat ( const UT_StringHolder &  error,
Args...  fmt 
)
inline

Definition at line 19 of file GLTF_ErrorManager.h.

void GLTF_ErrorManager::addWarning ( const UT_StringHolder &  warning)
template<typename... Args>
void GLTF_ErrorManager::addWarningFormat ( const UT_StringHolder &  warning,
Args...  fmt 
)
inline

Definition at line 27 of file GLTF_ErrorManager.h.

void GLTF_ErrorManager::appendAllErrors ( UT_StringArray &  errors) const
void GLTF_ErrorManager::appendAllErrors ( UT_WorkBuffer &  errors) const
void GLTF_ErrorManager::appendAllWarnings ( UT_StringArray &  warnings) const
void GLTF_ErrorManager::appendAllWarnings ( UT_WorkBuffer &  warnings) const
bool GLTF_ErrorManager::hasErrors ( ) const
inline

Definition at line 34 of file GLTF_ErrorManager.h.

bool GLTF_ErrorManager::hasWarnings ( ) const
inline

Definition at line 35 of file GLTF_ErrorManager.h.

void GLTF_ErrorManager::reset ( )

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