refs #808, CSimulatorInternals

* renamed from CSimulatorSetup to CSimulatorInternals
* removed the FSX class, no longer needed
* utility functions for CNameVariantPair
This commit is contained in:
Klaus Basan
2016-11-17 04:39:19 +01:00
parent e9f52bb829
commit 2163fd9b01
21 changed files with 100 additions and 156 deletions

View File

@@ -45,6 +45,9 @@ namespace BlackMisc
//! Contains name
bool containsName(const QString &name) const;
//! Get all names
QStringList getNames(bool sorted = true) const;
//! Get value
CNameVariantPair getValue(const QString &name) const;
@@ -57,7 +60,6 @@ namespace BlackMisc
//! Add value, if name already exists replace (true)
//! If one is sure(!) the name does not exists, \sa push_back() can be used
bool addOrReplaceValue(const QString &name, const CVariant &value, const CIcon &icon = CIcon());
};
} //namespace