Inkscape
Vector Graphics Editor
|
Contains transformations to document/viewport and the viewport size. More...
#include <sp-item.h>
Public Attributes | |
Geom::Affine | i2doc |
Item to document transformation. | |
Geom::Rect | viewport |
Viewport size. | |
Geom::Affine | i2vp |
Item to viewport transformation. | |
![]() | |
unsigned int | flags |
Contains transformations to document/viewport and the viewport size.
Geom::Affine SPItemCtx::i2doc |
Item to document transformation.
Definition at line 94 of file sp-item.h.
Referenced by SPViewBox::get_rctx(), SPDocument::setupViewport(), SPMarker::update(), SPFlowdiv::update(), SPFlowtspan::update(), SPFlowpara::update(), SPFlowregion::update(), SPFlowregionExclude::update(), SPFlowtext::update(), and SPGroup::update().
Geom::Affine SPItemCtx::i2vp |
Item to viewport transformation.
Definition at line 100 of file sp-item.h.
Referenced by SPViewBox::get_rctx(), SPDocument::setupViewport(), SPMarker::update(), SPFlowdiv::update(), SPFlowtspan::update(), SPFlowpara::update(), SPFlowregion::update(), SPFlowregionExclude::update(), SPFlowtext::update(), SPHatchPath::update(), SPGroup::update(), and SPShape::update().
Geom::Rect SPItemCtx::viewport |
Viewport size.
Definition at line 97 of file sp-item.h.
Referenced by SPDimensions::calcDimsFromParentViewport(), SPViewBox::get_rctx(), SPDocument::setupViewport(), SPLinearGradient::update(), SPMarker::update(), SPImage::update(), SPLine::update(), SPRadialGradient::update(), SPShape::update(), SPText::update(), SPTextPath::update(), and SPTSpan::update().