6 #ifndef SWIFT_GUI_COMPONENTS_COREINFOAREACOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_COREINFOAREACOMPONENT_H
10 #include <QScopedPointer>
21 class CCoreInfoAreaComponent;
26 class CCoreStatusComponent;
65 virtual QSize getPreferredSizeWhenFloating(
int areaIndex)
const override;
68 virtual const QPixmap &indexToPixmap(
int areaIndex)
const override;
71 QScopedPointer<Ui::CCoreInfoAreaComponent> ui;
Info area, hosting dockable widgets.
void toggleFloatingByIndex(int areaIndex)
Toggle floating of index.
void selectArea(int areaIndex)
Select area.
void selectArea(InfoArea infoArea)
Select area.
void toggleFloating(InfoArea infoArea)
Toggle floating of given area.
Display status information about the core.
GUI displaying log and status messages.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.