swift
Public Member Functions | List of all members
swift::gui::components::CRadarComponent Class Reference

GUI displaying a radar like view with aircrafts nearby. More...

Inheritance diagram for swift::gui::components::CRadarComponent:
[legend]

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...
 
- Public Member Functions inherited from swift::gui::CEnableForDockWidgetInfoArea
CDockWidgetInfoAreagetDockWidgetInfoArea () const
 Corresponding dockable widget in info area.
 
bool hasDockWidgetArea () const
 Has dock area?
 
CInfoAreagetParentInfoArea () const
 The parent info area.
 
bool isParentDockWidgetFloating () const
 Is the parent dockable widget floating?
 
bool isVisibleWidget () const
 Visible widget. More...
 
CEnableForFramelessWindowmainApplicationWindow () const
 Main application window if any.
 
QWidget * mainApplicationWindowWidget () const
 Main application window widget if any.
 
void displayMyself ()
 Display myself.
 

Additional Inherited Members

- Protected Member Functions inherited from swift::gui::CEnableForDockWidgetInfoArea
 CEnableForDockWidgetInfoArea (CDockWidgetInfoArea *parentInfoArea=nullptr)
 Constructor. More...
 
virtual ~CEnableForDockWidgetInfoArea ()
 Destructor.
 
- Protected Attributes inherited from swift::gui::CEnableForDockWidgetInfoArea
CDockWidgetInfoAream_parentDockableInfoArea = nullptr
 my parent dockable widget
 
swift::misc::CConnectionGuard m_connections
 connections
 

Detailed Description

GUI displaying a radar like view with aircrafts nearby.

Definition at line 27 of file radarcomponent.h.

Member Function Documentation

◆ setParentDockWidgetInfoArea()

bool swift::gui::components::CRadarComponent::setParentDockWidgetInfoArea ( swift::gui::CDockWidgetInfoArea parentDockableWidget)
virtual

Corresponding dockable widget in info area.

Remarks
Usually set from CDockWidgetInfoArea when it is fully initialized

Reimplemented from swift::gui::CEnableForDockWidgetInfoArea.

Definition at line 63 of file radarcomponent.cpp.


The documentation for this class was generated from the following files: