46 void setType( QVariant::Type type );
51 QVariant::Type type()
const;
56 void setActive(
bool active );
66 QString aggregate()
const;
71 void setAggregate(
const QString &aggregate );
86 void aboutToShowMenu();
89 void updateAvailableAggregates();
90 QMenu *mMenu =
nullptr;
91 QVariant::Type mType = QVariant::Invalid;
94 QList<QgsAggregateCalculator::AggregateInfo> mAvailableAggregates;