mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #335, preparation for new cockpit
* allow nested info areas * added cockpit info area * fixed several finder methods to excluded nested info areas from child elements * using QScopedPointer for ui * placeholder GUI components for new cockpit
This commit is contained in:
committed by
Roland Winklmeier
parent
b0f01a3ec6
commit
9452ff10c9
@@ -51,8 +51,13 @@ namespace BlackGui
|
||||
virtual void initalFloating() override;
|
||||
|
||||
private:
|
||||
//! Find all embedded runtime components
|
||||
QList<Components::CDockWidgetInfoAreaComponent *> findEmbeddedDockWidgetInfoAreaComponents() const;
|
||||
//! Find all embedded dock widget components. These are components marked as CDockWidgetInfoAreaComponent
|
||||
//! \remarks Only directly embedded info area components, not those of nested info areas
|
||||
QList<Components::CDockWidgetInfoAreaComponent *> findEmbeddedDockWidgetInfoAreaComponents();
|
||||
|
||||
//! Nested info areas
|
||||
QList<CDockWidgetInfoArea *> findNestedInfoAreas();
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user