| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
 
 
 
Go to the documentation of this file.
   16 #ifndef QGSDEFAULTSEARCHWIDGETWRAPPER_H 
   17 #define QGSDEFAULTSEARCHWIDGETWRAPPER_H 
   43     QgsSearchWidgetWrapper::FilterFlags 
supportedFlags() 
const override;
 
   44     QgsSearchWidgetWrapper::FilterFlags 
defaultFlags() 
const override;
 
   45     QString 
createExpression( QgsSearchWidgetWrapper::FilterFlags flags ) 
const override;
 
   57     void setCaseString( 
int caseSensitiveCheckState );
 
   59     void textChanged( 
const QString &text );
 
   64     bool valid() 
const override;
 
   78     QCheckBox *caseSensitiveCheckBox();
 
   82     QCheckBox *mCheckbox = 
nullptr;
 
   83     QWidget *mContainer = 
nullptr;
 
   87 #endif // QGSDEFAULTSEARCHWIDGETWRAPPER_H 
  
QLineEdit subclass with built in support for clearing the widget's value and handling custom null val...
 
Represents a vector layer which manages a vector based data sets.