Added & configured actions.
This commit is contained in:
@@ -53,9 +53,8 @@ public:
|
||||
explicit BCValueModel(QObject *parent = nullptr);
|
||||
|
||||
void addValue(const BCDataValue& val);
|
||||
|
||||
//void setValueList(BCValueList* valueList);
|
||||
//BCValueList *getValueList();
|
||||
void setValueList(const BCValueList& valueList);
|
||||
const BCValueList& getValueList();
|
||||
|
||||
// Pure Virtual Functions von QAbstractTableModel
|
||||
int rowCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
@@ -70,6 +69,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
// Die eigentlichen Werte wohnen im tatsächlich hier, im Model.
|
||||
BCValueList _valueList;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user