|
LibreOffice Module vcl (master) 1
|
Public Member Functions | |
| Impl () | |
| Impl (const Impl &rImplGradient) | |
| bool | operator== (const Impl &rImpl_Gradient) const |
Public Attributes | |
| css::awt::GradientStyle | meStyle |
| Color | maStartColor |
| Color | maEndColor |
| Degree10 | mnAngle |
| sal_uInt16 | mnBorder |
| sal_uInt16 | mnOfsX |
| sal_uInt16 | mnOfsY |
| sal_uInt16 | mnIntensityStart |
| sal_uInt16 | mnIntensityEnd |
| sal_uInt16 | mnStepCount |
Definition at line 26 of file gdi/gradient.cxx.
|
inline |
Definition at line 40 of file gdi/gradient.cxx.
References COL_BLACK(), and COL_WHITE().
|
inline |
Definition at line 54 of file gdi/gradient.cxx.
|
inline |
Definition at line 68 of file gdi/gradient.cxx.
References maEndColor, maStartColor, meStyle, mnAngle, mnBorder, mnIntensityEnd, mnIntensityStart, mnOfsX, mnOfsY, and mnStepCount.
| Color Gradient::Impl::maEndColor |
Definition at line 31 of file gdi/gradient.cxx.
Referenced by operator==().
| Color Gradient::Impl::maStartColor |
Definition at line 30 of file gdi/gradient.cxx.
Referenced by operator==().
| css::awt::GradientStyle Gradient::Impl::meStyle |
Definition at line 29 of file gdi/gradient.cxx.
Referenced by operator==().
| Degree10 Gradient::Impl::mnAngle |
Definition at line 32 of file gdi/gradient.cxx.
Referenced by operator==().
| sal_uInt16 Gradient::Impl::mnBorder |
Definition at line 33 of file gdi/gradient.cxx.
Referenced by operator==().
| sal_uInt16 Gradient::Impl::mnIntensityEnd |
Definition at line 37 of file gdi/gradient.cxx.
Referenced by operator==().
| sal_uInt16 Gradient::Impl::mnIntensityStart |
Definition at line 36 of file gdi/gradient.cxx.
Referenced by operator==().
| sal_uInt16 Gradient::Impl::mnOfsX |
Definition at line 34 of file gdi/gradient.cxx.
Referenced by operator==().
| sal_uInt16 Gradient::Impl::mnOfsY |
Definition at line 35 of file gdi/gradient.cxx.
Referenced by operator==().
| sal_uInt16 Gradient::Impl::mnStepCount |
Definition at line 38 of file gdi/gradient.cxx.
Referenced by operator==().