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

36 lines
1.3 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/qgsbrushstylecombobox.h *
2017-06-08 15:30:38 +02:00
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsBrushStyleComboBox : QComboBox
{
2017-06-08 15:30:38 +02:00
%TypeHeaderCode
2017-06-08 15:30:38 +02:00
#include "qgsbrushstylecombobox.h"
%End
public:
2017-06-08 15:30:38 +02:00
QgsBrushStyleComboBox( QWidget *parent /TransferThis/ = 0 );
Qt::BrushStyle brushStyle() const;
void setBrushStyle( Qt::BrushStyle style );
protected:
QIcon iconForBrush( Qt::BrushStyle 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/qgsbrushstylecombobox.h *
2017-06-08 15:30:38 +02:00
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/