17#include "moc_qgssearchwidgetwrapper.cpp" 
   27  return QList<FilterFlag>()
 
 
   46  return QList<FilterFlag>()
 
 
   55      return QObject::tr( 
"Equal to (=)" );
 
   57      return QObject::tr( 
"Not equal to (≠)" );
 
   59      return QObject::tr( 
"Greater than (>)" );
 
   61      return QObject::tr( 
"Less than (<)" );
 
   63      return QObject::tr( 
"Greater than or equal to (≥)" );
 
   65      return QObject::tr( 
"Less than or equal to (≤)" );
 
   67      return QObject::tr( 
"Between (inclusive)" );
 
   69      return QObject::tr( 
"Not between (inclusive)" );
 
   71      return QObject::tr( 
"Case insensitive" );
 
   73      return QObject::tr( 
"Contains" );
 
   75      return QObject::tr( 
"Does not contain" );
 
   77      return QObject::tr( 
"Is missing (null)" );
 
   79      return QObject::tr( 
"Is not missing (not null)" );
 
   81      return QObject::tr( 
"Starts with" );
 
   83      return QObject::tr( 
"Ends with" );
 
 
   90  , mExpression( QString() )
 
   91  , mFieldIdx( fieldIdx )
 
 
  108  if ( mAggregate.isEmpty() )
 
  111    return QStringLiteral( 
"relation_aggregate('%1','%2',%3)" ).arg( 
context().relation().
id(), mAggregate, field );
 
 
static QString quotedColumnRef(QString name)
Returns a quoted column reference (in double quotes)
 
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
 
Represents a vector layer which manages a vector based dataset.