You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: python/core/qgsrenderer.sip
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
/**Abstract base class for renderers. A renderer holds all the information necessary to draw the contents of a vector layer to a map canvas. The vector layer then passes each feature to paint to the renderer*/
3
-
class QgsRenderer /Abstract/
3
+
class QgsRenderer
4
4
{
5
5
%TypeHeaderCode
6
6
#include <qgsrenderer.h>
@@ -27,7 +27,7 @@ class QgsRenderer /Abstract/
27
27
/** Returns true, if attribute values are used by the renderer and false otherwise*/
28
28
virtual bool needsAttributes() const=0;
29
29
/**Returns a list with indexes of classification attributes*/
0 commit comments