17#ifndef QGSRENDERERPROPERTIESDIALOG_H
18#define QGSRENDERERPROPERTIESDIALOG_H
23#include "ui_qgsrendererpropsdialogbase.h"
78 void setDockMode(
bool dockMode );
105 void rendererChanged();
127 void showOrderByDialog();
131 void updateUIState(
bool hidden );
143 void connectValueChanged(
const QList<QWidget *> &widgets );
146 void keyPressEvent( QKeyEvent *event )
override;
161 static void initRendererWidgetFunctions();
163 bool mDockMode =
false;
165 friend class QgsAppScreenShots;
Represents a list of OrderByClauses, with the most important first and the least important last.
Map canvas is a class for displaying all GIS data types on a canvas.
A bar for displaying non-blocking messages to the user.
Base class for visual effects which can be applied to QPicture drawings.
A dialog for configuring vector layer renderers.
void showPanel(QgsPanelWidget *panel)
Emit when you require a panel to be show in the interface.
QgsFeatureRequest::OrderBy mOrderBy
void layerVariablesChanged()
Emitted when expression context variables on the associated vector layers have been changed.
void widgetChanged()
Emitted when something on the widget has changed.
A database of saved style entities, including symbols, color ramps, text formats and others.
Contains settings which reflect the context in which a symbol (or renderer) widget is shown,...
Abstract base class for all rendered symbols.
Represents a vector layer which manages a vector based dataset.