18 #ifndef QGSHILLSHADERENDERERWIDGET_H 
   19 #define QGSHILLSHADERENDERERWIDGET_H 
   21 #include "ui_qgshillshaderendererwidget.h" 
   24 #include <QDoubleSpinBox> 
   67     double azimuth() 
const;
 
   73     double altitude()  
const;
 
   79     double zFactor()  
const;
 
   85     bool multiDirectional() 
const;
 
   94     void setAltitude( 
double altitude );
 
  101     void setAzimuth( 
double azimuth );
 
  108     void setZFactor( 
double zfactor );
 
  115     void setMultiDirectional( 
bool isMultiDirectional );
 
  118     void mLightAzimuth_updated( 
double value );
 
  119     void mLightAzimuthDial_updated( 
int value );
 
Represents a raster layer.
Raster renderer pipe that applies colors to a raster.
A rectangle specified with double values.