|
| CPbhsForm (QWidget *parent=nullptr) |
| Ctor.
|
|
virtual | ~CPbhsForm () |
| Dtor.
|
|
swift::misc::physical_quantities::CAngle | getBankAngle () const |
| Get bank angle.
|
|
void | setBankAngle (const swift::misc::physical_quantities::CAngle &angle) |
| Set bank angle.
|
|
swift::misc::physical_quantities::CAngle | getPitchAngle () const |
| Get pitch angle.
|
|
void | setPitchAngle (const swift::misc::physical_quantities::CAngle &angle) |
| Set pitch angle.
|
|
swift::misc::physical_quantities::CAngle | getHeadingAngle () const |
| Get heading angle.
|
|
swift::misc::aviation::CHeading | getHeading () const |
| Get heading.
|
|
void | setHeadingAngle (const swift::misc::physical_quantities::CAngle &angle) |
| Set heading angle.
|
|
swift::misc::physical_quantities::CSpeed | getGroundSpeed () const |
| Get ground speed.
|
|
void | setSituation (const swift::misc::aviation::CAircraftSituation &situation) |
| Set situation.
|
|
void | updateSituation (swift::misc::aviation::CAircraftSituation &situation) |
| Update PBHs in situation.
|
|
virtual void | setReadOnly (bool readOnly) |
| Set editable. More...
|
|
void | showSetButton (bool visible) |
| Show the "SET" button.
|
|
| CForm (QWidget *parent=nullptr) |
| Constructor.
|
|
virtual | ~CForm () |
| Destructor.
|
|
virtual void | setSelectOnly () |
| Read only, but entity can be selected (normally used in mapping). Use setReadOnly to reset this very state.
|
|
virtual swift::misc::CStatusMessageList | validate (bool withNestedObjects=true) const |
| Validate, empty list means OK.
|
|
swift::misc::CStatusMessageList | validateAsOverlayMessage (bool withNestedObjects=true, bool appendOldMessages=false, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Validate as overlay message. More...
|
|
bool | isReadOnly () const |
| Is read only?
|
|
| COverlayMessagesFrame (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) |
| Constructor.
|
|
virtual | ~COverlayMessagesBase () |
| Destructor.
|
|
void | initOverlayMessages (QSize inner={}) |
| Init, normally we use lazy init, but by calling init explicitly we can force initalization. More...
|
|
void | activateTextMessages (bool activate) |
| Active send/receive of text messages. More...
|
|
void | showStatusMessagesFrame () |
| Show the inner frame.
|
|
void | setOverlaySizeFactors (double widthFactor, double heightFactor, double middleFactor=2) |
| Set the size factors.
|
|
void | setForceSmall (bool force) |
| Force small (smaller layout) More...
|
|
void | setReducedInfo (bool reduced) |
| Display reduced information. More...
|
|
void | showOverlayMessagesWithConfirmation (const swift::misc::CStatusMessageList &messages, bool appendOldMessages, const QString &confirmationMessage, std::function< void()> okLambda, QMessageBox::StandardButton defaultButton=QMessageBox::Cancel, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Show multiple messages with confirmation bar. More...
|
|
void | clearOverlayMessages () |
| Clear the overlay messages. More...
|
|
void | closeOverlay () |
| Close button clicked. More...
|
|
void | showOverlayMessages (const swift::misc::CStatusMessageList &messages, bool appendOldMessages=false, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Show multiple messages. More...
|
|
void | showOverlayMessagesOrSingleMessage (const swift::misc::CStatusMessageList &messages, bool appendOldMessages=false, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Show multiple messages or a single message. More...
|
|
void | showOverlayMessagesOrHTMLMessage (const swift::misc::CStatusMessageList &messages, bool appendOldMessages=false, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Show multiple messages or a single message (HTML) More...
|
|
void | sortOverlayMessages (const swift::misc::CPropertyIndex &property, Qt::SortOrder order) |
| Sort of overlay messages. More...
|
|
void | setOverlayMessagesSorting (const swift::misc::CPropertyIndex &property, Qt::SortOrder order) |
| Set sorting of overlay messages. More...
|
|
bool | showOverlayMessage (const swift::misc::CStatusMessage &message, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Show single message. More...
|
|
bool | showOverlayTextMessage (const swift::misc::network::CTextMessage &textMessage, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Info message, based on text message. More...
|
|
void | showOverlayVariant (const swift::misc::CVariant &variant, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Display one of the supported types. More...
|
|
void | showOverlayImage (const swift::misc::CPixmap &pixmap, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Image. More...
|
|
bool | showOverlayHTMLMessage (const QString &htmlMessage, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| HTML message. More...
|
|
bool | showOverlayHTMLMessage (const swift::misc::CStatusMessage &message, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| HTML message. More...
|
|
void | showDownloadProgress (int progress, qint64 current, qint64 max, const QUrl &url, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Download progress. More...
|
|
void | showOverlayInlineTextMessage (components::TextMessageTab tab) |
| Image. More...
|
|
void | showOverlayInlineTextMessage (const swift::misc::aviation::CCallsign &callsign) |
| Image. More...
|
|
Pitch, bank, heading and speed form.
Definition at line 25 of file pbhsform.h.