File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+
1
2
class QgsRasterRenderer : QgsRasterInterface
2
3
{
3
4
%TypeHeaderCode
@@ -46,7 +47,7 @@ class QgsRasterRenderer : QgsRasterInterface
46
47
void setOpacity( double opacity );
47
48
double opacity() const;
48
49
49
- void setRasterTransparency( QgsRasterTransparency* t );
50
+ void setRasterTransparency( QgsRasterTransparency* t /Transfer/ );
50
51
const QgsRasterTransparency* rasterTransparency() const;
51
52
52
53
void setAlphaBand( int band );
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ class QgsRasterTransparency
42
42
void initializeTransparentPixelList( double, double, double );
43
43
44
44
/** \brief Accessor for transparentSingleValuePixelList */
45
- void setTransparentSingleValuePixelList( QList<QgsRasterTransparency::TransparentSingleValuePixel> );
45
+ void setTransparentSingleValuePixelList( QList<QgsRasterTransparency::TransparentSingleValuePixel> /Transfer/ );
46
46
47
47
/** \brief Accessor for transparentThreeValuePixelList */
48
- void setTransparentThreeValuePixelList( QList<QgsRasterTransparency::TransparentThreeValuePixel> );
48
+ void setTransparentThreeValuePixelList( QList<QgsRasterTransparency::TransparentThreeValuePixel> /Transfer/ );
49
49
50
50
/** \brief Returns the transparency value for a single value Pixel */
51
51
int alphaValue( double, int theGlobalTransparency = 255 ) const;
You can’t perform that action at this time.
0 commit comments