|
QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include <qgsdiagramproperties.h>

Public Slots | |
| void | apply () |
| void | mAddCategoryPushButton_clicked () |
| void | mAttributesTreeWidget_itemDoubleClicked (QTreeWidgetItem *item, int column) |
| void | mDiagramAttributesTreeWidget_itemDoubleClicked (QTreeWidgetItem *item, int column) |
| void | mDiagramStackedWidget_currentChanged (int index) |
| void | mDiagramTypeComboBox_currentIndexChanged (int index) |
| void | mFindMaximumValueButton_clicked () |
| void | mRemoveCategoryPushButton_clicked () |
| void | scalingTypeChanged () |
| void | showAddAttributeExpressionDialog () |
| void | showSizeLegendDialog () |
| void | updatePlacementWidgets () |
Public Slots inherited from QgsPanelWidget | |
| void | acceptPanel () |
| Accept the panel. | |
| void | openPanel (QgsPanelWidget *panel) |
Open a panel or dialog depending on dock mode setting If dock mode is true this method will emit the showPanel signal for connected slots to handle the open event. | |
Signals | |
| void | auxiliaryFieldCreated () |
Signals inherited from QgsPanelWidget | |
| void | panelAccepted (QgsPanelWidget *panel) |
| Emitted when the panel is accepted by the user. | |
| void | showPanel (QgsPanelWidget *panel) |
| Emit when you require a panel to be show in the interface. | |
| void | widgetChanged () |
| Emitted when the widget state changes. | |
Public Member Functions | |
| QgsDiagramProperties (QgsVectorLayer *layer, QWidget *parent, QgsMapCanvas *canvas) | |
| ~QgsDiagramProperties () override | |
| void | addAttribute (QTreeWidgetItem *item) |
| Adds an attribute from the list of available attributes to the assigned attributes with a random color. | |
| bool | isAllowedToEditDiagramLayerSettings () const |
| Returns whether this widget is allowed to edit diagram layer settings. | |
| void | setAllowedToEditDiagramLayerSettings (bool allowed) |
| Sets whether the widget should show diagram layer settings. | |
| void | setDiagramType (const QString diagramType) |
| Defines the widget's diagram type and lets it know it should hide the type comboBox. | |
| void | setDockMode (bool dockMode) override |
| Sets the widget in dock mode. | |
| void | syncToLayer () |
| Updates the widget to reflect the layer's current diagram settings. | |
| void | syncToRenderer (const QgsDiagramRenderer *dr) |
| Updates the widget to reflect the diagram renderer. | |
| void | syncToSettings (const QgsDiagramLayerSettings *dls) |
| Updates the widget to reflect the diagram layer settings. | |
Public Member Functions inherited from QgsPanelWidget | |
| QgsPanelWidget (QWidget *parent=nullptr) | |
| Base class for any widget that can be shown as a inline panel. | |
| virtual bool | applySizeConstraintsToStack () const |
Returns true if the size constraints and hints for the panel widget should be applied to the parent QgsPanelWidgetStack which this panel is shown in. | |
| bool | autoDelete () |
| The the auto delete property on the widget. | |
| void | connectChildPanel (QgsPanelWidget *panel) |
| Connect the given sub panel widgets showPanel signals to this current panels main showPanel event to bubble up to the user. | |
| void | connectChildPanels (const QList< QgsPanelWidget * > &panels) |
| Connect the given sub panel widgets showPanel signals to this current panels main showPanel event to bubble up to the user. | |
| bool | dockMode () |
| Returns the dock mode state. | |
| virtual QMenu * | menuButtonMenu () |
Returns the menu to use for the menu button for this panel, or nullptr if no menu button is required. | |
| virtual QString | menuButtonTooltip () const |
| Returns the (translated) tooltip text to use for the menu button for this panel. | |
| QString | panelTitle () |
| The title of the panel. | |
| void | setAutoDelete (bool autoDelete) |
| The the auto delete property on the widget. | |
| void | setPanelTitle (const QString &panelTitle) |
| Set the title of the panel when shown in the interface. | |
Public Member Functions inherited from QgsExpressionContextGenerator | |
| virtual | ~QgsExpressionContextGenerator ()=default |
Friends | |
| class | QgsStackedDiagramProperties |
| class | QgsStackedDiagramPropertiesDialog |
Additional Inherited Members | |
Static Public Member Functions inherited from QgsPanelWidget | |
| static QgsPanelWidget * | findParentPanel (QWidget *widget) |
| Traces through the parents of a widget to find if it is contained within a QgsPanelWidget widget. | |
Protected Member Functions inherited from QgsPanelWidget | |
| void | keyPressEvent (QKeyEvent *event) override |
| Overridden key press event to handle the esc event on the widget. | |
Definition at line 42 of file qgsdiagramproperties.h.
| QgsDiagramProperties::QgsDiagramProperties | ( | QgsVectorLayer * | layer, |
| QWidget * | parent, | ||
| QgsMapCanvas * | canvas | ||
| ) |
Definition at line 68 of file qgsdiagramproperties.cpp.
|
override |
Definition at line 639 of file qgsdiagramproperties.cpp.
| void QgsDiagramProperties::addAttribute | ( | QTreeWidgetItem * | item | ) |
Adds an attribute from the list of available attributes to the assigned attributes with a random color.
Definition at line 755 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 1053 of file qgsdiagramproperties.cpp.
|
signal |
| bool QgsDiagramProperties::isAllowedToEditDiagramLayerSettings | ( | ) | const |
Returns whether this widget is allowed to edit diagram layer settings.
Definition at line 1190 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 773 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 782 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 840 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 1133 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 662 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 797 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 788 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 1166 of file qgsdiagramproperties.cpp.
| void QgsDiagramProperties::setAllowedToEditDiagramLayerSettings | ( | bool | allowed | ) |
Sets whether the widget should show diagram layer settings.
Used by stacked diagrams, which disable editing of DLS for sub diagrams other than the first one.
| allowed | Whether this widget should be allowed to edit diagram layer settings. |
Definition at line 1171 of file qgsdiagramproperties.cpp.
| void QgsDiagramProperties::setDiagramType | ( | const QString | diagramType | ) |
Defines the widget's diagram type and lets it know it should hide the type comboBox.
| diagramType | Type of diagram to be set |
Definition at line 362 of file qgsdiagramproperties.cpp.
|
overridevirtual |
Sets the widget in dock mode.
| dockMode | true for dock mode. |
Reimplemented from QgsPanelWidget.
Definition at line 349 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 1099 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 1195 of file qgsdiagramproperties.cpp.
| void QgsDiagramProperties::syncToLayer | ( | ) |
Updates the widget to reflect the layer's current diagram settings.
Definition at line 421 of file qgsdiagramproperties.cpp.
| void QgsDiagramProperties::syncToRenderer | ( | const QgsDiagramRenderer * | dr | ) |
Updates the widget to reflect the diagram renderer.
Does not take ownership.
| dr | Diagram renderer where settings are taken from. |
Definition at line 440 of file qgsdiagramproperties.cpp.
| void QgsDiagramProperties::syncToSettings | ( | const QgsDiagramLayerSettings * | dls | ) |
Updates the widget to reflect the diagram layer settings.
Does not take ownership.
| dls | Diagram Layer Settings to update the widget. |
Definition at line 592 of file qgsdiagramproperties.cpp.
|
slot |
Definition at line 1140 of file qgsdiagramproperties.cpp.
|
friend |
Definition at line 230 of file qgsdiagramproperties.h.
|
friend |
Definition at line 231 of file qgsdiagramproperties.h.