QGIS/python/gui/symbology-ng/qgssymbollevelsdialog.sip

49 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-06-08 15:30:38 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/symbology-ng/qgssymbollevelsdialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsSymbolLevelsDialog : QDialog
{
2017-06-08 15:30:38 +02:00
%TypeHeaderCode
2017-06-08 15:30:38 +02:00
#include "qgssymbollevelsdialog.h"
%End
public:
2017-06-08 15:30:38 +02:00
~QgsSymbolLevelsDialog();
bool usingLevels() const;
2017-06-08 15:30:38 +02:00
%Docstring
:rtype: bool
%End
void setForceOrderingEnabled( bool enabled );
public slots:
void updateUi();
void renderingPassChanged( int row, int column );
protected:
2017-06-08 15:30:38 +02:00
2012-09-24 23:53:50 +02:00
private:
QgsSymbolLevelsDialog();
};
2017-06-08 15:30:38 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/symbology-ng/qgssymbollevelsdialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/