|
|
| ClipperSVG (TreeSVG &root) |
| |
|
| ClipperSVG (const ClipperSVG &clipper) |
| |
|
int | visitPrefix (TreeSVG &tree, const TreeSVG::path_t &path) override |
| |
|
int | visitPostfix (TreeSVG &tree, const TreeSVG::path_t &path) override |
| |
|
virtual int | visitPrefix (TreeSVG &tree, const typename T::path_t &path) |
| | Tasks to be executed before traversing child nodes.
|
| |
|
virtual int | visitPostfix (TreeSVG &tree, const typename T::path_t &path) |
| | Tasks to be executed after traversing child nodes.
|
| |
|
| static TreeSVG & | getClippingRect (TreeSVG &root, size_t width, size_t height) |
| | Ensures a clipping path o f type RECT of given size.
|
| |
|
|
static const std::string | CLIP |
| |
◆ getClippingRect()
| TreeSVG & getClippingRect |
( |
TreeSVG & |
root, |
|
|
size_t |
width, |
|
|
size_t |
height |
|
) |
| |
|
static |
Ensures a clipping path o f type RECT of given size.
Only a single entry is created for each (width,height) combination
The documentation for this class was generated from the following files: