mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
refs #577, allow to assign editor values to a bunch of models by context menu
This commit is contained in:
@@ -45,9 +45,15 @@ namespace BlackGui
|
||||
//! Value
|
||||
BlackMisc::Aviation::CLivery getValue() const;
|
||||
|
||||
//! Embedded ariline
|
||||
BlackMisc::Aviation::CAirlineIcaoCode getValueAirlineIcao() const;
|
||||
|
||||
//! Validate, empty list means OK
|
||||
BlackMisc::CStatusMessageList validate(bool withNestedForms) const;
|
||||
|
||||
//! Validate airline ICAO code only
|
||||
BlackMisc::CStatusMessageList validateAirlineIcao() const;
|
||||
|
||||
//! Allow to drop
|
||||
void allowDrop(bool allowDrop);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user