refs #640, value object orderable interface (same as ITimestampBased ..)

* interface and list
* added Q_DECLARE_INTERFACE
This commit is contained in:
Klaus Basan
2016-04-18 23:24:39 +02:00
parent 5d39c906e4
commit 5f2110b81a
11 changed files with 392 additions and 11 deletions

View File

@@ -328,6 +328,7 @@ namespace BlackMisc
CAircraftModel,
BLACK_METAMEMBER(dbKey),
BLACK_METAMEMBER(timestampMSecsSinceEpoch),
BLACK_METAMEMBER(order),
BLACK_METAMEMBER(callsign),
BLACK_METAMEMBER(aircraftIcao),
BLACK_METAMEMBER(livery),

View File

@@ -30,6 +30,9 @@ namespace BlackMisc
public BlackMisc::IDatastoreObjectWithStringKey,
public BlackMisc::IOrderable
{
Q_INTERFACES(BlackMisc::IDatastoreObjectWithStringKey)
Q_INTERFACES(BlackMisc::IOrderable)
public:
//! Property indexes
enum ColumnIndex