LibreOffice Module svx (master) 1
|
#include <overlaypolypolygon.hxx>
Public Member Functions | |
OverlayPolyPolygonStripedAndFilled (basegfx::B2DPolyPolygon aLinePolyPolygon) | |
virtual | ~OverlayPolyPolygonStripedAndFilled () override |
const basegfx::B2DPolyPolygon & | getLinePolyPolygon () const |
virtual void | stripeDefinitionHasChanged () 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 |
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 46 of file overlaypolypolygon.hxx.
|
explicit |
Definition at line 116 of file overlaypolypolygon.cxx.
References COL_BLACK().
|
overridevirtual |
Definition at line 123 of file overlaypolypolygon.cxx.
|
overrideprivatevirtual |
Reimplemented from sdr::overlay::OverlayObject.
Definition at line 75 of file overlaypolypolygon.cxx.
References SvtOptionsDrawinglayer::getHilightColor(), getLinePolyPolygon(), sdr::overlay::OverlayObject::getOverlayManager(), and SvtOptionsDrawinglayer::GetTransparentSelectionPercent().
|
inline |
Definition at line 60 of file overlaypolypolygon.hxx.
Referenced by createOverlayObjectPrimitive2DSequence().
|
overridevirtual |
Reimplemented from sdr::overlay::OverlayObject.
Definition at line 110 of file overlaypolypolygon.cxx.
References sdr::overlay::OverlayObject::objectChange().
|
private |
Definition at line 49 of file overlaypolypolygon.hxx.