Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SkCommandLineConfigSvg Class Reference

#include <CommonFlagsConfig.h>

Inheritance diagram for SkCommandLineConfigSvg:
SkCommandLineConfig

Public Member Functions

 SkCommandLineConfigSvg (const SkString &tag, const skia_private::TArray< SkString > &viaParts, int pageIndex)
 
const SkCommandLineConfigSvgasConfigSvg () const override
 
int getPageIndex () const
 
- Public Member Functions inherited from SkCommandLineConfig
 SkCommandLineConfig (const SkString &tag, const SkString &backend, const skia_private::TArray< SkString > &viaParts)
 
virtual ~SkCommandLineConfig ()
 
virtual const SkCommandLineConfigGpuasConfigGpu () const
 
virtual const SkCommandLineConfigGraphite * asConfigGraphite () const
 
const SkStringgetTag () const
 
const SkStringgetBackend () const
 
sk_sp< SkColorSpacerefColorSpace () const
 
const skia_private::TArray< SkString > & getViaParts () const
 

Detailed Description

Definition at line 164 of file CommonFlagsConfig.h.

Constructor & Destructor Documentation

◆ SkCommandLineConfigSvg()

SkCommandLineConfigSvg::SkCommandLineConfigSvg ( const SkString tag,
const skia_private::TArray< SkString > &  viaParts,
int  pageIndex 
)

Definition at line 733 of file CommonFlagsConfig.cpp.

736 : SkCommandLineConfig(tag, SkString("svg"), viaParts), fPageIndex(pageIndex) {}

Member Function Documentation

◆ asConfigSvg()

const SkCommandLineConfigSvg * SkCommandLineConfigSvg::asConfigSvg ( ) const
inlineoverridevirtual

Reimplemented from SkCommandLineConfig.

Definition at line 167 of file CommonFlagsConfig.h.

167{ return this; }

◆ getPageIndex()

int SkCommandLineConfigSvg::getPageIndex ( ) const
inline

Definition at line 169 of file CommonFlagsConfig.h.

169{ return fPageIndex; }

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