Internal: the gradient of a ClarisWksStyleManager. More...
Public Member Functions | |
Gradient (int type=0, int nColor=0, int angle=0, float decal=0) | |
construtor | |
bool | ok () const |
check if the gradient is valid | |
bool | update (MWAWGraphicStyle &style) const |
update the style | |
Public Attributes | |
int | m_type |
the type | |
int | m_numColors |
the number of color | |
MWAWColor | m_colors [4] |
the color | |
int | m_angle |
the angle | |
float | m_decal |
the decal | |
MWAWBox2i | m_box |
the center bdbox | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Gradient const &gr) |
operator<< | |
Internal: the gradient of a ClarisWksStyleManager.
|
inlineexplicit |
construtor
|
inline |
check if the gradient is valid
Referenced by ClarisWksStyleManager::readGradientList().
bool ClarisWksStyleManagerInternal::Gradient::update | ( | MWAWGraphicStyle & | style | ) | const |
update the style
|
friend |
operator<<
int ClarisWksStyleManagerInternal::Gradient::m_angle |
the angle
Referenced by ClarisWksStyleManager::readGradientList().
MWAWBox2i ClarisWksStyleManagerInternal::Gradient::m_box |
the center bdbox
Referenced by ClarisWksStyleManager::readGradientList(), and ClarisWksStyleManagerInternal::State::setDefaultGradientList().
MWAWColor ClarisWksStyleManagerInternal::Gradient::m_colors[4] |
the color
Referenced by ClarisWksStyleManager::readGradientList(), and ClarisWksStyleManagerInternal::State::setDefaultGradientList().
float ClarisWksStyleManagerInternal::Gradient::m_decal |
the decal
Referenced by ClarisWksStyleManager::readGradientList().
int ClarisWksStyleManagerInternal::Gradient::m_numColors |
the number of color
Referenced by ClarisWksStyleManager::readGradientList().
int ClarisWksStyleManagerInternal::Gradient::m_type |
the type
Referenced by ClarisWksStyleManager::readGradientList().