Attributes for nodes in the PDF tree.
More...
#include <SkPDFDocument.h>
|
| | AttributeList () |
| |
| | ~AttributeList () |
| |
| void | appendInt (const char *owner, const char *name, int value) |
| |
| void | appendFloat (const char *owner, const char *name, float value) |
| |
| void | appendName (const char *owner, const char *attrName, const char *value) |
| |
| void | appendFloatArray (const char *owner, const char *name, const std::vector< float > &value) |
| |
| void | appendNodeIdArray (const char *owner, const char *attrName, const std::vector< int > &nodeIds) |
| |
Attributes for nodes in the PDF tree.
◆ AttributeList()
| SkPDF::AttributeList::AttributeList |
( |
| ) |
|
◆ ~AttributeList()
| SkPDF::AttributeList::~AttributeList |
( |
| ) |
|
◆ appendFloat()
| void SkPDF::AttributeList::appendFloat |
( |
const char * |
owner, |
|
|
const char * |
name, |
|
|
float |
value |
|
) |
| |
◆ appendFloatArray()
| void SkPDF::AttributeList::appendFloatArray |
( |
const char * |
owner, |
|
|
const char * |
name, |
|
|
const std::vector< float > & |
value |
|
) |
| |
◆ appendInt()
| void SkPDF::AttributeList::appendInt |
( |
const char * |
owner, |
|
|
const char * |
name, |
|
|
int |
value |
|
) |
| |
◆ appendName()
| void SkPDF::AttributeList::appendName |
( |
const char * |
owner, |
|
|
const char * |
attrName, |
|
|
const char * |
value |
|
) |
| |
◆ appendNodeIdArray()
| void SkPDF::AttributeList::appendNodeIdArray |
( |
const char * |
owner, |
|
|
const char * |
attrName, |
|
|
const std::vector< int > & |
nodeIds |
|
) |
| |
◆ ::SkPDFTagTree
| friend class ::SkPDFTagTree |
|
friend |
The documentation for this class was generated from the following file: