LibreOffice Module svx (master) 1
|
#include <xhatch.hxx>
Public Member Functions | |
XHatch () | |
XHatch (const Color &rCol, css::drawing::HatchStyle eStyle=css::drawing::HatchStyle_SINGLE, tools::Long nDistance=20, Degree10 nAngle=0_deg10) | |
bool | operator== (const XHatch &rHatch) const |
void | SetHatchStyle (css::drawing::HatchStyle eNewStyle) |
void | SetColor (const Color &rColor) |
void | SetDistance (tools::Long nNewDistance) |
void | SetAngle (Degree10 nNewAngle) |
css::drawing::HatchStyle | GetHatchStyle () const |
const Color & | GetColor () const |
tools::Long | GetDistance () const |
Degree10 | GetAngle () const |
Private Attributes | |
css::drawing::HatchStyle | eStyle |
Color | aColor |
tools::Long | nDistance |
Degree10 | nAngle |
Definition at line 32 of file xhatch.hxx.
|
inline |
Definition at line 40 of file xhatch.hxx.
XHatch::XHatch | ( | const Color & | rCol, |
css::drawing::HatchStyle | eStyle = css::drawing::HatchStyle_SINGLE , |
||
tools::Long | nDistance = 20 , |
||
Degree10 | nAngle = 0_deg10 |
||
) |
|
inline |
Definition at line 54 of file xhatch.hxx.
Referenced by XHatchList::CreateBitmap(), drawinglayer::primitive2d::createNewSdrFillAttribute(), and XFillHatchItem::QueryValue().
|
inline |
Definition at line 52 of file xhatch.hxx.
Referenced by EnhancedCustomShape2d::AdaptObjColor(), XHatchList::CreateBitmap(), drawinglayer::primitive2d::createNewSdrFillAttribute(), getSvxBrushItemFromSourceSet(), and XFillHatchItem::QueryValue().
|
inline |
Definition at line 53 of file xhatch.hxx.
Referenced by XHatchList::CreateBitmap(), drawinglayer::primitive2d::createNewSdrFillAttribute(), XFillHatchItem::QueryValue(), and XFillHatchItem::ScaleMetrics().
|
inline |
Definition at line 51 of file xhatch.hxx.
Referenced by XHatchList::CreateBitmap(), drawinglayer::primitive2d::createNewSdrFillAttribute(), and XFillHatchItem::QueryValue().
bool XHatch::operator== | ( | const XHatch & | rHatch | ) | const |
|
inline |
Definition at line 49 of file xhatch.hxx.
Referenced by XFillHatchItem::PutValue().
|
inline |
Definition at line 47 of file xhatch.hxx.
Referenced by EnhancedCustomShape2d::AdaptObjColor(), sdr::contact::ViewContactOfSdrCaptionObj::createViewIndependentPrimitive2DSequence(), ImpCreateShadowObjectClone(), and XFillHatchItem::PutValue().
|
inline |
Definition at line 48 of file xhatch.hxx.
Referenced by XFillHatchItem::PutValue(), and XFillHatchItem::ScaleMetrics().
|
inline |
Definition at line 46 of file xhatch.hxx.
Referenced by XFillHatchItem::PutValue().
|
private |
Definition at line 35 of file xhatch.hxx.
Referenced by operator==().
|
private |
Definition at line 34 of file xhatch.hxx.
Referenced by operator==().
|
private |
Definition at line 37 of file xhatch.hxx.
Referenced by operator==().
|
private |
Definition at line 36 of file xhatch.hxx.
Referenced by operator==().