Skip to content

Commit 704ce96

Browse files
committed
Add missing doc strings
1 parent 9094575 commit 704ce96

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/gui/attributetable/qgsfieldconditionalformatwidget.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,17 @@ class GUI_EXPORT QgsFieldConditionalFormatWidget : public QWidget, private Ui::Q
6565
*/
6666
void reset();
6767

68+
/**
69+
* @brief Set the presets that can be used for quick pick
70+
* @param styles A list of styles used as presets
71+
*/
6872
void setPresets( QList<QgsConditionalStyle> styles );
6973

74+
/**
75+
* @brief The default presets for the widget. Normally set when the widget is
76+
* created however called setPresets will override the default styles.
77+
* @return List of default presets.
78+
*/
7079
QList<QgsConditionalStyle> defaultPresets() const;
7180

7281
signals:

0 commit comments

Comments
 (0)