Public Member Functions | |
Gradient () | |
constructor | |
bool | hasGradient () const |
returns true if the gradient is defined | |
Public Attributes | |
MWAWGraphicStyle::Gradient::Type | m_type |
the gradient type | |
std::vector< MWAWGraphicStyle::Gradient::Stop > | 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 | |
|
inline |
constructor
|
inline |
returns true if the gradient is defined
|
friend |
a print operator
float MacDrawProStyleManagerInternal::Gradient::m_angle |
the gradient angle
Referenced by MacDrawProStyleManager::readGradientMap().
std::string MacDrawProStyleManagerInternal::Gradient::m_extra |
extra data
Referenced by MacDrawProStyleManager::readGradientMap().
MWAWVec2f MacDrawProStyleManagerInternal::Gradient::m_percentCenter |
the gradient center
Referenced by MacDrawProStyleManager::readGradientMap().
std::vector<MWAWGraphicStyle::Gradient::Stop> MacDrawProStyleManagerInternal::Gradient::m_stopList |
the list of gradient limits
Referenced by hasGradient(), and MacDrawProStyleManager::readGradientMap().
MWAWGraphicStyle::Gradient::Type MacDrawProStyleManagerInternal::Gradient::m_type |
the gradient type
Referenced by hasGradient(), and MacDrawProStyleManager::readGradientMap().