swift
|
ATC stations component. More...
Public Types | |
enum | AtcTab { TabAtcOnline = 0 , TabAtcOnlineTree } |
Tab. More... | |
Signals | |
void | requestAudioWidget () |
Request audio widget. | |
Public Member Functions | |
CAtcStationComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CAtcStationComponent () |
Destructor. | |
void | setTab (AtcTab tab) |
Set tab. | |
int | countOnlineStations () const |
Number of online stations. | |
void | update () |
Update stations. | |
void | getMetar (const QString &airportIcaoCode) |
Get METAR for given ICAO airport code. | |
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. | |
![]() | |
const CIdentifier & | identifier () const |
Get identifier. | |
void | setIdentifier (const CIdentifier &identifier) |
Set identifier, allows to set an external identifier. | |
bool | isMyIdentifier (const CIdentifier &otherIdentifier) const |
My identifier? | |
Additional Inherited Members | |
![]() | |
CEnableForDockWidgetInfoArea (CDockWidgetInfoArea *parentInfoArea=nullptr) | |
Constructor. More... | |
virtual | ~CEnableForDockWidgetInfoArea () |
Destructor. | |
![]() | |
CIdentifiable (const QString &objectName) | |
Use literal based object name. | |
CIdentifiable (QObject *nameProvider) | |
Connect with QObject providing the name. | |
CIdentifiable () | |
Construct without a name. | |
~CIdentifiable () | |
Destructor. | |
CIdentifiable (const CIdentifiable &)=default | |
Copy constructor. | |
CIdentifiable & | operator= (const CIdentifiable &)=default |
Copy assignment operator. | |
![]() | |
CDockWidgetInfoArea * | m_parentDockableInfoArea = nullptr |
my parent dockable widget | |
swift::misc::CConnectionGuard | m_connections |
connections | |
ATC stations component.
Definition at line 45 of file atcstationcomponent.h.
|
virtual |
Corresponding dockable widget in info area.
Reimplemented from swift::gui::CEnableForDockWidgetInfoArea.
Definition at line 171 of file atcstationcomponent.cpp.