mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
Aircraft parser (FSX/P3D) added "sim.cfg" files as filter plus style
This commit is contained in:
committed by
Roland Winklmeier
parent
82648038ac
commit
b5aeffc31b
@@ -33,14 +33,14 @@ namespace BlackMisc
|
||||
//! \remarks an entry in the aircraft.cfg is title, atc type, ...
|
||||
//! This class already bundles relevant entries, hence the class is named Entries (plural)
|
||||
class BLACKMISC_EXPORT CAircraftCfgEntries:
|
||||
public BlackMisc::CValueObject<CAircraftCfgEntries>,
|
||||
public BlackMisc::ITimestampBased
|
||||
public CValueObject<CAircraftCfgEntries>,
|
||||
public ITimestampBased
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexEntryIndex = BlackMisc::CPropertyIndex::GlobalIndexCAircraftCfgEntries,
|
||||
IndexEntryIndex = CPropertyIndex::GlobalIndexCAircraftCfgEntries,
|
||||
IndexFileName,
|
||||
IndexTitle,
|
||||
IndexAirline,
|
||||
|
||||
Reference in New Issue
Block a user