|
LibreOffice Module svx (master) 1
|
#include <sdreffectstextattribute.hxx>
Public Member Functions | |
| SdrEffectsTextAttribute (SdrShadowAttribute aShadow, SdrTextAttribute aTextAttribute, SdrGlowAttribute aGlow, sal_Int32 nSoftEdgeRadius) | |
| SdrEffectsTextAttribute () | |
| SdrEffectsTextAttribute (const SdrEffectsTextAttribute &rCandidate) | |
| SdrEffectsTextAttribute & | operator= (const SdrEffectsTextAttribute &rCandidate) |
| bool | isDefault () const |
| bool | operator== (const SdrEffectsTextAttribute &rCandidate) const |
| const SdrShadowAttribute & | getShadow () const |
| const SdrTextAttribute & | getText () const |
| const SdrGlowAttribute & | getGlow () const |
| sal_Int32 | getSoftEdgeRadius () const |
Private Attributes | |
| SdrShadowAttribute | maShadow |
| SdrTextAttribute | maTextAttribute |
| SdrGlowAttribute | maGlow |
| sal_Int32 | mnSoftEdgeRadius = 0 |
Definition at line 29 of file sdreffectstextattribute.hxx.
| drawinglayer::attribute::SdrEffectsTextAttribute::SdrEffectsTextAttribute | ( | SdrShadowAttribute | aShadow, |
| SdrTextAttribute | aTextAttribute, | ||
| SdrGlowAttribute | aGlow, | ||
| sal_Int32 | nSoftEdgeRadius | ||
| ) |
Definition at line 27 of file sdreffectstextattribute.cxx.
| drawinglayer::attribute::SdrEffectsTextAttribute::SdrEffectsTextAttribute | ( | ) |
Definition at line 39 of file sdreffectstextattribute.cxx.
| drawinglayer::attribute::SdrEffectsTextAttribute::SdrEffectsTextAttribute | ( | const SdrEffectsTextAttribute & | rCandidate | ) |
Definition at line 43 of file sdreffectstextattribute.cxx.
|
inline |
Definition at line 60 of file sdreffectstextattribute.hxx.
References maGlow.
Referenced by operator==().
|
inline |
Definition at line 58 of file sdreffectstextattribute.hxx.
References maShadow.
Referenced by isDefault(), operator=(), and operator==().
|
inline |
Definition at line 61 of file sdreffectstextattribute.hxx.
References mnSoftEdgeRadius.
Referenced by isDefault(), and operator==().
|
inline |
Definition at line 59 of file sdreffectstextattribute.hxx.
References maTextAttribute.
Referenced by drawinglayer::primitive2d::SdrMeasurePrimitive2D::create2DDecomposition(), sdr::contact::ViewContactOfSdrObjCustomShape::createViewIndependentPrimitive2DSequence(), isDefault(), operator=(), and operator==().
| bool drawinglayer::attribute::SdrEffectsTextAttribute::isDefault | ( | ) | const |
Definition at line 61 of file sdreffectstextattribute.cxx.
References getShadow(), getSoftEdgeRadius(), getText(), drawinglayer::attribute::SdrGlowAttribute::isDefault(), isDefault(), and maGlow.
Referenced by isDefault(), and drawinglayer::attribute::SdrLineEffectsTextAttribute::isDefault().
| SdrEffectsTextAttribute & drawinglayer::attribute::SdrEffectsTextAttribute::operator= | ( | const SdrEffectsTextAttribute & | rCandidate | ) |
Definition at line 51 of file sdreffectstextattribute.cxx.
References getShadow(), getText(), maGlow, maShadow, maTextAttribute, and mnSoftEdgeRadius.
Referenced by drawinglayer::attribute::SdrLineEffectsTextAttribute::operator=().
| bool drawinglayer::attribute::SdrEffectsTextAttribute::operator== | ( | const SdrEffectsTextAttribute & | rCandidate | ) | const |
Definition at line 67 of file sdreffectstextattribute.cxx.
References getGlow(), getShadow(), getSoftEdgeRadius(), and getText().
|
private |
Definition at line 36 of file sdreffectstextattribute.hxx.
Referenced by getGlow(), isDefault(), and operator=().
|
private |
Definition at line 32 of file sdreffectstextattribute.hxx.
Referenced by getShadow(), and operator=().
|
private |
Definition at line 33 of file sdreffectstextattribute.hxx.
Referenced by getText(), and operator=().
|
private |
Definition at line 39 of file sdreffectstextattribute.hxx.
Referenced by getSoftEdgeRadius(), and operator=().