16 #ifndef QGSEXPRESSIONSELECTIONDIALOG_H
17 #define QGSEXPRESSIONSELECTIONDIALOG_H
21 #include "ui_qgsexpressionselectiondialogbase.h"
53 void setExpressionText(
const QString& text );
59 QString expressionText();
67 void on_mActionSelect_triggered();
68 void on_mActionAddToSelection_triggered();
69 void on_mActionRemoveFromSelection_triggered();
70 void on_mActionSelectInstersect_triggered();
71 void on_mPbnClose_clicked();
79 virtual void closeEvent( QCloseEvent *closeEvent );
86 virtual void done(
int r );