swift
|
ATC list model. More...
Public Member Functions | |
CAtcStationTreeModel (QObject *parent=nullptr) | |
Constructor. | |
virtual | ~CAtcStationTreeModel () |
Destructor. | |
void | setColumns (const CColumns &columns) |
Set columns. | |
void | updateContainer (const swift::misc::aviation::CAtcStationList &stations) |
Update container. | |
void | clear () |
Clear everything. More... | |
const swift::misc::aviation::CAtcStationList & | container () const |
Get container. | |
void | changedAtcStationConnectionStatus (const swift::misc::aviation::CAtcStation &station, bool added) |
Used to quickly update single station (better response for the user) | |
ATC list model.
Definition at line 19 of file atcstationtreemodel.h.
void swift::gui::models::CAtcStationTreeModel::clear | ( | ) |
Clear everything.
Definition at line 92 of file atcstationtreemodel.cpp.