3DCoatScripting  4.8.31β
С помощью скриптинга можно управлять возможностями Коута и расширять его функционал.
Класс coat::scripto::Safety

Class for stability works the complex classes. Подробнее...

Открытые типы

typedef std::string who_t
 

Открытые члены

const About & about () const
 
bool hasErrors () const
 
bool hasWarnings () const
 
std::string errors ()
 Returns errors and (!) clears it.
 
SafetypushError (const who_t &, const std::string &)
 
std::string warnings ()
 Returns warnings and (!) clears it.
 
SafetypushWarning (const who_t &, const std::string &)
 
Safetyoperator() ()
 Stops the script when errors or warnings are presents. Подробнее...
 

Открытые статические члены

static Safetyinstance ()
 

Защищенные члены

void clearErrors ()
 
void clearWarnings ()
 

Защищенные статические члены

static std::string now ()
 

Подробное описание

Class for stability works the complex classes.

Accumulates warnings and errors.

См. также
UI

Методы

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

Stops the script when errors or warnings are presents.

Drops errors and warnings to DebugLog.