LibreOffice Module svx (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
sdr::overlay::OverlayAnimatedBitmapEx Class Referencefinal

#include <overlayanimatedbitmapex.hxx>

Inheritance diagram for sdr::overlay::OverlayAnimatedBitmapEx:
[legend]
Collaboration diagram for sdr::overlay::OverlayAnimatedBitmapEx:
[legend]

Public Member Functions

 OverlayAnimatedBitmapEx (const basegfx::B2DPoint &rBasePos, const BitmapEx &rBitmapEx1, const BitmapEx &rBitmapEx2, sal_uInt64 nBlinkTime, sal_uInt16 nCenX1=0, sal_uInt16 nCenY1=0, sal_uInt16 nCenX2=0, sal_uInt16 nCenY2=0, double fShearX=0.0, double fRotation=0.0)
 
virtual ~OverlayAnimatedBitmapEx () override
 
virtual void Trigger (sal_uInt32 nTime) override
 
double getShearX () const
 
double getRotation () const
 
- Public Member Functions inherited from sdr::overlay::OverlayObjectWithBasePosition
 OverlayObjectWithBasePosition (const basegfx::B2DPoint &rBasePos, Color aBaseColor)
 
virtual ~OverlayObjectWithBasePosition () override
 
const basegfx::B2DPointgetBasePosition () const
 
void setBasePosition (const basegfx::B2DPoint &rNew)
 
- Public Member Functions inherited from sdr::overlay::OverlayObject
 OverlayObject (Color aBaseColor)
 
virtual ~OverlayObject () override
 
OverlayManagergetOverlayManager () 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::B2DRangegetBaseRange () const
 
const ColorgetBaseColor () const
 
void setBaseColor (Color aNew)
 
const basegfx::B2DVectorgetOffset () 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

BitmapEx maBitmapEx1
 
BitmapEx maBitmapEx2
 
sal_uInt16 mnCenterX1
 
sal_uInt16 mnCenterY1
 
sal_uInt16 mnCenterX2
 
sal_uInt16 mnCenterY2
 
sal_uInt32 mnBlinkTime
 
double mfShearX
 
double mfRotation
 
bool mbOverlayState: 1
 

Additional Inherited Members

- Protected Member Functions inherited from sdr::overlay::OverlayObject
const drawinglayer::primitive2d::Primitive2DContainergetPrimitive2DSequence () 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
 

Detailed Description

Definition at line 29 of file overlayanimatedbitmapex.hxx.

Constructor & Destructor Documentation

◆ OverlayAnimatedBitmapEx()

sdr::overlay::OverlayAnimatedBitmapEx::OverlayAnimatedBitmapEx ( const basegfx::B2DPoint rBasePos,
const BitmapEx rBitmapEx1,
const BitmapEx rBitmapEx2,
sal_uInt64  nBlinkTime,
sal_uInt16  nCenX1 = 0,
sal_uInt16  nCenY1 = 0,
sal_uInt16  nCenX2 = 0,
sal_uInt16  nCenY2 = 0,
double  fShearX = 0.0,
double  fRotation = 0.0 
)

◆ ~OverlayAnimatedBitmapEx()

sdr::overlay::OverlayAnimatedBitmapEx::~OverlayAnimatedBitmapEx ( )
overridevirtual

Definition at line 82 of file overlayanimatedbitmapex.cxx.

Member Function Documentation

◆ createOverlayObjectPrimitive2DSequence()

drawinglayer::primitive2d::Primitive2DContainer sdr::overlay::OverlayAnimatedBitmapEx::createOverlayObjectPrimitive2DSequence ( )
overrideprivatevirtual

◆ getRotation()

double sdr::overlay::OverlayAnimatedBitmapEx::getRotation ( ) const
inline

Definition at line 74 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence().

◆ getShearX()

double sdr::overlay::OverlayAnimatedBitmapEx::getShearX ( ) const
inline

Definition at line 73 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence().

◆ Trigger()

void sdr::overlay::OverlayAnimatedBitmapEx::Trigger ( sal_uInt32  nTime)
overridevirtual

Member Data Documentation

◆ maBitmapEx1

BitmapEx sdr::overlay::OverlayAnimatedBitmapEx::maBitmapEx1
private

Definition at line 32 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence().

◆ maBitmapEx2

BitmapEx sdr::overlay::OverlayAnimatedBitmapEx::maBitmapEx2
private

Definition at line 33 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence().

◆ mbOverlayState

bool sdr::overlay::OverlayAnimatedBitmapEx::mbOverlayState
private

Definition at line 49 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence(), and Trigger().

◆ mfRotation

double sdr::overlay::OverlayAnimatedBitmapEx::mfRotation
private

Definition at line 46 of file overlayanimatedbitmapex.hxx.

◆ mfShearX

double sdr::overlay::OverlayAnimatedBitmapEx::mfShearX
private

Definition at line 45 of file overlayanimatedbitmapex.hxx.

◆ mnBlinkTime

sal_uInt32 sdr::overlay::OverlayAnimatedBitmapEx::mnBlinkTime
private

Definition at line 42 of file overlayanimatedbitmapex.hxx.

Referenced by Trigger().

◆ mnCenterX1

sal_uInt16 sdr::overlay::OverlayAnimatedBitmapEx::mnCenterX1
private

Definition at line 36 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence().

◆ mnCenterX2

sal_uInt16 sdr::overlay::OverlayAnimatedBitmapEx::mnCenterX2
private

Definition at line 38 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence().

◆ mnCenterY1

sal_uInt16 sdr::overlay::OverlayAnimatedBitmapEx::mnCenterY1
private

Definition at line 37 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence().

◆ mnCenterY2

sal_uInt16 sdr::overlay::OverlayAnimatedBitmapEx::mnCenterY2
private

Definition at line 39 of file overlayanimatedbitmapex.hxx.

Referenced by createOverlayObjectPrimitive2DSequence().


The documentation for this class was generated from the following files: