Skip to content

Commit

Permalink
Add missing api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 21, 2017
1 parent 776ca7a commit 37b0d4c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/gui/qgsattributeformwidget.sip
Expand Up @@ -122,9 +122,16 @@ class QgsAttributeFormWidget : QWidget /Abstract/

bool searchWidgetToolButtonVisible() const;
%Docstring
The visibility of the search widget tool button, that allows (de)activating
this search widgte or defines the comparison operator to use.
:rtype: bool
%End

void setSearchWidgetToolButtonVisible( bool searchWidgetToolButtonVisible );
%Docstring
The visibility of the search widget tool button, that allows (de)activating
this search widgte or defines the comparison operator to use.
%End

protected:

Expand Down
9 changes: 9 additions & 0 deletions src/gui/qgsattributeformwidget.h
Expand Up @@ -120,7 +120,16 @@ class GUI_EXPORT QgsAttributeFormWidget : public QWidget // SIP_ABSTRACT
*/
void resetSearch();

/**
* The visibility of the search widget tool button, that allows (de)activating
* this search widgte or defines the comparison operator to use.
*/
bool searchWidgetToolButtonVisible() const;

/**
* The visibility of the search widget tool button, that allows (de)activating
* this search widgte or defines the comparison operator to use.
*/
void setSearchWidgetToolButtonVisible( bool searchWidgetToolButtonVisible );

protected:
Expand Down

0 comments on commit 37b0d4c

Please sign in to comment.