6 #ifndef SWIFT_GUI_COCKPITINFOAREACOMPONENT_H
7 #define SWIFT_GUI_COCKPITINFOAREACOMPONENT_H
10 #include <QScopedPointer>
21 class CCockpitInfoAreaComponent;
42 InfoAreaNotifications = 0,
57 virtual QSize getPreferredSizeWhenFloating(
int areaIndex)
const override;
60 virtual const QPixmap &indexToPixmap(
int areaIndex)
const override;
63 QScopedPointer<Ui::CCockpitInfoAreaComponent> ui;
Info area, hosting dockable widgets.
void toggleFloatingByIndex(int areaIndex)
Toggle floating of index.
void selectArea(int areaIndex)
Select area.
The cockpit itself is part of the main info area, but itself also an info area. hence windows can be ...
void selectArea(InfoArea infoArea)
Select area.
void toggleFloating(InfoArea infoArea)
Toggle floating of given area.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.