refs #768, allow to access view and filter of components

(required in wizard)
This commit is contained in:
Klaus Basan
2016-10-17 03:23:11 +02:00
parent dfcde1158e
commit 80bbed96d4
8 changed files with 46 additions and 10 deletions

View File

@@ -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);