LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
Gradient::Impl Class Reference
Collaboration diagram for Gradient::Impl:
[legend]

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
 

Detailed Description

Definition at line 26 of file gdi/gradient.cxx.

Constructor & Destructor Documentation

◆ Impl() [1/2]

Gradient::Impl::Impl ( )
inline

Definition at line 40 of file gdi/gradient.cxx.

References COL_BLACK(), and COL_WHITE().

◆ Impl() [2/2]

Gradient::Impl::Impl ( const Impl rImplGradient)
inline

Definition at line 54 of file gdi/gradient.cxx.

Member Function Documentation

◆ operator==()

bool Gradient::Impl::operator== ( const Impl rImpl_Gradient) const
inline

Member Data Documentation

◆ maEndColor

Color Gradient::Impl::maEndColor

Definition at line 31 of file gdi/gradient.cxx.

Referenced by operator==().

◆ maStartColor

Color Gradient::Impl::maStartColor

Definition at line 30 of file gdi/gradient.cxx.

Referenced by operator==().

◆ meStyle

css::awt::GradientStyle Gradient::Impl::meStyle

Definition at line 29 of file gdi/gradient.cxx.

Referenced by operator==().

◆ mnAngle

Degree10 Gradient::Impl::mnAngle

Definition at line 32 of file gdi/gradient.cxx.

Referenced by operator==().

◆ mnBorder

sal_uInt16 Gradient::Impl::mnBorder

Definition at line 33 of file gdi/gradient.cxx.

Referenced by operator==().

◆ mnIntensityEnd

sal_uInt16 Gradient::Impl::mnIntensityEnd

Definition at line 37 of file gdi/gradient.cxx.

Referenced by operator==().

◆ mnIntensityStart

sal_uInt16 Gradient::Impl::mnIntensityStart

Definition at line 36 of file gdi/gradient.cxx.

Referenced by operator==().

◆ mnOfsX

sal_uInt16 Gradient::Impl::mnOfsX

Definition at line 34 of file gdi/gradient.cxx.

Referenced by operator==().

◆ mnOfsY

sal_uInt16 Gradient::Impl::mnOfsY

Definition at line 35 of file gdi/gradient.cxx.

Referenced by operator==().

◆ mnStepCount

sal_uInt16 Gradient::Impl::mnStepCount

Definition at line 38 of file gdi/gradient.cxx.

Referenced by operator==().


The documentation for this class was generated from the following file: