mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #575, livery completer
* utility functions in value object * completer class
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/datastoreobjectlist.h"
|
||||
|
||||
#include "blackmisc/aviation/livery.h"
|
||||
#include <QStringList>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
@@ -48,6 +48,12 @@ namespace BlackMisc
|
||||
//! Find livery by combined code
|
||||
CLivery findByCombinedCode(const QString &combinedCode) const;
|
||||
|
||||
//! All combined codes
|
||||
QStringList getCombinedCodes(bool sort = false) const;
|
||||
|
||||
//! All combined codes plus more info
|
||||
QStringList getCombinedCodesPlusInfo(bool sort = false) const;
|
||||
|
||||
//! Find
|
||||
CLivery smartLiverySelector(const CLivery &liveryPattern) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user