LibreOffice Module sw (master)
1
|
#include <ShadowOverlayObject.hxx>
Static Public Member Functions | |
static std::unique_ptr< ShadowOverlayObject > | CreateShadowOverlayObject (SwView const &rDocView) |
Protected Member Functions | |
virtual drawinglayer::primitive2d::Primitive2DContainer | createOverlayObjectPrimitive2DSequence () override |
![]() | |
const drawinglayer::primitive2d::Primitive2DContainer & | getPrimitive2DSequence () const |
void | resetPrimitive2DSequence () |
void | objectChange () |
void | allowAntiAliase (bool bNew) |
Private Member Functions | |
ShadowOverlayObject (const basegfx::B2DPoint &rBasePos, const basegfx::B2DPoint &rSecondPosition, Color aBaseColor) | |
Private Attributes | |
basegfx::B2DPoint | maSecondPosition |
ShadowState | mShadowState |
Additional Inherited Members | |
![]() | |
static sal_uInt32 | impCheckBlinkTimeValueRange (sal_uInt64 nBlinkTime) |
![]() | |
basegfx::B2DPoint | maBasePosition |
![]() | |
basegfx::B2DRange | maBaseRange |
Color | maBaseColor |
bool | mbIsVisible |
bool | mbIsHittable |
bool | mbAllowsAnimation |
bool | mbAllowsAntiAliase |
Definition at line 35 of file ShadowOverlayObject.hxx.
|
private |
Definition at line 184 of file ShadowOverlayObject.cxx.
|
overridevirtual |
Definition at line 193 of file ShadowOverlayObject.cxx.
References sdr::overlay::OverlayObject::getOverlayManager(), and sdr::overlay::OverlayManager::remove().
|
overrideprotectedvirtual |
Reimplemented from sdr::overlay::OverlayObject.
Definition at line 201 of file ShadowOverlayObject.cxx.
References sdr::overlay::OverlayObjectWithBasePosition::getBasePosition(), GetShadowState(), and maSecondPosition.
|
static |
Referenced by sw::annotation::SwAnnotationWin::SwAnnotationWin().
|
inline |
Definition at line 53 of file ShadowOverlayObject.hxx.
References mShadowState.
Referenced by createOverlayObjectPrimitive2DSequence(), and SwPostItMgr::SetShadowState().
void sw::sidebarwindows::ShadowOverlayObject::SetPosition | ( | const basegfx::B2DPoint & | rPoint1, |
const basegfx::B2DPoint & | rPoint2 | ||
) |
void sw::sidebarwindows::ShadowOverlayObject::SetShadowState | ( | ShadowState | aState | ) |
Definition at line 210 of file ShadowOverlayObject.cxx.
References mShadowState, and sdr::overlay::OverlayObject::objectChange().
|
private |
Definition at line 42 of file ShadowOverlayObject.hxx.
Referenced by createOverlayObjectPrimitive2DSequence(), and SetPosition().
|
private |
Definition at line 43 of file ShadowOverlayObject.hxx.
Referenced by GetShadowState(), and SetShadowState().