57    void accept() 
override;
 
   60    void mNewFieldGroupBox_toggled( 
bool on );
 
   61    void mUpdateExistingGroupBox_toggled( 
bool on );
 
   62    void mCreateVirtualFieldCheckbox_stateChanged( 
int state );
 
   63    void mOutputFieldNameLineEdit_textChanged( 
const QString &text );
 
   64    void mOutputFieldTypeComboBox_activated( 
int index );
 
   65    void mExistingFieldComboBox_currentIndexChanged( 
const int index );
 
   68    void setDialogButtonState();
 
   69    void setPrecisionMinMax();
 
   79    void populateFields();
 
   81    void populateOutputFieldTypes();
 
   85    bool mCanAddAttribute = 
false;
 
   86    bool mCanChangeAttributeValue = 
false;
 
   96    friend class TestQgsFieldCalculator;