3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
coat::scripto::Safety Class Reference

Class for stability works the complex classes. More...

#include <SSafety.h>

Public Member Functions

std::string errors ()
 Returns errors and (!) clears it. More...
 
std::string warnings ()
 Returns warnings and (!) clears it. More...
 
Safetyoperator() ()
 Stops the script when errors or warnings are presents. More...
 

Detailed Description

Class for stability works the complex classes.

Accumulates warnings and errors.

See Also
UI

Member Function Documentation

std::string coat::scripto::Safety::errors ( )
inline

Returns errors and (!) clears it.

Referenced by operator()().

Safety & coat::scripto::Safety::operator() ( )

Stops the script when errors or warnings are presents.

Drops errors and warnings to DebugLog.

References errors(), coat::scripto::Debug::instance(), coat::scripto::Debug::log(), and warnings().

std::string coat::scripto::Safety::warnings ( )
inline

Returns warnings and (!) clears it.

Referenced by operator()().


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