TuttleOFX
1
|
#include <color.hpp>
Public Member Functions | |
~Color () | |
void | disable () |
void | enable () |
Static Public Member Functions | |
static boost::shared_ptr< Color > | get () |
Data Fields | |
std::string | _blue |
std::string | _green |
std::string | _yellow |
std::string | _red |
std::string | _folder |
std::string | _file |
std::string | _std |
std::string | _error |
Static Public Attributes | |
static boost::shared_ptr< Color > | color |
Private Member Functions | |
Color () |
void tuttle::common::Color::disable | ( | ) | [inline] |
void tuttle::common::Color::enable | ( | ) | [inline] |
Definition at line 83 of file color.hpp.
References _blue, _error, _file, _folder, _green, _red, _std, _yellow, tuttle::common::details::kColorBlue(), sequenceParser::kColorError, sequenceParser::kColorFile, sequenceParser::kColorFolder, tuttle::common::details::kColorGreen(), tuttle::common::details::kColorRed(), sequenceParser::kColorStd, and tuttle::common::details::kColorYellow().
boost::shared_ptr< Color > tuttle::common::Color::get | ( | ) | [static] |
Definition at line 6 of file color.cpp.
References color.
Referenced by sam::coutClipsWithDetails(), sam::coutParameterWithDetails(), sam::coutProperties(), sam::samdo::Dummy::displayExpertHelp(), sam::samdo::Dummy::displayHelp(), displayHelp(), displayNodeHelp(), getPluginProperties(), OFX::Private::interactMainEntry(), main(), OFX::Private::mainEntryStr(), printProperties(), tuttle::host::graph::ProcessGraph::processAtTime(), tuttle::host::ImageEffectNode::progressStart(), removeFiles(), removeSequence(), sammvcp(), and tuttle::host::ComputeOptions::setColorEnable().
std::string tuttle::common::Color::_blue |
std::string tuttle::common::Color::_error |
std::string tuttle::common::Color::_file |
std::string tuttle::common::Color::_folder |
std::string tuttle::common::Color::_green |
std::string tuttle::common::Color::_red |
std::string tuttle::common::Color::_std |
std::string tuttle::common::Color::_yellow |
boost::shared_ptr< Color > tuttle::common::Color::color [static] |