QGIS API Documentation  2.12.0-Lyon
qgsrendererv2propertiesdialog.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgsrendererv2propertiesdialog.h
3 
4  ---------------------
5  begin : December 2009
6  copyright : (C) 2009 by Martin Dobias
7  email : wonder dot sk at gmail dot com
8  ***************************************************************************
9  * *
10  * This program is free software; you can redistribute it and/or modify *
11  * it under the terms of the GNU General Public License as published by *
12  * the Free Software Foundation; either version 2 of the License, or *
13  * (at your option) any later version. *
14  * *
15  ***************************************************************************/
16 
17 #ifndef QGSRENDERERV2PROPERTIESDIALOG_H
18 #define QGSRENDERERV2PROPERTIESDIALOG_H
19 
20 #include <QDialog>
21 
22 #include "ui_qgsrendererv2propsdialogbase.h"
23 
24 class QKeyEvent;
25 
26 class QgsVectorLayer;
27 class QgsStyleV2;
28 class QgsSymbolV2;
29 class QgsPaintEffect;
31 class QgsMapCanvas;
32 
33 class GUI_EXPORT QgsRendererV2PropertiesDialog : public QDialog, private Ui::QgsRendererV2PropsDialogBase
34 {
35  Q_OBJECT
36 
37  public:
38  QgsRendererV2PropertiesDialog( QgsVectorLayer* layer, QgsStyleV2* style, bool embedded = false );
40 
46  void setMapCanvas( QgsMapCanvas* canvas );
47 
48  public slots:
50  void rendererChanged();
51 
52  void apply();
53  void onOK();
54 
55  protected:
56 
58  void keyPressEvent( QKeyEvent * event ) override;
59 
60 
63 
65 
67 
69 };
70 
71 
72 #endif
Base class for visual effects which can be applied to QPicture drawings.
Map canvas is a class for displaying all GIS data types on a canvas.
Definition: qgsmapcanvas.h:107
virtual void keyPressEvent(QKeyEvent *e)
Base class for renderer settings widgets.
Represents a vector layer which manages a vector based data sets.