Skia
2D Graphics Library
SkSVGIRI Class Reference

#include <SkSVGTypes.h>

Public Types

enum class  Type { kLocal , kNonlocal , kDataURI }
 

Public Member Functions

 SkSVGIRI ()
 
 SkSVGIRI (Type t, const SkSVGStringType &iri)
 
Type type () const
 
const SkSVGStringTypeiri () const
 
bool operator== (const SkSVGIRI &other) const
 
bool operator!= (const SkSVGIRI &other) const
 

Member Enumeration Documentation

◆ Type

enum SkSVGIRI::Type
strong
Enumerator
kLocal 
kNonlocal 
kDataURI 

Constructor & Destructor Documentation

◆ SkSVGIRI() [1/2]

SkSVGIRI::SkSVGIRI ( )
inline

◆ SkSVGIRI() [2/2]

SkSVGIRI::SkSVGIRI ( Type  t,
const SkSVGStringType iri 
)
inline

Member Function Documentation

◆ iri()

const SkSVGStringType& SkSVGIRI::iri ( ) const
inline

◆ operator!=()

bool SkSVGIRI::operator!= ( const SkSVGIRI other) const
inline

◆ operator==()

bool SkSVGIRI::operator== ( const SkSVGIRI other) const
inline

◆ type()

Type SkSVGIRI::type ( ) const
inline

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