refs #618, own component for GUI own model handling

* moved to own component
* ajdjusted last selections
* some renaming such as getView() -> view()
This commit is contained in:
Klaus Basan
2016-03-22 09:07:44 +01:00
parent 5dc976caca
commit e993ecdeaa
15 changed files with 565 additions and 410 deletions

View File

@@ -14,7 +14,7 @@
#include "blackgui/components/enablefordockwidgetinfoarea.h"
#include "blackgui/components/dbmappingcomponentaware.h"
#include "blackgui/menudelegate.h"
#include "blackgui/menus/menudelegate.h"
#include "blackmisc/verify.h"
#include <QFrame>
#include <QScopedPointer>
@@ -60,7 +60,7 @@ namespace BlackGui
int unstashModels(QStringList modelStrings);
//! The embedded view
BlackGui::Views::CAircraftModelView *getView() const;
BlackGui::Views::CAircraftModelView *view() const;
//! Has stashed models
bool hasStashedModels() const;