Home
last modified time | relevance | path

Searched refs:locateOrCreate (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/scantailor/scantailor-advanced-1.0.16/zones/
H A DZone.cpp28 …m_props.locateOrCreate<output::PictureLayerProperty>()->setLayer(output::PictureLayerProperty::PAI… in Zone()
30 m_props.locateOrCreate<output::ZoneCategoryProperty>()->setZoneCategory( in Zone()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/foundation/
H A DPropertySet.h78 intrusive_ptr<T> locateOrCreate();
133 intrusive_ptr<T> PropertySet::locateOrCreate() { in locateOrCreate() function
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/output/
H A DColorPickupInteraction.cpp34 m_fillColorProp = zone.properties()->locateOrCreate<FCP>(); in startInteraction()
124 default_props.locateOrCreate<FillColorProperty>()->setColor(color); in takeColor()
H A DPictureZonePropDialog.cpp60 m_props->locateOrCreate<PictureLayerProperty>()->setLayer(layer); in itemToggled()
H A DSettings.cpp291 props.locateOrCreate<PictureLayerProperty>()->setLayer(PictureLayerProperty::PAINTER2); in initialPictureZoneProps()
298 props.locateOrCreate<FillColorProperty>()->setColor(Qt::white); in initialFillZoneProps()