|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SVGRenderStyleDefs.h>
Public Member Functions | |
| Ref< StyleStrokeData > | copy () const |
| bool | operator== (const StyleStrokeData &) const |
| bool | operator!= (const StyleStrokeData &other) const |
| Ref< StyleStrokeData > | copy () const |
| bool | operator== (const StyleStrokeData &) const |
| bool | operator!= (const StyleStrokeData &other) const |
Public Member Functions inherited from WTF::RefCounted< StyleStrokeData > | |
| 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< StyleStrokeData > | create () |
| static Ref< StyleStrokeData > | create () |
Public Attributes | |
| float | opacity |
| float | miterLimit |
| Length | dashOffset |
| Vector< SVGLengthValue > | dashArray |
| SVGPaintType | paintType |
| Color | paintColor |
| String | paintUri |
| SVGPaintType | visitedLinkPaintType |
| Color | visitedLinkPaintColor |
| String | visitedLinkPaintUri |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< StyleStrokeData > | |
| 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 |
| Ref< StyleStrokeData > WebCore::StyleStrokeData::copy | ( | ) | const |
| Ref<StyleStrokeData> WebCore::StyleStrokeData::copy | ( | ) | const |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
| bool WebCore::StyleStrokeData::operator== | ( | const StyleStrokeData & | other | ) | const |
| bool WebCore::StyleStrokeData::operator== | ( | const StyleStrokeData & | ) | const |
| Vector< SVGLengthValue > WebCore::StyleStrokeData::dashArray |
| Length WebCore::StyleStrokeData::dashOffset |
| float WebCore::StyleStrokeData::miterLimit |
| float WebCore::StyleStrokeData::opacity |
| Color WebCore::StyleStrokeData::paintColor |
| SVGPaintType WebCore::StyleStrokeData::paintType |
| String WebCore::StyleStrokeData::paintUri |
| Color WebCore::StyleStrokeData::visitedLinkPaintColor |
| SVGPaintType WebCore::StyleStrokeData::visitedLinkPaintType |
| String WebCore::StyleStrokeData::visitedLinkPaintUri |
1.8.13