swift
|
GUI displaying a radar like view with aircrafts nearby. More...
Public Member Functions | |
CRadarComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CRadarComponent () |
Destructor. | |
virtual bool | setParentDockWidgetInfoArea (swift::gui::CDockWidgetInfoArea *parentDockableWidget) |
Corresponding dockable widget in info area. More... | |
![]() | |
CDockWidgetInfoArea * | getDockWidgetInfoArea () const |
Corresponding dockable widget in info area. | |
bool | hasDockWidgetArea () const |
Has dock area? | |
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. | |
Additional Inherited Members | |
![]() | |
CEnableForDockWidgetInfoArea (CDockWidgetInfoArea *parentInfoArea=nullptr) | |
Constructor. More... | |
virtual | ~CEnableForDockWidgetInfoArea () |
Destructor. | |
![]() | |
CDockWidgetInfoArea * | m_parentDockableInfoArea = nullptr |
my parent dockable widget | |
swift::misc::CConnectionGuard | m_connections |
connections | |
GUI displaying a radar like view with aircrafts nearby.
Definition at line 27 of file radarcomponent.h.
|
virtual |
Corresponding dockable widget in info area.
Reimplemented from swift::gui::CEnableForDockWidgetInfoArea.
Definition at line 63 of file radarcomponent.cpp.