QGIS API Documentation
3.14.0-Pi (9f7028fd23)
src
gui
editorwidgets
qgsrelationaggregatesearchwidgetwrapper.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsrelationaggregatesearchwidget.h
3
-----------------------------
4
Date : Nov 2017
5
Copyright : (C) 2017 Matthias Kuhn
6
Email :
[email protected]
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
17
#ifndef QGSRELATIONAGGREGATESEARCHWIDGETWRAPPER_H
18
#define QGSRELATIONAGGREGATESEARCHWIDGETWRAPPER_H
19
20
#include "qgis_gui.h"
21
#include "
qgssearchwidgetwrapper.h
"
22
#include "
qgsattributeform.h
"
23
24
class
QgsRelationWidgetWrapper
;
25
35
class
GUI_EXPORT
QgsRelationAggregateSearchWidgetWrapper
:
public
QgsSearchWidgetWrapper
36
{
37
Q_OBJECT
38
39
public
:
40
44
explicit
QgsRelationAggregateSearchWidgetWrapper
(
QgsVectorLayer
*layer,
QgsRelationWidgetWrapper
*wrapper, QWidget *parent
SIP_TRANSFERTHIS
=
nullptr
);
45
46
QString
expression
()
const override
;
47
48
bool
valid
()
const override
;
49
QWidget *
createWidget
( QWidget *parent )
override
;
50
bool
applyDirectly
()
override
;
51
void
setExpression
(
const
QString &value )
override
;
52
bool
eventFilter( QObject *watched, QEvent *event )
override
;
53
54
private
:
55
QgsRelationWidgetWrapper
*mWrapper =
nullptr
;
56
QgsAttributeForm
*mAttributeForm =
nullptr
;
57
QWidget *mContainerWidget =
nullptr
;
58
};
59
60
#endif // QGSRELATIONAGGREGATESEARCHWIDGETWRAPPER_H
QgsRelationAggregateSearchWidgetWrapper
Definition:
qgsrelationaggregatesearchwidgetwrapper.h:35
qgsattributeform.h
QgsWidgetWrapper::valid
virtual bool valid() const =0
Returns true if the widget has been properly initialized.
QgsSearchWidgetWrapper::applyDirectly
virtual bool applyDirectly()=0
If this is true, then this search widget should take effect directly when its expression changes.
QgsRelationWidgetWrapper
Definition:
qgsrelationwidgetwrapper.h:30
QgsSearchWidgetWrapper::expression
virtual QString expression() const =0
Will be used to access the widget's value.
QgsSearchWidgetWrapper
Definition:
qgssearchwidgetwrapper.h:85
QgsSearchWidgetWrapper::setExpression
virtual void setExpression(const QString &expression)=0
Set the expression which is currently used as filter for this widget.
qgssearchwidgetwrapper.h
QgsVectorLayer
Definition:
qgsvectorlayer.h:385
QgsAttributeForm
Definition:
qgsattributeform.h:44
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition:
qgis_sip.h:53
QgsWidgetWrapper::createWidget
virtual QWidget * createWidget(QWidget *parent)=0
This method should create a new widget with the provided parent.
Generated on Mon Jun 22 2020 05:14:09 for QGIS API Documentation by
1.8.17