Public Member Functions | |
| Gradient () | |
| constructor | |
| bool | hasGradient () const |
| returns true if the gradient is defined | |
Public Attributes | |
| MWAWGraphicStyle::GradientType | m_type |
| the gradient type | |
| std::vector < MWAWGraphicStyle::GradientStop > | m_stopList |
| the list of gradient limits | |
| float | m_angle |
| the gradient angle | |
| MWAWVec2f | m_percentCenter |
| the gradient center | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Gradient const &grad) |
| a print operator | |
| MacDrawProStyleManagerInternal::Gradient::Gradient | ( | ) | [inline] |
constructor
| bool MacDrawProStyleManagerInternal::Gradient::hasGradient | ( | ) | const [inline] |
returns true if the gradient is defined
Referenced by MacDrawProStyleManagerInternal::operator<<().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Gradient const & | grad | ||
| ) | [friend] |
a print operator
the gradient angle
Referenced by MacDrawProStyleManagerInternal::operator<<(), MacDrawProStyleManager::readGradientMap(), and MacDrawProStyleManager::updateGradient().
extra data
Referenced by MacDrawProStyleManagerInternal::operator<<(), and MacDrawProStyleManager::readGradientMap().
the gradient center
Referenced by MacDrawProStyleManagerInternal::operator<<(), MacDrawProStyleManager::readGradientMap(), and MacDrawProStyleManager::updateGradient().
the list of gradient limits
Referenced by hasGradient(), MacDrawProStyleManagerInternal::operator<<(), MacDrawProStyleManager::readGradientMap(), and MacDrawProStyleManager::updateGradient().
the gradient type
Referenced by hasGradient(), MacDrawProStyleManagerInternal::operator<<(), MacDrawProStyleManager::readGradientMap(), and MacDrawProStyleManager::updateGradient().