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