Airline icon as HTML img code

This commit is contained in:
Klaus Basan
2019-05-13 10:57:36 +02:00
parent 17dcccb1fb
commit e3dceccefd
2 changed files with 29 additions and 0 deletions

View File

@@ -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;