mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-25 00:05:03 -04:00
Run clang-tidy modernize-use-override to remove all the redundant virtual keywords from overridden methods, and add some missing overrides. Another benefit is that this has also added the overrides on destructors, which will cause a build failure if a base class is missing a virtual destructor.
55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/editorwidgets/qgsrelationaggregatesearchwidgetwrapper.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsRelationAggregateSearchWidgetWrapper : QgsSearchWidgetWrapper
|
|
{
|
|
%Docstring
|
|
|
|
Search widget for the children of a relation.
|
|
For each attribute of the child, an additional QgsAggregateToolButton will be shown
|
|
to determine how the values should be aggregated for searching.
|
|
|
|
.. versionadded:: 3.0
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsrelationaggregatesearchwidgetwrapper.h"
|
|
%End
|
|
public:
|
|
|
|
explicit QgsRelationAggregateSearchWidgetWrapper( QgsVectorLayer *layer, QgsRelationWidgetWrapper *wrapper, QWidget *parent /TransferThis/ = 0 );
|
|
%Docstring
|
|
Constructor
|
|
%End
|
|
|
|
virtual QString expression() const;
|
|
|
|
|
|
virtual bool valid() const;
|
|
|
|
virtual QWidget *createWidget( QWidget *parent );
|
|
|
|
virtual bool applyDirectly();
|
|
|
|
virtual void setExpression( const QString &value );
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/editorwidgets/qgsrelationaggregatesearchwidgetwrapper.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|