|
LibreOffice Module svx (master) 1
|
#include <overlaytriangle.hxx>
Public Member Functions | |
| OverlayTriangle (const basegfx::B2DPoint &rBasePos, const basegfx::B2DPoint &rSecondPos, const basegfx::B2DPoint &rThirdPos, Color aTriangleColor) | |
| virtual | ~OverlayTriangle () override |
Public Member Functions inherited from sdr::overlay::OverlayObjectWithBasePosition | |
| OverlayObjectWithBasePosition (const basegfx::B2DPoint &rBasePos, Color aBaseColor) | |
| virtual | ~OverlayObjectWithBasePosition () override |
| const basegfx::B2DPoint & | getBasePosition () const |
| void | setBasePosition (const basegfx::B2DPoint &rNew) |
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::B2DPoint | maSecondPosition |
| basegfx::B2DPoint | maThirdPosition |
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::OverlayObjectWithBasePosition | |
| basegfx::B2DPoint | maBasePosition |
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 26 of file overlaytriangle.hxx.
| sdr::overlay::OverlayTriangle::OverlayTriangle | ( | const basegfx::B2DPoint & | rBasePos, |
| const basegfx::B2DPoint & | rSecondPos, | ||
| const basegfx::B2DPoint & | rThirdPos, | ||
| Color | aTriangleColor | ||
| ) |
Definition at line 44 of file overlaytriangle.cxx.
References maSecondPosition.
|
overridevirtual |
Definition at line 55 of file overlaytriangle.cxx.
|
overrideprivatevirtual |
Reimplemented from sdr::overlay::OverlayObject.
Definition at line 27 of file overlaytriangle.cxx.
References basegfx::B2DPolygon::append(), sdr::overlay::OverlayObject::getBaseColor(), sdr::overlay::OverlayObjectWithBasePosition::getBasePosition(), maSecondPosition, maThirdPosition, and basegfx::B2DPolygon::setClosed().
|
private |
Definition at line 29 of file overlaytriangle.hxx.
Referenced by createOverlayObjectPrimitive2DSequence().
|
private |
Definition at line 30 of file overlaytriangle.hxx.
Referenced by createOverlayObjectPrimitive2DSequence().