|
| enum | PathPolicy { ABSOLUTE = 1
, PREFIXED = 2
} |
| |
| enum | IncludePolicy {
NONE = 0
, PNG = 1
, SVG = 2
, TXT = 4
,
SKIP = 16
, NEXT = 32
, ON = 64
, OFF = 128
,
ALL = ON|(PNG|SVG|TXT)
, UNKNOWN = 255
} |
| |
The documentation for this class was generated from the following files:
- src/drain/image/TreeSVG.h
- src/drain/image/TreeSVG.cpp