class QgsSymbolLevelsV2Dialog : QDialog { %TypeHeaderCode #include %End public: // @note not available in python bindings // QgsSymbolLevelsV2Dialog( QList< QPair > list, bool usingSymbolLevels, QWidget* parent = NULL ); bool usingLevels() const; // used by rule-based renderer (to hide checkbox to enable/disable ordering) void setForceOrderingEnabled( bool enabled ); public slots: void updateUi(); void renderingPassChanged( int row, int column ); protected: void populateTable(); void setDefaultLevels(); private: QgsSymbolLevelsV2Dialog(); };