|
LibreOffice Module svx (master) 1
|
#include <overlayhelpline.hxx>
Public Member Functions | |
| OverlayHelplineStriped (const basegfx::B2DPoint &rBasePos, SdrHelpLineKind eNewKind) | |
| virtual | ~OverlayHelplineStriped () override |
| SdrHelpLineKind | getKind () const |
| virtual void | stripeDefinitionHasChanged () 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 | |
| SdrHelpLineKind | meKind |
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 29 of file overlayhelpline.hxx.
|
explicit |
Definition at line 61 of file overlayhelpline.cxx.
References COL_BLACK().
|
overridevirtual |
Definition at line 69 of file overlayhelpline.cxx.
|
overrideprivatevirtual |
Reimplemented from sdr::overlay::OverlayObject.
Definition at line 27 of file overlayhelpline.cxx.
References sdr::overlay::OverlayObjectWithBasePosition::getBasePosition(), getKind(), sdr::overlay::OverlayObject::getOverlayManager(), drawinglayer::primitive2d::HELPLINESTYLE_HORIZONTAL, drawinglayer::primitive2d::HELPLINESTYLE_POINT, drawinglayer::primitive2d::HELPLINESTYLE_VERTICAL, Point, and Vertical.
|
inline |
Definition at line 44 of file overlayhelpline.hxx.
References meKind.
Referenced by createOverlayObjectPrimitive2DSequence().
|
overridevirtual |
Reimplemented from sdr::overlay::OverlayObject.
Definition at line 55 of file overlayhelpline.cxx.
References sdr::overlay::OverlayObject::objectChange().
|
private |
Definition at line 32 of file overlayhelpline.hxx.
Referenced by getKind().