Skip to content

Commit

Permalink
Add missing doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Aug 25, 2015
1 parent 9094575 commit 704ce96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/gui/attributetable/qgsfieldconditionalformatwidget.h
Expand Up @@ -65,8 +65,17 @@ class GUI_EXPORT QgsFieldConditionalFormatWidget : public QWidget, private Ui::Q
*/
void reset();

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

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

signals:
Expand Down

0 comments on commit 704ce96

Please sign in to comment.