Inkscape
Vector Graphics Editor
|
#include <effect.h>
Public Member Functions | |
bool | operator== (LPEItemShapesNumbers const &other) const =default |
bool | operator!= (LPEItemShapesNumbers other) const |
Public Attributes | |
size_t | nchildshapes = 0 |
size_t | nsubpaths = 0 |
size_t | ncurves = 0 |
|
inline |
|
inlinedefault |
size_t Inkscape::LivePathEffect::LPEItemShapesNumbers::nchildshapes = 0 |
Definition at line 60 of file effect.h.
Referenced by Inkscape::LivePathEffect::Effect::doBeforeEffect_impl(), and Inkscape::LivePathEffect::operator<<().
size_t Inkscape::LivePathEffect::LPEItemShapesNumbers::ncurves = 0 |
Definition at line 62 of file effect.h.
Referenced by Inkscape::LivePathEffect::Effect::doBeforeEffect_impl(), and Inkscape::LivePathEffect::operator<<().
size_t Inkscape::LivePathEffect::LPEItemShapesNumbers::nsubpaths = 0 |
Definition at line 61 of file effect.h.
Referenced by Inkscape::LivePathEffect::Effect::doBeforeEffect_impl(), and Inkscape::LivePathEffect::operator<<().