Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to commit the header
git-svn-id: http://svn.osgeo.org/qgis/trunk@13148 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 23, 2010
1 parent 280ec8d commit 17d63d5
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -86,6 +86,9 @@ class QgsPointDisplacementRenderer: public QgsFeatureRendererV2
/**Sets the center symbol (takes ownership)*/
void setCenterSymbol( QgsMarkerSymbolV2* symbol );

void setTolerance( double t ) { mTolerance = t; }
double tolerance() const { return mTolerance; }

private:

/**Embedded renderer. Like This, it is possible to use a classification together with point displacement*/
Expand Down

0 comments on commit 17d63d5

Please sign in to comment.