Searched defs:is_layer (Results 1 - 3 of 3) sorted by relevance
/inkscape/share/extensions/ | ||
H A D | tar_layers.py | 77 if self.is_layer(node): 82 def is_layer(self, node): member in class:LayersOutput |
/inkscape/src/ | ||
H A D | layer-fns.cpp | 29 bool is_layer(SPObject &object) { function in namespace:Inkscape::__anon54 42 layer->getNext(), NULL, &is_layer 54 layer->parent->firstChild(), layer, &is_layer 70 layer->firstChild(), NULL, &is_layer 88 layer->firstChild(), NULL, &is_layer |
/inkscape/src/ui/widget/ | ||
H A D | layer-selector.cpp | 201 class is_layer { class in namespace:Inkscape::Widgets::__anon144 203 is_layer(SPDesktop *desktop) : _desktop(desktop) {} function in class:Inkscape::Widgets::__anon144::is_layer 357 is_layer(_desktop), parent.firstChild(), NULL |
Completed in 16 milliseconds