refs #314, new propertyBy methods (nested indexes)

This commit is contained in:
Klaus Basan
2014-08-15 18:17:15 +02:00
parent d797d76a60
commit e109d73ba2
54 changed files with 1016 additions and 754 deletions

View File

@@ -64,7 +64,7 @@ namespace BlackSim
//! Columns
enum ColumnIndex
{
IndexMappingId = 0,
IndexMappingId = BlackMisc::CPropertyIndex::GlobalIndexCAircraftMapping,
IndexProposalId,
IndexAircraftKey,
IndexAircraftDesignator,
@@ -184,7 +184,7 @@ namespace BlackSim
void setSimulatorText(const QString &simulator);
//! \copydoc CValueObject::propertyByIndex
QVariant propertyByIndex(int index) const override;
QVariant propertyByIndex(const BlackMisc::CPropertyIndex &index) const override;
//! \copydoc CValueObject::setPropertyByIndex()
void setPropertyByIndex(const QVariant &value, const BlackMisc::CPropertyIndex &index) override;