Internal: the local state of a Canvas5Graph. More...
#include <Canvas5Graph.hxx>
Public Member Functions | |
LocalState (MWAWPosition const &pos=MWAWPosition(), MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle()) | |
default constructor More... | |
void | multiplyMatrix (std::array< double, 9 > const &mat) |
set the matrix transform More... | |
Public Attributes | |
MWAWPosition | m_position |
the shape position position More... | |
MWAWGraphicStyle | m_style |
the shape style More... | |
MWAWTransformation | m_transform |
the shape transformation More... | |
Internal: the local state of a Canvas5Graph.
|
inline |
default constructor
void Canvas5Graph::LocalState::multiplyMatrix | ( | std::array< double, 9 > const & | mat | ) |
set the matrix transform
Referenced by Canvas5Graph::send().
MWAWPosition Canvas5Graph::LocalState::m_position |
the shape position position
Referenced by Canvas5Image::send(), Canvas5Graph::sendCurveText(), Canvas5Graph::sendDimension(), Canvas5Graph::sendDimension9(), Canvas5Graph::sendEffect(), Canvas5Graph::sendExtrude(), Canvas5Graph::sendGIF(), Canvas5Graph::sendSpecial(), and Canvas5Graph::sendTechnical().
MWAWGraphicStyle Canvas5Graph::LocalState::m_style |
MWAWTransformation Canvas5Graph::LocalState::m_transform |
the shape transformation
Referenced by multiplyMatrix(), Canvas5Image::send(), Canvas5Graph::send(), Canvas5Graph::sendCurveText(), Canvas5Graph::sendDimension(), Canvas5Graph::sendDimension9(), Canvas5Graph::sendEffect(), Canvas5Graph::sendExtrude(), Canvas5Graph::sendGIF(), Canvas5Graph::sendSpecial(), and Canvas5Graph::sendTechnical().