Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 10, 2024
1 parent 53ceb20 commit 737db66
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/gui/vector/qgsattributesformproperties.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,46 @@ class GUI_EXPORT QgsAttributesFormProperties : public QWidget, public QgsExpress
*/
void setCollapsedExpression( const QgsOptionalExpression &collapsedExpression );

/**
* Returns the relation editor configuration.
*
* \see setRelationEditorConfiguration()
*/
RelationEditorConfiguration relationEditorConfiguration() const;

/**
* Sets the relation editor configuration.
*
* \see relationEditorConfiguration()
*/
void setRelationEditorConfiguration( const RelationEditorConfiguration &relationEditorConfiguration );

/**
* Returns the QML editor configuration.
*
* \see setQmlElementEditorConfiguration()
*/
QmlElementEditorConfiguration qmlElementEditorConfiguration() const;

/**
* Sets the QML editor configuration.
*
* \see qmlElementEditorConfiguration()
*/
void setQmlElementEditorConfiguration( const QmlElementEditorConfiguration &qmlElementEditorConfiguration );

/**
* Returns the HTML editor configuration.
*
* \see setHtmlElementEditorConfiguration()
*/
HtmlElementEditorConfiguration htmlElementEditorConfiguration() const;

/**
* Sets the HTML editor configuration.
*
* \see htmlElementEditorConfiguration()
*/
void setHtmlElementEditorConfiguration( const HtmlElementEditorConfiguration &htmlElementEditorConfiguration );

/**
Expand Down

0 comments on commit 737db66

Please sign in to comment.