Searched defs:is_layer (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dtar_layers.py77 if self.is_layer(node):
82 def is_layer(self, node): member in class:LayersOutput
/inkscape/src/
H A Dlayer-fns.cpp29 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 Dlayer-selector.cpp201 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