mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #314, new propertyBy methods (nested indexes)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user