mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T246, extended the DB components a bit
* change signals * distributor selection * public slots -> public * renamings
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/components/enablefordockwidgetinfoarea.h"
|
||||
#include "blackgui/enableforviewbasedindicator.h"
|
||||
#include "blackmisc/simulation/distributorlist.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
#include <QFrame>
|
||||
#include <QObject>
|
||||
@@ -52,6 +53,12 @@ namespace BlackGui
|
||||
//! Filter by simulator
|
||||
void filterBySimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
//! The selected distributors
|
||||
BlackMisc::Simulation::CDistributorList getSelectedDistributors() const;
|
||||
|
||||
//! Having selected distributors
|
||||
bool hasSelectedDistributors() const;
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbDistributorComponent> ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user