QGIS API Documentation
2.8.2-Wien
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
gui
qgsslider.h
Go to the documentation of this file.
1
#include <QPainter>
2
#include <QPaintEvent>
3
#include <QSize>
4
#include <QSlider>
5
6
class
GUI_EXPORT
QgsSlider
:
public
QSlider
7
{
8
Q_OBJECT
9
public
:
10
QgsSlider
( QWidget *parent = 0 );
11
QgsSlider
( Qt::Orientation orientation, QWidget * parent = 0 );
12
protected
:
13
virtual
void
paintEvent( QPaintEvent * event )
override
;
14
};
Generated on Sun May 10 2015 16:33:26 for QGIS API Documentation by
1.8.1.2