|
LibreOffice Module drawinglayer (master) 1
|
#include <sdrshadowattribute.hxx>
Public Types | |
| typedef o3tl::cow_wrapper< ImpSdrShadowAttribute > | ImplType |
Public Member Functions | |
| SdrShadowAttribute (const basegfx::B2DVector &rOffset, const basegfx::B2DVector &rSize, double fTransparence, sal_Int32 nBlur, model::RectangleAlignment eAlignment, const basegfx::BColor &rColor) | |
| constructors/assignmentoperator/destructor More... | |
| SdrShadowAttribute () | |
| SdrShadowAttribute (const SdrShadowAttribute &) | |
| SdrShadowAttribute (SdrShadowAttribute &&) | |
| SdrShadowAttribute & | operator= (const SdrShadowAttribute &) |
| SdrShadowAttribute & | operator= (SdrShadowAttribute &&) |
| ~SdrShadowAttribute () | |
| bool | isDefault () const |
| bool | operator== (const SdrShadowAttribute &rCandidate) const |
| const basegfx::B2DVector & | getOffset () const |
| const basegfx::B2DVector & | getSize () const |
| double | getTransparence () const |
| sal_Int32 | getBlur () const |
| model::RectangleAlignment | getAlignment () const |
| const basegfx::BColor & | getColor () const |
Private Attributes | |
| ImplType | mpSdrShadowAttribute |
Definition at line 45 of file sdrshadowattribute.hxx.
| typedef o3tl::cow_wrapper< ImpSdrShadowAttribute > drawinglayer::attribute::SdrShadowAttribute::ImplType |
Definition at line 48 of file sdrshadowattribute.hxx.
| drawinglayer::attribute::SdrShadowAttribute::SdrShadowAttribute | ( | const basegfx::B2DVector & | rOffset, |
| const basegfx::B2DVector & | rSize, | ||
| double | fTransparence, | ||
| sal_Int32 | nBlur, | ||
| model::RectangleAlignment | eAlignment, | ||
| const basegfx::BColor & | rColor | ||
| ) |
constructors/assignmentoperator/destructor
Definition at line 89 of file sdrshadowattribute.cxx.
| drawinglayer::attribute::SdrShadowAttribute::SdrShadowAttribute | ( | ) |
Definition at line 101 of file sdrshadowattribute.cxx.
|
default |
|
default |
|
default |
References operator==().
| model::RectangleAlignment drawinglayer::attribute::SdrShadowAttribute::getAlignment | ( | ) | const |
Definition at line 150 of file sdrshadowattribute.cxx.
References mpSdrShadowAttribute.
| sal_Int32 drawinglayer::attribute::SdrShadowAttribute::getBlur | ( | ) | const |
Definition at line 145 of file sdrshadowattribute.cxx.
References mpSdrShadowAttribute.
| const basegfx::BColor & drawinglayer::attribute::SdrShadowAttribute::getColor | ( | ) | const |
Definition at line 155 of file sdrshadowattribute.cxx.
References mpSdrShadowAttribute.
Referenced by drawinglayer::primitive3d::createShadowPrimitive3D().
| const basegfx::B2DVector & drawinglayer::attribute::SdrShadowAttribute::getOffset | ( | ) | const |
Definition at line 130 of file sdrshadowattribute.cxx.
References mpSdrShadowAttribute.
Referenced by drawinglayer::primitive3d::createShadowPrimitive3D().
| const basegfx::B2DVector & drawinglayer::attribute::SdrShadowAttribute::getSize | ( | ) | const |
Definition at line 135 of file sdrshadowattribute.cxx.
References mpSdrShadowAttribute.
| double drawinglayer::attribute::SdrShadowAttribute::getTransparence | ( | ) | const |
Definition at line 140 of file sdrshadowattribute.cxx.
References mpSdrShadowAttribute.
Referenced by drawinglayer::primitive3d::createShadowPrimitive3D().
| bool drawinglayer::attribute::SdrShadowAttribute::isDefault | ( | ) | const |
Definition at line 112 of file sdrshadowattribute.cxx.
References mpSdrShadowAttribute, and o3tl::cow_wrapper< typename T, class MTPolicy >::same_object().
Referenced by operator==().
|
default |
|
default |
| bool drawinglayer::attribute::SdrShadowAttribute::operator== | ( | const SdrShadowAttribute & | rCandidate | ) | const |
Definition at line 121 of file sdrshadowattribute.cxx.
References isDefault(), and mpSdrShadowAttribute.
|
private |
Definition at line 51 of file sdrshadowattribute.hxx.
Referenced by getAlignment(), getBlur(), getColor(), getOffset(), getSize(), getTransparence(), isDefault(), and operator==().