QGIS/python/gui/auto_generated/symbology/qgspenstylecombobox.sip.in

64 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-06-08 15:30:38 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
2017-08-06 13:39:03 +02:00
* src/gui/symbology/qgspenstylecombobox.h *
2017-06-08 15:30:38 +02:00
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsPenStyleComboBox : QComboBox
{
2017-06-08 15:30:38 +02:00
%TypeHeaderCode
2017-06-08 15:30:38 +02:00
#include "qgspenstylecombobox.h"
%End
public:
2017-06-08 15:30:38 +02:00
QgsPenStyleComboBox( QWidget *parent /TransferThis/ = 0 );
Qt::PenStyle penStyle() const;
void setPenStyle( Qt::PenStyle style );
protected:
QIcon iconForPen( Qt::PenStyle style );
};
class QgsPenJoinStyleComboBox : QComboBox
{
2017-06-08 15:30:38 +02:00
%TypeHeaderCode
2017-06-08 15:30:38 +02:00
#include "qgspenstylecombobox.h"
%End
public:
2017-06-08 15:30:38 +02:00
QgsPenJoinStyleComboBox( QWidget *parent /TransferThis/ = 0 );
Qt::PenJoinStyle penJoinStyle() const;
void setPenJoinStyle( Qt::PenJoinStyle style );
};
class QgsPenCapStyleComboBox : QComboBox
{
2017-06-08 15:30:38 +02:00
%TypeHeaderCode
2017-06-08 15:30:38 +02:00
#include "qgspenstylecombobox.h"
%End
public:
2017-06-08 15:30:38 +02:00
QgsPenCapStyleComboBox( QWidget *parent /TransferThis/ = 0 );
Qt::PenCapStyle penCapStyle() const;
void setPenCapStyle( Qt::PenCapStyle style );
};
2017-06-08 15:30:38 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
2017-08-06 13:39:03 +02:00
* src/gui/symbology/qgspenstylecombobox.h *
2017-06-08 15:30:38 +02:00
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/