LibreOffice Module basegfx (master) 1
Public Member Functions | Private Attributes | List of all members
basegfx::BColorStop Class Reference

#include <bgradient.hxx>

Collaboration diagram for basegfx::BColorStop:
[legend]

Public Member Functions

 BColorStop (double fStopOffset=0.0, const BColor &rStopColor=BColor())
 
double getStopOffset () const
 
const BColorgetStopColor () const
 
bool operator< (const BColorStop &rCandidate) const
 
bool operator== (const BColorStop &rCandidate) const
 
bool operator!= (const BColorStop &rCandidate) const
 

Private Attributes

double mfStopOffset
 
BColor maStopColor
 

Detailed Description

Definition at line 57 of file bgradient.hxx.

Constructor & Destructor Documentation

◆ BColorStop()

basegfx::BColorStop::BColorStop ( double  fStopOffset = 0.0,
const BColor rStopColor = BColor() 
)
inline

Definition at line 70 of file bgradient.hxx.

Member Function Documentation

◆ getStopColor()

const BColor & basegfx::BColorStop::getStopColor ( ) const
inline

Definition at line 86 of file bgradient.hxx.

Referenced by operator==(), and basegfx::BColorStops::sortAndCorrect().

◆ getStopOffset()

double basegfx::BColorStop::getStopOffset ( ) const
inline

Definition at line 85 of file bgradient.hxx.

Referenced by operator<(), operator==(), and basegfx::BColorStops::sortAndCorrect().

◆ operator!=()

bool basegfx::BColorStop::operator!= ( const BColorStop rCandidate) const
inline

Definition at line 100 of file bgradient.hxx.

◆ operator<()

bool basegfx::BColorStop::operator< ( const BColorStop rCandidate) const
inline

Definition at line 89 of file bgradient.hxx.

References getStopOffset().

◆ operator==()

bool basegfx::BColorStop::operator== ( const BColorStop rCandidate) const
inline

Definition at line 94 of file bgradient.hxx.

References getStopColor(), and getStopOffset().

Member Data Documentation

◆ maStopColor

BColor basegfx::BColorStop::maStopColor
private

Definition at line 64 of file bgradient.hxx.

◆ mfStopOffset

double basegfx::BColorStop::mfStopOffset
private

Definition at line 61 of file bgradient.hxx.


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