LibreOffice Module drawinglayer (master) 1
Public Member Functions | Private Attributes | List of all members
drawinglayer::attribute::SdrGlowAttribute Class Reference

#include <sdrglowattribute.hxx>

Collaboration diagram for drawinglayer::attribute::SdrGlowAttribute:
[legend]

Public Member Functions

 SdrGlowAttribute (sal_Int32 nRadius, const Color &rColor)
 
 SdrGlowAttribute ()
 
 SdrGlowAttribute (const SdrGlowAttribute &)
 
 SdrGlowAttribute (SdrGlowAttribute &&)
 
bool operator== (const SdrGlowAttribute &rCandidate) const
 
SdrGlowAttributeoperator= (const SdrGlowAttribute &)
 
SdrGlowAttributeoperator= (SdrGlowAttribute &&)
 
const ColorgetColor () const
 
sal_Int32 getRadius () const
 
bool isDefault () const
 

Private Attributes

sal_Int32 m_nRadius = 0
 
Color m_color
 

Detailed Description

Definition at line 18 of file sdrglowattribute.hxx.

Constructor & Destructor Documentation

◆ SdrGlowAttribute() [1/4]

drawinglayer::attribute::SdrGlowAttribute::SdrGlowAttribute ( sal_Int32  nRadius,
const Color rColor 
)

Definition at line 14 of file sdrglowattribute.cxx.

◆ SdrGlowAttribute() [2/4]

drawinglayer::attribute::SdrGlowAttribute::SdrGlowAttribute ( )
default

◆ SdrGlowAttribute() [3/4]

drawinglayer::attribute::SdrGlowAttribute::SdrGlowAttribute ( const SdrGlowAttribute )
default

◆ SdrGlowAttribute() [4/4]

drawinglayer::attribute::SdrGlowAttribute::SdrGlowAttribute ( SdrGlowAttribute &&  )
default

References operator==().

Member Function Documentation

◆ getColor()

const Color & drawinglayer::attribute::SdrGlowAttribute::getColor ( ) const
inline

Definition at line 36 of file sdrglowattribute.hxx.

◆ getRadius()

sal_Int32 drawinglayer::attribute::SdrGlowAttribute::getRadius ( ) const
inline

Definition at line 37 of file sdrglowattribute.hxx.

◆ isDefault()

bool drawinglayer::attribute::SdrGlowAttribute::isDefault ( ) const
inline

Definition at line 38 of file sdrglowattribute.hxx.

◆ operator=() [1/2]

SdrGlowAttribute & drawinglayer::attribute::SdrGlowAttribute::operator= ( const SdrGlowAttribute )
default

◆ operator=() [2/2]

SdrGlowAttribute & drawinglayer::attribute::SdrGlowAttribute::operator= ( SdrGlowAttribute &&  )
default

◆ operator==()

bool drawinglayer::attribute::SdrGlowAttribute::operator== ( const SdrGlowAttribute rCandidate) const

Definition at line 30 of file sdrglowattribute.cxx.

References m_color, and m_nRadius.

Member Data Documentation

◆ m_color

Color drawinglayer::attribute::SdrGlowAttribute::m_color
private

Definition at line 22 of file sdrglowattribute.hxx.

Referenced by operator==().

◆ m_nRadius

sal_Int32 drawinglayer::attribute::SdrGlowAttribute::m_nRadius = 0
private

Definition at line 21 of file sdrglowattribute.hxx.

Referenced by operator==().


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