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

#include <StyleRareInheritedData.h>

Inheritance diagram for WebCore::StyleRareInheritedData:
WTF::RefCounted< StyleRareInheritedData > WTF::RefCounted< StyleRareInheritedData > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

Ref< StyleRareInheritedDatacopy () const
 
 ~StyleRareInheritedData ()
 
bool operator== (const StyleRareInheritedData &o) const
 
bool operator!= (const StyleRareInheritedData &o) const
 
Ref< StyleRareInheritedDatacopy () const
 
 ~StyleRareInheritedData ()
 
bool operator== (const StyleRareInheritedData &o) const
 
bool operator!= (const StyleRareInheritedData &o) const
 
- Public Member Functions inherited from WTF::RefCounted< StyleRareInheritedData >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< StyleRareInheritedDatacreate ()
 
static Ref< StyleRareInheritedDatacreate ()
 

Public Attributes

RefPtr< StyleImagelistStyleImage
 
Color textStrokeColor
 
float textStrokeWidth
 
Color textFillColor
 
Color textEmphasisColor
 
Color visitedLinkTextStrokeColor
 
Color visitedLinkTextFillColor
 
Color visitedLinkTextEmphasisColor
 
std::unique_ptr< ShadowDatatextShadow
 
RefPtr< CursorListcursorData
 
Length indent
 
float effectiveZoom
 
Length wordSpacing
 
DataRef< StyleCustomPropertyDatacustomProperties
 
short widows
 
short orphans
 
unsigned hasAutoWidows: 1
 
unsigned hasAutoOrphans: 1
 
unsigned textSecurity: 2
 
unsigned userModify: 2
 
unsigned wordBreak: 2
 
unsigned overflowWrap: 1
 
unsigned nbspMode: 1
 
unsigned lineBreak: 3
 
unsigned userSelect: 2
 
unsigned colorSpace: 1
 
unsigned speak: 3
 
unsigned hyphens: 2
 
unsigned textEmphasisFill: 1
 
unsigned textEmphasisMark: 3
 
unsigned textEmphasisPosition: 4
 
unsigned textOrientation: 2
 
unsigned lineBoxContain: 7
 
unsigned imageRendering: 3
 
unsigned lineSnap: 2
 
unsigned lineAlign: 1
 
unsigned textDecorationSkip: 5
 
unsigned textUnderlinePosition: 3
 
unsigned rubyPosition: 2
 
unsigned textZoom: 1
 
unsigned hangingPunctuation: 4
 
unsigned paintOrder: 3
 
unsigned capStyle: 2
 
unsigned joinStyle: 2
 
Length strokeWidth
 
AtomicString hyphenationString
 
short hyphenationLimitBefore
 
short hyphenationLimitAfter
 
short hyphenationLimitLines
 
AtomicString textEmphasisCustomMark
 
RefPtr< QuotesDataquotes
 
AtomicString lineGrid
 
unsigned tabSize
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< StyleRareInheritedData >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Constructor & Destructor Documentation

◆ ~StyleRareInheritedData() [1/2]

WebCore::StyleRareInheritedData::~StyleRareInheritedData ( )

◆ ~StyleRareInheritedData() [2/2]

WebCore::StyleRareInheritedData::~StyleRareInheritedData ( )

Member Function Documentation

◆ copy() [1/2]

Ref< StyleRareInheritedData > WebCore::StyleRareInheritedData::copy ( ) const

◆ copy() [2/2]

Ref<StyleRareInheritedData> WebCore::StyleRareInheritedData::copy ( ) const

◆ create() [1/2]

static Ref<StyleRareInheritedData> WebCore::StyleRareInheritedData::create ( )
inlinestatic

◆ create() [2/2]

static Ref<StyleRareInheritedData> WebCore::StyleRareInheritedData::create ( )
inlinestatic

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

bool WebCore::StyleRareInheritedData::operator== ( const StyleRareInheritedData o) const

◆ operator==() [2/2]

bool WebCore::StyleRareInheritedData::operator== ( const StyleRareInheritedData o) const

Member Data Documentation

◆ capStyle

unsigned WebCore::StyleRareInheritedData::capStyle

◆ colorSpace

unsigned WebCore::StyleRareInheritedData::colorSpace

◆ cursorData

RefPtr< CursorList > WebCore::StyleRareInheritedData::cursorData

◆ customProperties

DataRef< StyleCustomPropertyData > WebCore::StyleRareInheritedData::customProperties

◆ effectiveZoom

float WebCore::StyleRareInheritedData::effectiveZoom

◆ hangingPunctuation

unsigned WebCore::StyleRareInheritedData::hangingPunctuation

◆ hasAutoOrphans

unsigned WebCore::StyleRareInheritedData::hasAutoOrphans

◆ hasAutoWidows

unsigned WebCore::StyleRareInheritedData::hasAutoWidows

◆ hyphenationLimitAfter

short WebCore::StyleRareInheritedData::hyphenationLimitAfter

◆ hyphenationLimitBefore

short WebCore::StyleRareInheritedData::hyphenationLimitBefore

◆ hyphenationLimitLines

short WebCore::StyleRareInheritedData::hyphenationLimitLines

◆ hyphenationString

AtomicString WebCore::StyleRareInheritedData::hyphenationString

◆ hyphens

unsigned WebCore::StyleRareInheritedData::hyphens

◆ imageRendering

unsigned WebCore::StyleRareInheritedData::imageRendering

◆ indent

Length WebCore::StyleRareInheritedData::indent

◆ joinStyle

unsigned WebCore::StyleRareInheritedData::joinStyle

◆ lineAlign

unsigned WebCore::StyleRareInheritedData::lineAlign

◆ lineBoxContain

unsigned WebCore::StyleRareInheritedData::lineBoxContain

◆ lineBreak

unsigned WebCore::StyleRareInheritedData::lineBreak

◆ lineGrid

AtomicString WebCore::StyleRareInheritedData::lineGrid

◆ lineSnap

unsigned WebCore::StyleRareInheritedData::lineSnap

◆ listStyleImage

RefPtr< StyleImage > WebCore::StyleRareInheritedData::listStyleImage

◆ nbspMode

unsigned WebCore::StyleRareInheritedData::nbspMode

◆ orphans

short WebCore::StyleRareInheritedData::orphans

◆ overflowWrap

unsigned WebCore::StyleRareInheritedData::overflowWrap

◆ paintOrder

unsigned WebCore::StyleRareInheritedData::paintOrder

◆ quotes

RefPtr< QuotesData > WebCore::StyleRareInheritedData::quotes

◆ rubyPosition

unsigned WebCore::StyleRareInheritedData::rubyPosition

◆ speak

unsigned WebCore::StyleRareInheritedData::speak

◆ strokeWidth

Length WebCore::StyleRareInheritedData::strokeWidth

◆ tabSize

unsigned WebCore::StyleRareInheritedData::tabSize

◆ textDecorationSkip

unsigned WebCore::StyleRareInheritedData::textDecorationSkip

◆ textEmphasisColor

Color WebCore::StyleRareInheritedData::textEmphasisColor

◆ textEmphasisCustomMark

AtomicString WebCore::StyleRareInheritedData::textEmphasisCustomMark

◆ textEmphasisFill

unsigned WebCore::StyleRareInheritedData::textEmphasisFill

◆ textEmphasisMark

unsigned WebCore::StyleRareInheritedData::textEmphasisMark

◆ textEmphasisPosition

unsigned WebCore::StyleRareInheritedData::textEmphasisPosition

◆ textFillColor

Color WebCore::StyleRareInheritedData::textFillColor

◆ textOrientation

unsigned WebCore::StyleRareInheritedData::textOrientation

◆ textSecurity

unsigned WebCore::StyleRareInheritedData::textSecurity

◆ textShadow

std::unique_ptr< ShadowData > WebCore::StyleRareInheritedData::textShadow

◆ textStrokeColor

Color WebCore::StyleRareInheritedData::textStrokeColor

◆ textStrokeWidth

float WebCore::StyleRareInheritedData::textStrokeWidth

◆ textUnderlinePosition

unsigned WebCore::StyleRareInheritedData::textUnderlinePosition

◆ textZoom

unsigned WebCore::StyleRareInheritedData::textZoom

◆ userModify

unsigned WebCore::StyleRareInheritedData::userModify

◆ userSelect

unsigned WebCore::StyleRareInheritedData::userSelect

◆ visitedLinkTextEmphasisColor

Color WebCore::StyleRareInheritedData::visitedLinkTextEmphasisColor

◆ visitedLinkTextFillColor

Color WebCore::StyleRareInheritedData::visitedLinkTextFillColor

◆ visitedLinkTextStrokeColor

Color WebCore::StyleRareInheritedData::visitedLinkTextStrokeColor

◆ widows

short WebCore::StyleRareInheritedData::widows

◆ wordBreak

unsigned WebCore::StyleRareInheritedData::wordBreak

◆ wordSpacing

Length WebCore::StyleRareInheritedData::wordSpacing

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