33 explicit TileGrouper(
const QExplicitlySharedDataPointer<GeoIfaceSharedData>& sharedData,
34 QObject*
const parent);
37 void setClustersDirty();
38 bool getClustersDirty()
const;
39 void updateClusters();
40 void setCurrentBackend(
MapBackend*
const backend);
44 bool currentBackendReady();
49 const QScopedPointer<Private> d;
51 const QExplicitlySharedDataPointer<GeoIfaceSharedData> s;