LibreOffice Module svgio (master) 1
Public Member Functions | Private Attributes | List of all members
svgio::svgreader::SvgPaint Class Reference

#include <svgpaint.hxx>

Collaboration diagram for svgio::svgreader::SvgPaint:
[legend]

Public Member Functions

 SvgPaint (const basegfx::BColor &rColor=basegfx::BColor(0.0, 0.0, 0.0), bool bSet=false, bool bOn=false, bool bCurrent=false)
 
const basegfx::BColorgetBColor () const
 
bool isSet () const
 
bool isOn () const
 
bool isCurrent () const
 

Private Attributes

basegfx::BColor maColor
 
bool mbSet: 1
 
bool mbOn: 1
 
bool mbCurrent: 1
 

Detailed Description

Definition at line 26 of file svgpaint.hxx.

Constructor & Destructor Documentation

◆ SvgPaint()

svgio::svgreader::SvgPaint::SvgPaint ( const basegfx::BColor rColor = basegfx::BColor(0.0, 0.0, 0.0),
bool  bSet = false,
bool  bOn = false,
bool  bCurrent = false 
)
inline

Definition at line 36 of file svgpaint.hxx.

Member Function Documentation

◆ getBColor()

const basegfx::BColor & svgio::svgreader::SvgPaint::getBColor ( ) const
inline

◆ isCurrent()

bool svgio::svgreader::SvgPaint::isCurrent ( ) const
inline

◆ isOn()

bool svgio::svgreader::SvgPaint::isOn ( ) const
inline

◆ isSet()

bool svgio::svgreader::SvgPaint::isSet ( ) const
inline

Member Data Documentation

◆ maColor

basegfx::BColor svgio::svgreader::SvgPaint::maColor
private

Definition at line 29 of file svgpaint.hxx.

Referenced by getBColor().

◆ mbCurrent

bool svgio::svgreader::SvgPaint::mbCurrent
private

Definition at line 33 of file svgpaint.hxx.

Referenced by isCurrent().

◆ mbOn

bool svgio::svgreader::SvgPaint::mbOn
private

Definition at line 32 of file svgpaint.hxx.

Referenced by isOn().

◆ mbSet

bool svgio::svgreader::SvgPaint::mbSet
private

Definition at line 31 of file svgpaint.hxx.

Referenced by isSet().


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