LibreOffice Module svx (master) 1
|
#include <overlaypolypolygon.hxx>
Public Member Functions | |
OverlayPolyPolygon (basegfx::B2DPolyPolygon aLinePolyPolygon, Color const &rLineColor, double mfLineWidth, Color const &rFillColor) | |
virtual | ~OverlayPolyPolygon () override |
Public Member Functions inherited from sdr::overlay::OverlayObject | |
OverlayObject (Color aBaseColor) | |
virtual | ~OverlayObject () override |
OverlayManager * | getOverlayManager () const |
virtual drawinglayer::primitive2d::Primitive2DContainer | getOverlayObjectPrimitive2DSequence () const |
bool | isVisible () const |
void | setVisible (bool bNew) |
bool | isHittable () const |
void | setHittable (bool bNew) |
bool | allowsAntiAliase () const |
bool | isHighContrastSelection () const |
const basegfx::B2DRange & | getBaseRange () const |
const Color & | getBaseColor () const |
void | setBaseColor (Color aNew) |
const basegfx::B2DVector & | getOffset () const |
void | setOffset (const basegfx::B2DVector &rOffset) |
virtual void | Trigger (sal_uInt32 nTime) override |
bool | allowsAnimation () const |
virtual void | stripeDefinitionHasChanged () |
Public Member Functions inherited from sdr::animation::Event | |
SAL_DLLPRIVATE | Event () |
virtual | ~Event () |
SAL_DLLPRIVATE sal_uInt32 | GetTime () const |
void | SetTime (sal_uInt32 nNew) |
virtual void | Trigger (sal_uInt32 nTime)=0 |
Private Member Functions | |
virtual drawinglayer::primitive2d::Primitive2DContainer | createOverlayObjectPrimitive2DSequence () override |
Private Attributes | |
basegfx::B2DPolyPolygon | maLinePolyPolygon |
double | mfLineWidth |
Color | maFillColor |
Additional Inherited Members | |
Protected Member Functions inherited from sdr::overlay::OverlayObject | |
const drawinglayer::primitive2d::Primitive2DContainer & | getPrimitive2DSequence () const |
void | resetPrimitive2DSequence () |
virtual drawinglayer::primitive2d::Primitive2DContainer | createOverlayObjectPrimitive2DSequence () |
void | objectChange () |
void | allowAntiAliase (bool bNew) |
Static Protected Member Functions inherited from sdr::overlay::OverlayObject | |
static sal_uInt32 | impCheckBlinkTimeValueRange (sal_uInt64 nBlinkTime) |
Protected Attributes inherited from sdr::overlay::OverlayObject | |
basegfx::B2DRange | maBaseRange |
Color | maBaseColor |
bool | mbIsVisible: 1 |
bool | mbIsHittable: 1 |
bool | mbAllowsAnimation: 1 |
bool | mbAllowsAntiAliase: 1 |
bool | mbHighContrastSelection: 1 |
Definition at line 29 of file overlaypolypolygon.hxx.
|
explicit |
Definition at line 33 of file overlaypolypolygon.cxx.
References maFillColor.
|
overridevirtualdefault |
|
overrideprivatevirtual |
Reimplemented from sdr::overlay::OverlayObject.
Definition at line 47 of file overlaypolypolygon.cxx.
References Color::GetAlpha(), sdr::overlay::OverlayObject::getBaseColor(), Color::getBColor(), sdr::overlay::OverlayObject::getOverlayManager(), maFillColor, maLinePolyPolygon, and mfLineWidth.
|
private |
Definition at line 34 of file overlaypolypolygon.hxx.
Referenced by createOverlayObjectPrimitive2DSequence().
|
private |
Definition at line 32 of file overlaypolypolygon.hxx.
Referenced by createOverlayObjectPrimitive2DSequence().
|
private |
Definition at line 33 of file overlaypolypolygon.hxx.
Referenced by createOverlayObjectPrimitive2DSequence().