mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #768, allow to access view and filter of components
(required in wizard)
This commit is contained in:
@@ -22,12 +22,11 @@
|
||||
#include <QScopedPointer>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc { namespace Aviation { class CAircraftIcaoCode; } }
|
||||
namespace Ui { class CDbAircraftIcaoComponent; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Views { class CAircraftIcaoCodeView; }
|
||||
namespace Components
|
||||
{
|
||||
/**
|
||||
@@ -47,6 +46,9 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
~CDbAircraftIcaoComponent();
|
||||
|
||||
//! Get the view
|
||||
BlackGui::Views::CAircraftIcaoCodeView *view() const;
|
||||
|
||||
public slots:
|
||||
//! Filter by ICAO as default
|
||||
void filter(const BlackMisc::Aviation::CAircraftIcaoCode &icao);
|
||||
|
||||
Reference in New Issue
Block a user