webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Friends | List of all members
WebCore::OutlineValue Class Reference

#include <OutlineValue.h>

Inheritance diagram for WebCore::OutlineValue:
WebCore::BorderValue WebCore::BorderValue

Public Member Functions

bool operator== (const OutlineValue &o) const
 
bool operator!= (const OutlineValue &o) const
 
float offset () const
 
OutlineIsAuto isAuto () const
 
bool operator== (const OutlineValue &o) const
 
bool operator!= (const OutlineValue &o) const
 
float offset () const
 
OutlineIsAuto isAuto () const
 
- Public Member Functions inherited from WebCore::BorderValue
 BorderValue ()
 
bool nonZero (bool checkStyle=true) const
 
bool isTransparent () const
 
bool isVisible (bool checkStyle=true) const
 
bool operator== (const BorderValue &o) const
 
bool operator!= (const BorderValue &o) const
 
void setColor (const Color &color)
 
const Colorcolor () const
 
float width () const
 
EBorderStyle style () const
 
 BorderValue ()
 
bool nonZero (bool checkStyle=true) const
 
bool isTransparent () const
 
bool isVisible (bool checkStyle=true) const
 
bool operator== (const BorderValue &o) const
 
bool operator!= (const BorderValue &o) const
 
void setColor (const Color &color)
 
const Colorcolor () const
 
float width () const
 
EBorderStyle style () const
 

Friends

class RenderStyle
 

Additional Inherited Members

- Protected Attributes inherited from WebCore::BorderValue
float m_width { 3 }
 
Color m_color
 
unsigned m_style: 4
 
unsigned m_isAuto: 1
 

Member Function Documentation

◆ isAuto() [1/2]

OutlineIsAuto WebCore::OutlineValue::isAuto ( ) const
inline

◆ isAuto() [2/2]

OutlineIsAuto WebCore::OutlineValue::isAuto ( ) const
inline

◆ offset() [1/2]

float WebCore::OutlineValue::offset ( ) const
inline

◆ offset() [2/2]

float WebCore::OutlineValue::offset ( ) const
inline

◆ operator!=() [1/2]

bool WebCore::OutlineValue::operator!= ( const OutlineValue o) const
inline

◆ operator!=() [2/2]

bool WebCore::OutlineValue::operator!= ( const OutlineValue o) const
inline

◆ operator==() [1/2]

bool WebCore::OutlineValue::operator== ( const OutlineValue o) const
inline

◆ operator==() [2/2]

bool WebCore::OutlineValue::operator== ( const OutlineValue o) const
inline

Friends And Related Function Documentation

◆ RenderStyle

RenderStyle
friend

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