|
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(), tuttle::common::details::kColorError(), tuttle::common::details::kColorFile(), tuttle::common::details::kColorFolder(), tuttle::common::details::kColorGreen(), tuttle::common::details::kColorRed(), tuttle::common::details::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 tuttle::host::ImageEffectNode::progressStart(), 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] |