54 void setToolbarVisible(
bool visible);
70 void addExpression(
Expr* expr,
bool bind);
77 void addExpression(
Expr* expr){
return addExpression(expr,
false);}
93 void onSelectionChanged();
95 void onRemoveVariable();
96 void onCellChanged(
int row,
int column);
101 bool eventFilter(QObject* obj, QEvent* event)
override;
102 void syncOrderFromTable();
104 QVBoxLayout* mainLayout_;
105 QTableWidget* tableWidget_;
106 QHBoxLayout* buttonLayout_;
107 QToolButton* addButton_;
108 QToolButton* removeButton_;
109 QToolButton* refreshButton_;