mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 21:35:40 +08:00
Airline icon as HTML img code
This commit is contained in:
@@ -47,6 +47,7 @@ namespace BlackMisc
|
||||
IndexAirlineName,
|
||||
IndexAirlineCountryIso,
|
||||
IndexAirlineCountry,
|
||||
IndexAirlineIconHTML,
|
||||
IndexTelephonyDesignator,
|
||||
IndexGroupId,
|
||||
IndexGroupName,
|
||||
@@ -216,6 +217,12 @@ namespace BlackMisc
|
||||
//! \copydoc Mixin::Index::comparePropertyByIndex
|
||||
int comparePropertyByIndex(const CPropertyIndex &index, const CAirlineIcaoCode &compareValue) const;
|
||||
|
||||
//! Get icon resource path
|
||||
QString getIconResourcePath() const;
|
||||
|
||||
//! Icon has HTML img
|
||||
QString getIconAsHTMLImage() const;
|
||||
|
||||
//! Validate data
|
||||
CStatusMessageList validate() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user