18#ifndef QGSHILLSHADERENDERERWIDGET_H 
   19#define QGSHILLSHADERENDERERWIDGET_H 
   21#include "ui_qgshillshaderendererwidget.h" 
   24#include <QDoubleSpinBox> 
   62    double azimuth() const;
 
   68    double altitude()  const;
 
   74    double zFactor()  const;
 
   80    bool multiDirectional() const;
 
   89    void setAltitude( 
double altitude );
 
   96    void setAzimuth( 
double azimuth );
 
  103    void setZFactor( 
double zfactor );
 
  110    void setMultiDirectional( 
bool isMultiDirectional );
 
  113    void mLightAzimuth_updated( 
double value );
 
  114    void mLightAzimuthDial_updated( 
int value );
 
 
Represents a raster layer.
 
Raster renderer pipe that applies colors to a raster.
 
A rectangle specified with double values.