swift
|
The main cockpit area. More...
Signals | |
void | transponderModeChanged (swift::misc::aviation::CTransponder::TransponderMode newMode) |
Mode / state has been changed. More... | |
void | transponderStateIdentEnded () |
Ident phase ended. More... | |
void | requestCom1TextMessage () |
Request COM text messages. | |
void | requestCom2TextMessage () |
Request COM text messages. | |
Public Member Functions | |
CCockpitComComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CCockpitComComponent () |
Destructor. | |
void | setTransponderModeStateIdent () |
Set to swift::misc::aviation::CTransponder::StateIdent. | |
![]() | |
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? | |
![]() | |
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 | |
virtual void | paintEvent (QPaintEvent *event) |
![]() | |
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. | |
![]() | |
CEnableForDockWidgetInfoArea (CDockWidgetInfoArea *parentInfoArea=nullptr) | |
Constructor. More... | |
virtual | ~CEnableForDockWidgetInfoArea () |
Destructor. | |
Additional Inherited Members | |
![]() | |
CDockWidgetInfoArea * | m_parentDockableInfoArea = nullptr |
my parent dockable widget | |
swift::misc::CConnectionGuard | m_connections |
connections | |
The main cockpit area.
Definition at line 34 of file cockpitcomcomponent.h.
|
protectedvirtual |
Definition at line 100 of file cockpitcomcomponent.cpp.
|
signal |
Mode / state has been changed.
|
signal |
Ident phase ended.