HDK
|
#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_WorkBuffer &errors) const |
void | appendAllWarnings (UT_WorkBuffer &warnings) const |
Definition at line 10 of file GLTF_ErrorManager.h.
void GLTF_ErrorManager::addError | ( | const UT_StringHolder & | error | ) |
|
inline |
Definition at line 17 of file GLTF_ErrorManager.h.
void GLTF_ErrorManager::addWarning | ( | const UT_StringHolder & | warning | ) |
|
inline |
Definition at line 25 of file GLTF_ErrorManager.h.
void GLTF_ErrorManager::appendAllErrors | ( | UT_WorkBuffer & | errors | ) | const |
void GLTF_ErrorManager::appendAllWarnings | ( | UT_WorkBuffer & | warnings | ) | const |
|
inline |
Definition at line 32 of file GLTF_ErrorManager.h.
|
inline |
Definition at line 33 of file GLTF_ErrorManager.h.
void GLTF_ErrorManager::reset | ( | ) |