Internal: the color style of a Canvas5StyleManager. More...
Public Member Functions | |
ColorStyle () | |
constructor | |
Public Attributes | |
unsigned | m_type |
the type | |
int | m_nameId |
the name id | |
MWAWVariable< MWAWColor > | m_color |
the basic color | |
MWAWGraphicStyle::Gradient | m_gradient |
the gradient | |
MWAWGraphicStyle::Hatch | m_hatch |
the hatch | |
MWAWVec2i | m_textureDim |
the texture dimension | |
MWAWEmbeddedObject | m_texture |
the embedded objet (texture) | |
Friends | |
std::ostream & | operator<< (std::ostream &o, ColorStyle const &color) |
Internal: the color style of a Canvas5StyleManager.
|
inline |
constructor
|
friend |
MWAWVariable<MWAWColor> Canvas5StyleManagerInternal::ColorStyle::m_color |
the basic color
Referenced by Canvas5StyleManager::updateLineColor(), and Canvas5StyleManager::updateSurfaceColor().
MWAWGraphicStyle::Gradient Canvas5StyleManagerInternal::ColorStyle::m_gradient |
the gradient
Referenced by Canvas5StyleManager::updateLineColor(), and Canvas5StyleManager::updateSurfaceColor().
MWAWGraphicStyle::Hatch Canvas5StyleManagerInternal::ColorStyle::m_hatch |
the hatch
Referenced by Canvas5StyleManager::updateSurfaceColor().
int Canvas5StyleManagerInternal::ColorStyle::m_nameId |
the name id
MWAWEmbeddedObject Canvas5StyleManagerInternal::ColorStyle::m_texture |
the embedded objet (texture)
Referenced by Canvas5StyleManager::updateSurfaceColor().
MWAWVec2i Canvas5StyleManagerInternal::ColorStyle::m_textureDim |
the texture dimension
Referenced by Canvas5StyleManager::updateSurfaceColor().
unsigned Canvas5StyleManagerInternal::ColorStyle::m_type |
the type
Referenced by Canvas5StyleManager::updateLineColor(), and Canvas5StyleManager::updateSurfaceColor().