Nyall Dawson
60816af372
Correctly mark some raster classes copy/assignment as private
...
As they haven't been properly implemented yet and the classes
violate the rule of three
2016-01-20 17:06:04 +11:00
Nyall Dawson
cdf21b7c3e
Return derived classes from clone() methods, avoids need to
...
dynamic_cast results
2015-11-12 20:29:06 +11:00
Nyall Dawson
c49b5b777f
Change a lot of arguments to const references in core/gui
...
Rationale:
- there was a lot of large objects passed by value, so potentially
there's a speed bump from this
- even for implicitly shared classes like QString/QList there's still
a (small) cost for copying the objects when there's no reason to
- it's the right thing to do!
2015-10-07 12:02:04 +11:00
Juergen E. Fischer
9752c468c1
indentation update
2015-07-29 11:52:14 +02:00
Juergen E. Fischer
74e7314c36
update sip bindings II
2014-01-27 09:22:53 +01:00
Radim Blazek
24bcec43d5
[FEATURE] labels support in QgsPalettedRasterRenderer, fixes #8886
2013-11-02 18:21:31 +01:00
Juergen E. Fischer
558dcf26db
fix QgsPalettedRasterRenderer sip binding
2013-03-11 16:21:25 +01:00