mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T345, fixed value class CInformationMessage
- added property functions - used ITimestampBased
This commit is contained in:
@@ -93,11 +93,12 @@ namespace BlackMisc
|
||||
GlobalIndexCAircraftSituation = 2100,
|
||||
GlobalIndexCAircraftSituationChange = 2200,
|
||||
GlobalIndexCAtcStation = 2300,
|
||||
GlobalIndexCAirport = 2400,
|
||||
GlobalIndexCAircraftParts = 2500,
|
||||
GlobalIndexCAircraftLights = 2600,
|
||||
GlobalIndexCLivery = 2700,
|
||||
GlobalIndexCFlightPlan = 2800,
|
||||
GlobalIndexCInformationMessage = 2400,
|
||||
GlobalIndexCAirport = 2500,
|
||||
GlobalIndexCAircraftParts = 2600,
|
||||
GlobalIndexCAircraftLights = 2700,
|
||||
GlobalIndexCLivery = 2800,
|
||||
GlobalIndexCFlightPlan = 2900,
|
||||
GlobalIndexCComSystem = 3000,
|
||||
GlobalIndexCModulator = 3100,
|
||||
GlobalIndexCTransponder = 3200,
|
||||
@@ -258,6 +259,9 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::CValueObject::convertFromJson
|
||||
void convertFromJson(const QJsonObject &json);
|
||||
|
||||
//! an empty property index
|
||||
static const CPropertyIndex &empty() { static const CPropertyIndex pi; return pi; }
|
||||
|
||||
protected:
|
||||
//! Parse indexes from string
|
||||
void parseFromString(const QString &indexes);
|
||||
|
||||
Reference in New Issue
Block a user