|
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 |
| tools::Long | mnLeftCrop |
| tools::Long | mnTopCrop |
| tools::Long | mnRightCrop |
| tools::Long | mnBottomCrop |
| BmpMirrorFlags | mnMirrFlags |
| GraphicDrawMode | meDrawMode |
| Degree10 | mnRotate10 |
| short | mnContPercent |
| short | mnLumPercent |
| short | mnRPercent |
| short | mnGPercent |
| short | mnBPercent |
| sal_uInt8 | mcAlpha |
| bool | mbInvert |
Definition at line 34 of file GraphicAttributes.hxx.
|
inline |
Definition at line 54 of file GraphicAttributes.hxx.
|
inline |
Definition at line 131 of file GraphicAttributes.hxx.
|
inline |
Definition at line 104 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 122 of file GraphicAttributes.hxx.
|
inline |
Definition at line 119 of file GraphicAttributes.hxx.
|
inline |
Definition at line 116 of file GraphicAttributes.hxx.
|
inline |
Definition at line 113 of file GraphicAttributes.hxx.
|
inline |
Definition at line 88 of file GraphicAttributes.hxx.
|
inline |
Definition at line 125 of file GraphicAttributes.hxx.
|
inline |
Definition at line 101 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 110 of file GraphicAttributes.hxx.
|
inline |
Definition at line 91 of file GraphicAttributes.hxx.
Referenced by GraphicObject::Draw(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 103 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 107 of file GraphicAttributes.hxx.
Referenced by GraphicObject::ImplGetCropParams(), and GraphicObject::ImplTransformBitmap().
|
inline |
Definition at line 102 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic(), and GraphicObject::ImplGetCropParams().
|
inline |
Definition at line 141 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 135 of file GraphicAttributes.hxx.
Referenced by GraphicObject::Draw(), GraphicObject::GetTransformedGraphic(), GraphicObject::ImplTransformBitmap(), and GraphicObject::StartAnimation().
|
inline |
Definition at line 128 of file GraphicAttributes.hxx.
|
inline |
Definition at line 134 of file GraphicAttributes.hxx.
References NONE.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 139 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 133 of file GraphicAttributes.hxx.
References Standard.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 140 of file GraphicAttributes.hxx.
Referenced by GraphicObject::GetTransformedGraphic().
|
inline |
Definition at line 85 of file GraphicAttributes.hxx.
|
inline |
Definition at line 73 of file GraphicAttributes.hxx.
References mbInvert, mcAlpha, meDrawMode, mfGamma, mnBottomCrop, mnBPercent, mnContPercent, mnGPercent, mnLeftCrop, mnLumPercent, mnMirrFlags, mnRightCrop, mnRotate10, mnRPercent, and mnTopCrop.
|
inline |
Definition at line 130 of file GraphicAttributes.hxx.
|
inline |
Definition at line 121 of file GraphicAttributes.hxx.
|
inline |
Definition at line 118 of file GraphicAttributes.hxx.
|
inline |
Definition at line 115 of file GraphicAttributes.hxx.
|
inline |
Definition at line 112 of file GraphicAttributes.hxx.
|
inline |
Definition at line 93 of file GraphicAttributes.hxx.
|
inline |
Definition at line 87 of file GraphicAttributes.hxx.
|
inline |
Definition at line 124 of file GraphicAttributes.hxx.
|
inline |
Definition at line 127 of file GraphicAttributes.hxx.
|
inline |
Definition at line 109 of file GraphicAttributes.hxx.
|
inline |
Definition at line 90 of file GraphicAttributes.hxx.
Referenced by GraphicObject::Draw().
|
inline |
Definition at line 106 of file GraphicAttributes.hxx.
|
private |
Definition at line 51 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 50 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 43 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 37 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 41 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 49 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 45 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 48 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 38 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 46 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 42 of file GraphicAttributes.hxx.
Referenced by operator==().
|
private |
Definition at line 40 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==().