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