Home
last modified time | relevance | path

Searched refs:ChunkWidthProperty (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dpropertybrowser.h147 ChunkWidthProperty, enumerator
H A Dpropertybrowser.cpp652 …QtVariantProperty *chunkWidthProperty = addProperty(ChunkWidthProperty, QMetaType::Int, tr("Output… in addMapProperties()
1061 case ChunkWidthProperty: { in applyMapValue()
1714 mIdToProperty[ChunkWidthProperty]->setValue(map->chunkSize().width()); in updateProperties()