Home
last modified time | relevance | path

Searched defs:isGroupLayer (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Deditablelayer.h147 inline bool EditableLayer::isGroupLayer() const in isGroupLayer() function
/dports/graphics/krita/krita-4.4.8/plugins/python/batch_exporter/
H A DInfrastructure.py153 def isGroupLayer(self): member in WNode
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dlayer.h239 bool isGroupLayer() const { return mLayerType == GroupLayerType; } in isGroupLayer() function
/dports/graphics/krita/krita-4.4.8/plugins/impex/psd/
H A Dpsd_layer_section.cpp328 const bool isGroupLayer = child->inherits("KisGroupLayer"); in flattenNodes() local
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_layer_manager.cc190 const bool isGroupLayer = layer && layer->inherits("KisGroupLayer"); in updateGUI() local