Searched refs:pointCount (Results 1 – 3 of 3) sorted by relevance
78 Q_PROPERTY(int pointCount READ pointCount) in Q_PROPERTY()84 int pointCount = 0, bool accepted = true) in Q_PROPERTY()87 m_pointCount(pointCount), m_accepted(accepted) {} in Q_PROPERTY()102 int pointCount() const { return m_pointCount; } in pointCount() function
222 compare(map.lastPinchEvent.pointCount, 2)235 compare(map.lastPinchEvent.pointCount, 2)247 compare(map.lastPinchEvent.pointCount, 0)
1740 Property { name: "pointCount"; type: "int"; isReadonly: true }