6 #include "ui_interpolationcomponent.h"
13 using namespace swift::misc::aviation;
18 CInterpolationComponent::CInterpolationComponent(QWidget *parent)
22 ui->tw_InterpolationSetup->setCurrentIndex(0);
25 &CInterpolationComponent::displayInterpolationMessages);
26 connect(ui->pb_ReloadInterpolationMessages, &QPushButton::released,
this,
27 &CInterpolationComponent::displayInterpolationMessages);
32 void CInterpolationComponent::displayInterpolationMessages()
35 const CCallsign cs = ui->comp_CallsignCompleter->getCallsign();
39 ui->tvp_InterpolationMessages->updateContainerMaybeAsync(messages);
bool isShuttingDown() const
Is application shutting down?
const context::IContextSimulator * getIContextSimulator() const
Direct access to contexts if a CCoreFacade has been initialized.
virtual swift::misc::CStatusMessageList getInterpolationMessages(const swift::misc::aviation::CCallsign &callsign) const =0
Interpolation messages.
void validChangedCallsignEntered()
Changed callsign entered.
virtual ~CInterpolationComponent()
Destructor.
Status messages, e.g. from Core -> GUI.
Value object encapsulating information of a callsign.
bool isValid() const
Valid callsign?
SWIFT_GUI_EXPORT swift::gui::CGuiApplication * sGui
Single instance of GUI application object.
High level reusable GUI components.
Views, mainly QTableView.
Free functions in swift::misc.