mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #768, allow to access view and filter of components
(required in wizard)
This commit is contained in:
@@ -16,17 +16,15 @@
|
||||
#include "blackgui/components/enablefordockwidgetinfoarea.h"
|
||||
#include "blackgui/enableforviewbasedindicator.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
|
||||
#include <QFrame>
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CDbDistributorComponent; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Views { class CDistributorView; }
|
||||
namespace Components
|
||||
{
|
||||
/**
|
||||
@@ -46,6 +44,9 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
~CDbDistributorComponent();
|
||||
|
||||
//! Get the view
|
||||
BlackGui::Views::CDistributorView *view() const;
|
||||
|
||||
private slots:
|
||||
//! Distributors have been read
|
||||
void ps_distributorsRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState readState, int count);
|
||||
|
||||
Reference in New Issue
Block a user