refs #535, allow acces to mapping component is sub components

* aware classe
* using aware class in mapping component
This commit is contained in:
Klaus Basan
2015-12-17 20:12:08 +01:00
parent 24788b03c6
commit c067c871c9
4 changed files with 76 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include "blackgui/blackguiexport.h"
#include "blackgui/enableforviewbasedindicator.h"
#include "blackgui/components/enablefordockwidgetinfoarea.h"
#include "blackgui/components/dbmappingcomponentaware.h"
#include "blackmisc/network/webdataservicesprovider.h"
#include <QFrame>
#include <QScopedPointer>
@@ -30,6 +31,7 @@ namespace BlackGui
*/
class BLACKGUI_EXPORT CDbModelComponent :
public QFrame,
public CDbMappingComponentAware,
public CEnableForDockWidgetInfoArea,
public BlackGui::CEnableForViewBasedIndicator,
public BlackMisc::Network::CWebDataServicesAware