QGIS API Documentation  master-3f58142
src/gui/symbology-ng/qgsdashspacedialog.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     qgsdashspacedialog.h
00003     ---------------------
00004     begin                : January 2010
00005     copyright            : (C) 2010 by Marco Hugentobler
00006     email                : marco at hugis dot net
00007  ***************************************************************************
00008  *                                                                         *
00009  *   This program is free software; you can redistribute it and/or modify  *
00010  *   it under the terms of the GNU General Public License as published by  *
00011  *   the Free Software Foundation; either version 2 of the License, or     *
00012  *   (at your option) any later version.                                   *
00013  *                                                                         *
00014  ***************************************************************************/
00015 
00016 #ifndef QGSDASHSPACEDIALOG_H
00017 #define QGSDASHSPACEDIALOG_H
00018 
00019 #include "ui_qgsdashspacedialogbase.h"
00020 
00022 class QgsDashSpaceDialog: public QDialog, private Ui::QgsDashSpaceDialogBase
00023 {
00024     Q_OBJECT
00025   public:
00026     QgsDashSpaceDialog( const QVector<qreal>& v, QWidget * parent = 0, Qt::WindowFlags f = 0 );
00027     ~QgsDashSpaceDialog();
00028 
00029     QVector<qreal> dashDotVector() const;
00030 
00031   private slots:
00032     void on_mAddButton_clicked();
00033     void on_mRemoveButton_clicked();
00034 };
00035 
00036 #endif // QGSDASHSPACEDIALOG_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines