Skip to content

Commit

Permalink
Forgot to commit the header
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13148 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 23, 2010
1 parent 8114089 commit af3c18a
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 af3c18a

Please sign in to comment.