refs #303 Simulator table view

* Simulator component
* Name / variant pair object / view / model
This commit is contained in:
Klaus Basan
2014-08-02 22:15:15 +02:00
parent 42f89ebeca
commit 9afc9024ca
9 changed files with 159 additions and 12 deletions

View File

@@ -30,6 +30,12 @@ namespace BlackMisc
//! Construct from a base class object.
CNameVariantPairList(const CSequence<CNameVariantPair> &other);
//! Contains name
bool containsName(const QString &name);
//! Get name index
int getNameRowIndex(const QString &name);
//! CValueObject::toQVariant()
virtual QVariant toQVariant() const override { return QVariant::fromValue(*this); }