LibreOffice Module vcl (master)
1
|
#include <GraphicAttributes.hxx>
Public Member Functions | |
GraphicAttr () | |
bool | operator== (const GraphicAttr &rAttr) const |
bool | operator!= (const GraphicAttr &rAttr) const |
void | SetDrawMode (GraphicDrawMode eDrawMode) |
GraphicDrawMode | GetDrawMode () const |
void | SetMirrorFlags (BmpMirrorFlags nMirrFlags) |
BmpMirrorFlags | GetMirrorFlags () const |
void | SetCrop (tools::Long nLeft_100TH_MM, tools::Long nTop_100TH_MM, tools::Long nRight_100TH_MM, tools::Long nBottom_100TH_MM) |
tools::Long | GetLeftCrop () const |
tools::Long | GetTopCrop () const |
tools::Long | GetRightCrop () const |
tools::Long | GetBottomCrop () const |
void | SetRotation (Degree10 nRotate10) |
Degree10 | GetRotation () const |
void | SetLuminance (short nLuminancePercent) |
short | GetLuminance () const |
void | SetContrast (short nContrastPercent) |
short | GetContrast () const |
void | SetChannelR (short nChannelRPercent) |
short | GetChannelR () const |
void | SetChannelG (short nChannelGPercent) |
short | GetChannelG () const |
void | SetChannelB (short nChannelBPercent) |
short | GetChannelB () const |
void | SetGamma (double fGamma) |
double | GetGamma () const |
void | SetInvert (bool bInvert) |
bool | IsInvert () const |
void | SetAlpha (sal_uInt8 cAlpha) |
sal_uInt8 | GetAlpha () const |
bool | IsSpecialDrawMode () const |
bool | IsMirrored () const |
bool | IsCropped () const |
bool | IsRotated () const |
bool | IsTransparent () const |
bool | IsAdjusted () const |
Private Attributes | |
double | mfGamma |
BmpMirrorFlags | mnMirrFlags |
tools::Long | mnLeftCrop |
tools::Long | mnTopCrop |
tools::Long | mnRightCrop |
tools::Long | mnBottomCrop |
Degree10 | mnRotate10 |
short | mnContPercent |
short | mnLumPercent |
short | mnRPercent |
short | mnGPercent |
short | mnBPercent |
bool | mbInvert |
sal_uInt8 | mcAlpha |
GraphicDrawMode | meDrawMode |
Definition at line 34 of file GraphicAttributes.hxx.
GraphicAttr::GraphicAttr | ( | ) |
Definition at line 22 of file grfattr.cxx.
|
inline |
Definition at line 103 of file GraphicAttributes.hxx.
|
inline |
Definition at line 76 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 94 of file GraphicAttributes.hxx.
|
inline |
Definition at line 91 of file GraphicAttributes.hxx.
|
inline |
Definition at line 88 of file GraphicAttributes.hxx.
|
inline |
Definition at line 85 of file GraphicAttributes.hxx.
|
inline |
Definition at line 60 of file GraphicAttributes.hxx.
|
inline |
Definition at line 97 of file GraphicAttributes.hxx.
|
inline |
Definition at line 73 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 82 of file GraphicAttributes.hxx.
|
inline |
Definition at line 63 of file GraphicAttributes.hxx.
Referenced by GraphicObject::Draw(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 75 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 79 of file GraphicAttributes.hxx.
Referenced by GraphicObject::ImplGetCropParams(), and GraphicObject::ImplTransformBitmap().
|
inline |
Definition at line 74 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 113 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 107 of file GraphicAttributes.hxx.
Referenced by GraphicObject::Draw(), GraphicObject::GetTransformedGraphic(), GraphicObject::ImplTransformBitmap(), and GraphicObject::StartAnimation().
|
inline |
Definition at line 100 of file GraphicAttributes.hxx.
|
inline |
Definition at line 106 of file GraphicAttributes.hxx.
References NONE.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 111 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 105 of file GraphicAttributes.hxx.
References Standard.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 112 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 57 of file GraphicAttributes.hxx.
bool GraphicAttr::operator== | ( | const GraphicAttr & | rAttr | ) | const |
Definition at line 41 of file grfattr.cxx.
References mbInvert, mcAlpha, meDrawMode, mfGamma, mnBottomCrop, mnBPercent, mnContPercent, mnGPercent, mnLeftCrop, mnLumPercent, mnMirrFlags, mnRightCrop, mnRotate10, mnRPercent, and mnTopCrop.
Definition at line 102 of file GraphicAttributes.hxx.
|
inline |
Definition at line 93 of file GraphicAttributes.hxx.
|
inline |
Definition at line 90 of file GraphicAttributes.hxx.
|
inline |
Definition at line 87 of file GraphicAttributes.hxx.
|
inline |
Definition at line 84 of file GraphicAttributes.hxx.
|
inline |
Definition at line 65 of file GraphicAttributes.hxx.
|
inline |
Definition at line 59 of file GraphicAttributes.hxx.
|
inline |
Definition at line 96 of file GraphicAttributes.hxx.
|
inline |
Definition at line 99 of file GraphicAttributes.hxx.
|
inline |
Definition at line 81 of file GraphicAttributes.hxx.
|
inline |
Definition at line 62 of file GraphicAttributes.hxx.
Referenced by GraphicObject::Draw().
Definition at line 78 of file GraphicAttributes.hxx.
|
private |
Definition at line 49 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 50 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 51 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 37 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 42 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 48 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 44 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 47 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 39 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 45 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 38 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 41 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 43 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 46 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 40 of file GraphicAttributes.hxx.
Referenced by operator==().