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 *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-08-05 08:13:09 +02:00
|
|
|
class QgsSymbolLevelsDialog : QDialog
|
2012-09-24 02:28:15 +02:00
|
|
|
{
|
2017-06-08 15:30:38 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-06-08 15:30:38 +02:00
|
|
|
#include "qgssymbollevelsdialog.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
2017-06-08 15:30:38 +02:00
|
|
|
|
|
|
|
~QgsSymbolLevelsDialog();
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
bool usingLevels() const;
|
2017-06-08 15:30:38 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: bool
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
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:
|
2016-08-05 08:13:09 +02:00
|
|
|
QgsSymbolLevelsDialog();
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
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 *
|
|
|
|
************************************************************************/
|