a structure used to define a picture style More...
#include <MWAWGraphicStyle.hxx>
Classes | |
struct | Arrow |
a structure used to define an arrow More... | |
struct | Gradient |
a basic gradient used in a MWAWGraphicStyle More... | |
struct | Hatch |
a basic hatch used in MWAWGraphicStyle More... | |
struct | Pattern |
a basic pattern used in a MWAWGraphicStyle: More... | |
Public Types | |
enum | LineCap { C_Butt , C_Square , C_Round } |
an enum used to define the basic line cap More... | |
enum | LineJoin { J_Miter , J_Round , J_Bevel } |
an enum used to define the basic line join More... | |
enum | VerticalAlignment { V_AlignBottom , V_AlignCenter , V_AlignJustify , V_AlignTop , V_AlignDefault } |
an enum used to define the vertical alignment More... | |
Public Member Functions | |
MWAWGraphicStyle () | |
constructor | |
MWAWGraphicStyle (MWAWGraphicStyle const &)=default | |
MWAWGraphicStyle & | operator= (MWAWGraphicStyle const &)=default |
MWAWGraphicStyle & | operator= (MWAWGraphicStyle &&)=default |
virtual | ~MWAWGraphicStyle () |
virtual destructor | |
bool | hasLine () const |
returns true if the border is defined | |
void | setSurfaceColor (MWAWColor const &col, float opacity=1) |
set the surface color | |
bool | hasSurfaceColor () const |
returns true if the surface is defined | |
void | setPattern (Pattern const &pat, float opacity=1) |
set the pattern | |
bool | hasPattern () const |
returns true if the pattern is defined | |
bool | hasGradient (bool complex=false) const |
returns true if the gradient is defined | |
bool | hasHatch () const |
returns true if the hatch is defined | |
bool | hasSurface () const |
returns true if the interior surface is defined | |
void | setBackgroundColor (MWAWColor const &col, float opacity=1) |
set the background color | |
bool | hasBackgroundColor () const |
returns true if the background is defined | |
void | setShadowColor (MWAWColor const &col, float opacity=1) |
set the shadow color | |
bool | hasShadow () const |
returns true if the shadow is defined | |
bool | hasBorders () const |
return true if the frame has some border | |
bool | hasSameBorders () const |
return true if the frame has some border | |
std::vector< MWAWBorder > const & | borders () const |
return the frame border: libmwaw::Left | ... | |
void | resetBorders () |
reset the border | |
void | setBorders (int wh, MWAWBorder const &border) |
sets the cell border: wh=libmwaw::LeftBit|... | |
void | addTo (librevenge::RVNGPropertyList &pList, bool only1d=false) const |
add all the parameters to the propList excepted the frame parameter: the background and the borders | |
void | addFrameTo (librevenge::RVNGPropertyList &pList) const |
add all the frame parameters to propList: the background and the borders | |
int | cmp (MWAWGraphicStyle const &a) const |
compare two styles | |
Static Public Member Functions | |
static MWAWGraphicStyle | emptyStyle () |
returns an empty style. | |
Public Attributes | |
std::vector< float > | m_lineDashWidth |
the dash array: a sequence of (fullsize, emptysize) | |
float | m_lineWidth |
the linewidth | |
LineCap | m_lineCap |
the line cap | |
LineJoin | m_lineJoin |
the line join | |
float | m_lineOpacity |
the line opacity: 0=transparent | |
MWAWColor | m_lineColor |
the line color | |
MWAWColor | m_surfaceColor |
the surface color | |
float | m_surfaceOpacity |
true if the surface has some color | |
MWAWColor | m_shadowColor |
the shadow color | |
float | m_shadowOpacity |
true if the shadow has some color | |
MWAWVec2f | m_shadowOffset |
the shadow offset | |
Pattern | m_pattern |
the pattern if it exists | |
Gradient | m_gradient |
the gradient | |
Hatch | m_hatch |
the hatch | |
MWAWColor | m_backgroundColor |
the background color | |
float | m_backgroundOpacity |
true if the background has some color | |
float | m_rotate |
the rotation | |
std::vector< MWAWBorder > | m_bordersList |
the borders MWAWBorder::Pos (for a frame) | |
std::string | m_frameName |
the frame name | |
std::string | m_frameNextName |
the frame next name (if there is a link) | |
Arrow | m_arrows [2] |
the two arrows corresponding to start and end extremity | |
bool | m_flip [2] |
two bool to indicated we need to flip the shape or not | |
bool | m_fillRuleEvenOdd |
true if the fill rule is evenod | |
bool | m_doNotPrint |
a bool to know if the shape must not be printed | |
VerticalAlignment | m_verticalAlignment |
related to text area | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, MWAWGraphicStyle const &st) |
a print operator | |
a structure used to define a picture style
|
inline |
constructor
|
default |
|
virtual |
virtual destructor
void MWAWGraphicStyle::addFrameTo | ( | librevenge::RVNGPropertyList & | pList | ) | const |
add all the frame parameters to propList: the background and the borders
Referenced by MWAWSpreadsheetListener::openFrame(), and MWAWTextListener::openFrame().
void MWAWGraphicStyle::addTo | ( | librevenge::RVNGPropertyList & | pList, |
bool | only1d = false |
||
) | const |
add all the parameters to the propList excepted the frame parameter: the background and the borders
Referenced by MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), MWAWGraphicListener::insertPicture(), MWAWPresentationListener::insertPicture(), MWAWGraphicListener::insertShape(), MWAWPresentationListener::insertShape(), MWAWSpreadsheetListener::insertShape(), MWAWTextListener::insertShape(), and HanMacWrdJGraph::sendTextbox().
|
inline |
return the frame border: libmwaw::Left | ...
int MWAWGraphicStyle::cmp | ( | MWAWGraphicStyle const & | a | ) | const |
compare two styles
|
inlinestatic |
returns an empty style.
Can be used to initialize a default frame style...
Referenced by MWAWGraphicListener::insertFooter(), MWAWPresentationListener::insertFooter(), MWAWGraphicListener::insertHeader(), MWAWPresentationListener::insertHeader(), MWAWPresentationListener::insertSlideNote(), MWAWGraphicListener::openGroup(), MWAWPresentationListener::openGroup(), MWAWGraphicListener::openTable(), MWAWPresentationListener::openTable(), Canvas5Graph::send(), CricketDrawParser::send(), RagTime5Graph::send(), Canvas5Image::send(), CricketDrawParser::sendBitmap(), Canvas5Graph::sendCurveText(), BeagleWksBMParser::sendFrame(), BeagleWksDBParser::sendFrame(), BeagleWksDRParser::sendFrame(), BeagleWksParser::sendFrame(), BeagleWksSSParser::sendFrame(), PowerPoint1Parser::sendFrame(), ClarisWksGraph::sendGroup(), ClarisWksGraph::sendGroupChild(), FreeHandParser::sendPicture(), SuperPaintParser::sendPictures(), DrawTableParser::sendShape(), FreeHandParser::sendTextbox(), and CorelPainterParser::sendZone().
|
inline |
returns true if the background is defined
|
inline |
return true if the frame has some border
Referenced by addFrameTo().
|
inline |
returns true if the gradient is defined
Referenced by MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), addTo(), MWAWGraphicStyle::Gradient::addTo(), hasSurface(), and GreatWksGraph::sendTextbox().
|
inline |
returns true if the hatch is defined
Referenced by addTo(), MWAWGraphicStyle::Hatch::addTo(), and hasSurface().
|
inline |
returns true if the border is defined
Referenced by addTo(), HanMacWrdJGraphInternal::FrameFormat::addTo(), HanMacWrdKGraphInternal::TextBox::addTo(), MWAWGraphicShape::getBdBox(), MacDraft5Parser::readObject(), RagTimeParser::send(), RagTime5Graph::send(), RagTimeParser::sendPicture(), and ClarisWksTableInternal::TableCell::update().
|
inline |
returns true if the pattern is defined
Referenced by addTo(), hasSurface(), HanMacWrdKGraph::sendFrame(), and GreatWksGraph::sendTextbox().
|
inline |
return true if the frame has some border
Referenced by addFrameTo().
|
inline |
returns true if the shadow is defined
Referenced by addFrameTo(), and addTo().
|
inline |
returns true if the interior surface is defined
Referenced by addTo(), MWAWGraphicListener::insertShape(), MWAWPresentationListener::insertShape(), MWAWSpreadsheetListener::insertShape(), MWAWTextListener::insertShape(), MacDrawProParser::readGeometryShapeData(), MacDraft5Parser::readObject(), Canvas5Graph::send(), Canvas5Image::send(), CanvasGraph::send(), ScoopParser::send(), CanvasGraph::sendMultiLines(), DrawTableParser::sendShape(), WingzGraph::sendShape(), CanvasGraph::sendSpecial(), Canvas5Graph::sendSpecial(), and Canvas5Graph::sendTechnical().
|
inline |
returns true if the surface is defined
Referenced by addTo(), HanMacWrdJGraphInternal::FrameFormat::addTo(), HanMacWrdKGraphInternal::TextBox::addTo(), ClarisDrawGraph::getSurfaceColor(), ClarisWksGraph::getSurfaceColor(), hasSurface(), ClarisWksDbaseContent::readRecordSS(), ClarisWksTable::readTableCells(), HanMacWrdJGraph::sendComment(), and GreatWksGraph::sendTextbox().
|
default |
|
default |
|
inline |
reset the border
Referenced by PowerPoint1Parser::readFramesList().
|
inline |
set the background color
Referenced by FullWrtStruct::Border::addTo(), HanMacWrdJGraphInternal::FrameFormat::addTo(), HanMacWrdKGraphInternal::TextBox::addTo(), MacWrtProStructuresInternal::Graphic::fillFrame(), RagTimeParser::readDataZoneHeader(), ClarisWksTable::readTableCells(), HanMacWrdJGraph::sendComment(), ClarisWksGraph::sendGroupChild(), GreatWksGraph::sendTextbox(), and RagTime5StyleManager::updateFrameStyle().
void MWAWGraphicStyle::setBorders | ( | int | wh, |
MWAWBorder const & | border | ||
) |
sets the cell border: wh=libmwaw::LeftBit|...
Referenced by MarinerWrtGraphInternal::Token::addPictBorder(), FullWrtStruct::Border::addTo(), HanMacWrdJGraphInternal::FrameFormat::addTo(), HanMacWrdKGraphInternal::TextBox::addTo(), MacWrtProStructuresInternal::Graphic::fillFrame(), PowerPoint3Parser::readFramesList(), PowerPoint1Parser::readFramesList(), PowerPoint7Graph::readStyle(), RagTimeParser::send(), MacDrawProParser::send(), HanMacWrdJGraph::sendComment(), BeagleWksBMParser::sendFrame(), BeagleWksDRParser::sendFrame(), BeagleWksParser::sendFrame(), BeagleWksSSParser::sendFrame(), ClarisWksGraph::sendGroupChild(), and RagTimeParser::sendPicture().
|
inline |
set the pattern
Referenced by RagTimeParser::readDataZoneHeader(), HanMacWrdJGraph::readFrames(), HanMacWrdKGraph::readFrames(), PowerPoint3Parser::readFramesList(), PowerPoint1Parser::readFramesList(), ClarisWksStyleManager::readGraphStyles(), MsWksGraph::readPictHeader(), SuperPaintParser::readShape(), ScoopParser::readShape(), BeagleWksDRParser::readStyle(), PowerPoint7Graph::readStyle(), GreatWksGraph::readStyle(), MacDraftParser::send(), MarinerWrtGraph::sendRule(), DrawTableParser::sendShape(), CanvasGraph::update(), FreeHandParserInternal::State::updateFillStyle(), ApplePictParserInternal::State::updateStyle(), Canvas5StyleManager::updateSurfaceColor(), RagTime5StyleManager::updateSurfaceStyle(), MacDraft5StyleManager::updateSurfaceStyle(), and ClarisWksStyleManager::updateWallPaper().
|
inline |
set the shadow color
Referenced by FullWrtStruct::Border::addTo(), RagTimeParser::readDataZoneHeader(), PowerPoint3Parser::readFramesList(), PowerPoint1Parser::readFramesList(), CricketDrawParser::readShape(), ClarisDrawGraph::readShape(), PowerPoint7Graph::readStyle(), and MacDrawProParser::send().
|
inline |
set the surface color
Referenced by BeagleWksSSParser::readChart(), HanMacWrdJGraph::readFrames(), HanMacWrdKGraph::readFrames(), PowerPoint3Parser::readFramesList(), PowerPoint1Parser::readFramesList(), ClarisWksStyleManager::readGraphStyles(), MacDraftParser::readLabel(), MsWksGraph::readPictHeader(), CorelPainterParser::readPolygon(), CricketDrawParser::readShape(), SuperPaintParser::readShape(), ScoopParser::readShape(), ReadySetGoParser::readShapeV1(), ReadySetGoParser::readShapeV2(), BeagleWksDRParser::readStyle(), PowerPoint7Graph::readStyle(), CanvasGraph::send(), MacDraftParser::send(), MacDrawProParser::send(), Canvas5Graph::send(), CanvasGraph::sendDimension(), Canvas5Graph::sendDimension(), BeagleWksDRParser::sendPictures(), ClarisDrawGraph::sendShape(), Canvas5Graph::sendSpecial(), MWAWChart::Series::Series(), CanvasGraph::update(), FreeHandParserInternal::State::updateFillStyle(), ClarisDrawStyleManager::updateGradient(), ClarisWksStyleManager::updateGradient(), ApplePictParserInternal::State::updateStyle(), Canvas5StyleManager::updateSurfaceColor(), RagTime5StyleManager::updateSurfaceStyle(), MacDraft5StyleManager::updateSurfaceStyle(), and ClarisWksStyleManager::updateWallPaper().
|
friend |
a print operator
Arrow MWAWGraphicStyle::m_arrows[2] |
the two arrows corresponding to start and end extremity
Referenced by addTo(), cmp(), MWAWGraphicShape::getBdBox(), HanMacWrdKGraphInternal::ShapeGraph::getStyle(), MsWksGraphInternal::BasicShape::getStyle(), MsWksGraphInternal::BasicShape::needExtraBorderWidth(), PowerPoint3Parser::readFramesList(), PowerPoint1Parser::readFramesList(), MacDrawProParser::readGeometryShapeData(), PowerPoint7Graph::readLineArrows(), MacDraftParser::readObject(), MacDraft5Parser::readObject(), MsWksGraph::readPictHeader(), CricketDrawParser::readShape(), BeagleWksDRParser::readShapeDefinitions(), GreatWksGraph::readStyle(), Canvas5Image::send(), RagTime5Graph::send(), RagTimeParser::sendBasicPicture(), CanvasGraph::sendDimension(), Canvas5Graph::sendDimension(), Canvas5Graph::sendDimension9(), HanMacWrdJGraph::sendGroup(), HanMacWrdJGraph::sendGroupChild(), ClarisWksGraph::sendGroupChild(), DrawTableParser::sendShape(), ClarisDrawGraph::sendShape(), ClarisWksGraph::sendShape(), HanMacWrdJGraph::sendShapeGraph(), CanvasGraph::update(), MacDraft5StyleManager::updateArrows(), Canvas5StyleManager::updateLineStyle(), and GreatWksGraphInternal::FrameShape::updateStyle().
MWAWColor MWAWGraphicStyle::m_backgroundColor |
the background color
Referenced by addFrameTo(), cmp(), and setBackgroundColor().
float MWAWGraphicStyle::m_backgroundOpacity |
true if the background has some color
Referenced by addFrameTo(), cmp(), hasBackgroundColor(), ClarisWksGraph::sendGroup(), ClarisWksGraph::sendGroupChild(), and setBackgroundColor().
std::vector<MWAWBorder> MWAWGraphicStyle::m_bordersList |
the borders MWAWBorder::Pos (for a frame)
Referenced by addFrameTo(), borders(), cmp(), hasBorders(), hasSameBorders(), resetBorders(), and setBorders().
bool MWAWGraphicStyle::m_doNotPrint |
a bool to know if the shape must not be printed
Referenced by addTo().
std::string MWAWGraphicStyle::m_extra |
extra data
Referenced by HanMacWrdJGraph::readFrames(), MsWksGraph::readGradient(), ClarisWksStyleManager::readGraphStyles(), and GreatWksGraph::readStyle().
bool MWAWGraphicStyle::m_fillRuleEvenOdd |
true if the fill rule is evenod
Referenced by addTo(), cmp(), CorelPainterParser::readPolygon(), and MsWksGraph::Style::Style().
bool MWAWGraphicStyle::m_flip[2] |
two bool to indicated we need to flip the shape or not
Referenced by cmp(), GreatWksGraphInternal::FrameText::getStyle(), MWAWGraphicListener::insertPicture(), MWAWPresentationListener::insertPicture(), MWAWGraphicListener::insertTextBox(), MWAWPresentationListener::insertTextBox(), MWAWGraphicStyle(), BeagleWksDRParser::readShapeDefinitions(), CricketDrawParser::send(), MacDraft5ParserInternal::Shape::transform(), MacDraftParserInternal::Shape::transform(), and MacDrawProParser::updateGeometryShape().
std::string MWAWGraphicStyle::m_frameName |
std::string MWAWGraphicStyle::m_frameNextName |
the frame next name (if there is a link)
Referenced by ClarisDrawGraphInternal::ZoneZone::addFrameName(), ClarisWksGraphInternal::ZoneZone::addFrameName(), HanMacWrdKGraphInternal::TextBox::addTo(), cmp(), MWAWSpreadsheetListener::insertTextBox(), MWAWTextListener::insertTextBox(), MWAWGraphicListener::insertTextBox(), MsWksGraph::send(), and HanMacWrdJGraph::sendTextbox().
Gradient MWAWGraphicStyle::m_gradient |
the gradient
Referenced by addTo(), cmp(), hasGradient(), PowerPoint3Parser::readFramesList(), MsWksGraph::readGradient(), CricketDrawParser::readShape(), PowerPoint7Graph::readStyle(), GreatWksGraph::readStyle(), CanvasGraph::send(), ClarisDrawStyleManagerInternal::Gradient::update(), ClarisWksStyleManagerInternal::Gradient::update(), FreeHandParserInternal::State::updateFillStyle(), ClarisDrawStyleManager::updateGradient(), MacDrawProStyleManager::updateGradient(), ClarisWksStyleManager::updateGradient(), Canvas5StyleManager::updateSurfaceColor(), and RagTime5StyleManager::updateSurfaceStyle().
Hatch MWAWGraphicStyle::m_hatch |
the hatch
Referenced by addTo(), cmp(), hasHatch(), and Canvas5StyleManager::updateSurfaceColor().
LineCap MWAWGraphicStyle::m_lineCap |
the line cap
Referenced by addTo(), cmp(), CorelPainterParser::readPolygon(), and FreeHandParserInternal::State::updateLineStyle().
MWAWColor MWAWGraphicStyle::m_lineColor |
the line color
Referenced by addTo(), HanMacWrdJGraphInternal::FrameFormat::addTo(), HanMacWrdKGraphInternal::TextBox::addTo(), cmp(), ApplePictParser::drawText(), BeagleWksSSParser::readChart(), RagTimeParser::readDataZoneHeader(), HanMacWrdJGraph::readFrames(), HanMacWrdKGraph::readFrames(), PowerPoint3Parser::readFramesList(), PowerPoint1Parser::readFramesList(), ClarisWksStyleManager::readGraphStyles(), MacDraft5Parser::readObject(), MsWksGraph::readPictHeader(), CorelPainterParser::readPolygon(), CricketDrawParser::readShape(), SuperPaintParser::readShape(), ScoopParser::readShape(), ReadySetGoParser::readShapeV1(), ReadySetGoParser::readShapeV2(), BeagleWksDRParser::readStyle(), PowerPoint7Graph::readStyle(), GreatWksGraph::readStyle(), ClarisWksTable::readTableCells(), RagTimeParser::send(), HanMacWrdJGraph::sendComment(), MWAWTable::sendExtraLines(), RagTimeParser::sendPicture(), MarinerWrtGraph::sendRule(), DrawTableParser::sendShape(), Canvas5Graph::sendSpecial(), CanvasGraph::update(), ClarisWksTableInternal::TableCell::update(), RagTime5StyleManager::updateBorderStyle(), Canvas5StyleManager::updateLine(), Canvas5StyleManager::updateLineColor(), MacDraft5StyleManager::updateLineStyle(), FreeHandParserInternal::State::updateLineStyle(), and ApplePictParserInternal::State::updateStyle().
std::vector<float> MWAWGraphicStyle::m_lineDashWidth |
the dash array: a sequence of (fullsize, emptysize)
Referenced by addTo(), cmp(), PowerPoint3Parser::readFramesList(), MacDraft5Parser::readObject(), CricketDrawParser::readShape(), ClarisDrawGraph::readShape(), PowerPoint7Graph::readStyle(), GreatWksGraph::readStyle(), Canvas5Image::send(), CanvasGraph::update(), RagTime5StyleManager::updateBorderStyle(), Canvas5StyleManager::updateLineStyle(), MacDraft5StyleManager::updateLineStyle(), FreeHandParserInternal::State::updateLineStyle(), and GreatWksGraphInternal::FrameShape::updateStyle().
LineJoin MWAWGraphicStyle::m_lineJoin |
the line join
Referenced by addTo(), cmp(), CorelPainterParser::readPolygon(), and FreeHandParserInternal::State::updateLineStyle().
float MWAWGraphicStyle::m_lineOpacity |
the line opacity: 0=transparent
Referenced by addTo(), cmp(), hasLine(), HanMacWrdJGraph::readFrames(), HanMacWrdKGraph::readFrames(), ClarisWksStyleManager::readGraphStyles(), MacDraft5Parser::readModifier(), CorelPainterParser::readPolygon(), GreatWksGraph::readStyle(), RagTime5StyleManager::updateBorderStyle(), Canvas5StyleManager::updateLineColor(), and MacDraft5StyleManager::updateLineStyle().
float MWAWGraphicStyle::m_lineWidth |
the linewidth
Referenced by addTo(), HanMacWrdJGraphInternal::FrameFormat::addTo(), HanMacWrdKGraphInternal::TextBox::addTo(), MWAWChart::Axis::Axis(), cmp(), emptyStyle(), HanMacWrdJGraphInternal::FrameFormat::FrameFormat(), MWAWGraphicShape::getBdBox(), GreatWksGraphInternal::FrameText::getStyle(), hasLine(), MsWksGraphInternal::BasicShape::needExtraBorderWidth(), BeagleWksSSParser::readChart(), RagTimeParser::readDataZoneHeader(), HanMacWrdJGraph::readFrames(), HanMacWrdKGraph::readFrames(), PowerPoint3Parser::readFramesList(), PowerPoint1Parser::readFramesList(), ClarisWksStyleManager::readGraphStyles(), MacDraftParser::readLabel(), MacDraftParser::readObject(), MacDraft5Parser::readObject(), MsWksGraph::readPictHeader(), CorelPainterParser::readPolygon(), CricketDrawParser::readShape(), SuperPaintParser::readShape(), ScoopParser::readShape(), ReadySetGoParser::readShapeV1(), ReadySetGoParser::readShapeV2(), BeagleWksDRParser::readStyle(), PowerPoint7Graph::readStyle(), GreatWksGraph::readStyle(), ClarisWksTable::readTableCells(), Canvas5Image::send(), CanvasGraph::send(), MsWksGraph::send(), RagTimeParser::send(), MacDrawProParser::send(), Canvas5Graph::send(), RagTime5Graph::send(), MacDraft5Parser::sendBitmap(), MacDrawProParser::sendBitmap(), HanMacWrdJGraph::sendComment(), CanvasGraph::sendDimension(), MWAWTable::sendExtraLines(), MsWksGraph::sendGroup(), MsWksGraph::sendGroupChild(), CanvasGraph::sendMultiLines(), RagTimeParser::sendPicture(), BeagleWksDRParser::sendPictures(), MarinerWrtGraph::sendRule(), DrawTableParser::sendShape(), ClarisDrawGraph::sendShape(), CanvasGraph::sendSpecial(), Canvas5Graph::sendSpecial(), MWAWChart::Series::Series(), MWAWChart::TextZone::TextZone(), CanvasGraph::update(), ClarisWksTableInternal::TableCell::update(), MacDraft5StyleManager::updateArrows(), RagTime5StyleManager::updateBorderStyle(), Canvas5StyleManager::updateLine(), Canvas5StyleManager::updateLineStyle(), MacDraft5StyleManager::updateLineStyle(), FreeHandParserInternal::State::updateLineStyle(), and ApplePictParserInternal::State::updateStyle().
Pattern MWAWGraphicStyle::m_pattern |
the pattern if it exists
Referenced by addTo(), cmp(), hasPattern(), RagTimeParser::readDataZoneHeader(), and setPattern().
float MWAWGraphicStyle::m_rotate |
the rotation
Referenced by MWAWGraphicListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), cmp(), MacDrawProParserInternal::Shape::getBdBox(), GreatWksGraphInternal::FrameText::getStyle(), MWAWGraphicListener::insertPicture(), MWAWPresentationListener::insertPicture(), MWAWGraphicListener::insertTextBox(), MWAWPresentationListener::insertTextBox(), RagTimeParser::readDataZoneHeader(), MacDrawProParser::readGeometryShapeData(), MacDraft5Parser::readObject(), MacDrawProParser::readRotationInObjectData(), BeagleWksDRParser::readStyle(), Canvas5Image::send(), CanvasGraph::send(), CricketDrawParser::send(), Canvas5Graph::send(), ScoopParser::send(), CricketDrawParser::sendBitmap(), Canvas5Graph::sendCurveText(), Canvas5Graph::sendGIF(), FreeHandParser::sendPicture(), DrawTableParser::sendShape(), Canvas5Graph::sendSpecial(), FreeHandParser::sendTextbox(), MacDraft5ParserInternal::Shape::transform(), and MacDraftParserInternal::Shape::transform().
MWAWColor MWAWGraphicStyle::m_shadowColor |
the shadow color
Referenced by addFrameTo(), addTo(), cmp(), and setShadowColor().
MWAWVec2f MWAWGraphicStyle::m_shadowOffset |
the shadow offset
Referenced by addFrameTo(), addTo(), FullWrtStruct::Border::addTo(), cmp(), RagTimeParser::readDataZoneHeader(), PowerPoint3Parser::readFramesList(), PowerPoint1Parser::readFramesList(), CricketDrawParser::readShape(), ClarisDrawGraph::readShape(), PowerPoint7Graph::readStyle(), and MacDrawProParser::send().
float MWAWGraphicStyle::m_shadowOpacity |
true if the shadow has some color
Referenced by addFrameTo(), addTo(), cmp(), hasShadow(), and setShadowColor().
MWAWColor MWAWGraphicStyle::m_surfaceColor |
the surface color
Referenced by addTo(), HanMacWrdJGraphInternal::FrameFormat::addTo(), HanMacWrdKGraphInternal::TextBox::addTo(), cmp(), ClarisDrawGraph::getSurfaceColor(), ClarisWksGraph::getSurfaceColor(), MsWksGraph::readPictHeader(), ClarisWksDbaseContent::readRecordSS(), GreatWksGraph::readStyle(), ClarisWksTable::readTableCells(), HanMacWrdJGraph::sendComment(), GreatWksGraph::sendTextbox(), setSurfaceColor(), and MsWksTableInternal::Table::Table().
float MWAWGraphicStyle::m_surfaceOpacity |
true if the surface has some color
Referenced by addTo(), cmp(), hasPattern(), hasSurfaceColor(), HanMacWrdJGraph::readFrames(), HanMacWrdKGraph::readFrames(), ClarisWksStyleManager::readGraphStyles(), MacDraft5Parser::readModifier(), MacDraftParser::readObject(), MacDraft5Parser::readObject(), GreatWksGraph::readStyle(), Canvas5Graph::sendDimension9(), setPattern(), setSurfaceColor(), Canvas5StyleManager::updateSurfaceColor(), and MacDraft5StyleManager::updateSurfaceStyle().
VerticalAlignment MWAWGraphicStyle::m_verticalAlignment |
related to text area
Referenced by addTo(), cmp(), ReadySetGoParser::readShapeV3(), and ScoopParser::send().