Home
last modified time | relevance | path

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

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dpropertybrowser.h208 int mMapObjectFlags = 0; variable
H A Dpropertybrowser.cpp717 mMapObjectFlags = mapObjectFlags(mapObject); in addMapObjectProperties()
719 if (mMapObjectFlags & ObjectHasDimensions) { in addMapObjectProperties()
727 if (mMapObjectFlags & ObjectHasTile) { in addMapObjectProperties()
735 if (mMapObjectFlags & ObjectIsText) { in addMapObjectProperties()
1722 if (mMapObjectFlags != flags) { in updateProperties()