swift
|
Helper class: If a component is residing in an dockable widget. This class provides access to its info area and dockable widget. More...
Public Member Functions | |
CDockWidgetInfoArea * | getDockWidgetInfoArea () const |
Corresponding dockable widget in info area. | |
bool | hasDockWidgetArea () const |
Has dock area? | |
virtual bool | setParentDockWidgetInfoArea (CDockWidgetInfoArea *parentDockableWidget) |
Corresponding dockable widget in info area. More... | |
CInfoArea * | getParentInfoArea () const |
The parent info area. | |
bool | isParentDockWidgetFloating () const |
Is the parent dockable widget floating? | |
bool | isVisibleWidget () const |
Visible widget. More... | |
CEnableForFramelessWindow * | mainApplicationWindow () const |
Main application window if any. | |
QWidget * | mainApplicationWindowWidget () const |
Main application window widget if any. | |
void | displayMyself () |
Display myself. | |
Protected Member Functions | |
CEnableForDockWidgetInfoArea (CDockWidgetInfoArea *parentInfoArea=nullptr) | |
Constructor. More... | |
virtual | ~CEnableForDockWidgetInfoArea () |
Destructor. | |
Protected Attributes | |
CDockWidgetInfoArea * | m_parentDockableInfoArea = nullptr |
my parent dockable widget | |
swift::misc::CConnectionGuard | m_connections |
connections | |
Helper class: If a component is residing in an dockable widget. This class provides access to its info area and dockable widget.
Definition at line 22 of file enablefordockwidgetinfoarea.h.
|
protected |
Constructor.
Definition at line 23 of file enablefordockwidgetinfoarea.cpp.
bool swift::gui::CEnableForDockWidgetInfoArea::isVisibleWidget | ( | ) | const |
Visible widget.
Definition at line 65 of file enablefordockwidgetinfoarea.cpp.
|
virtual |
Corresponding dockable widget in info area.
Reimplemented in swift::gui::views::CViewBaseNonTemplate, swift::gui::components::CRadarComponent, swift::gui::components::CCockpitComponent, swift::gui::components::CAtcStationComponent, swift::gui::components::CAircraftComponent, and swift::gui::components::CTextMessageComponent.
Definition at line 30 of file enablefordockwidgetinfoarea.cpp.