swift
Public Member Functions | List of all members
swift::gui::models::CAtcStationTreeModel Class Reference

ATC list model. More...

Inheritance diagram for swift::gui::models::CAtcStationTreeModel:
[legend]

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::CAtcStationListcontainer () const
 Get container.
 
void changedAtcStationConnectionStatus (const swift::misc::aviation::CAtcStation &station, bool added)
 Used to quickly update single station (better response for the user)
 

Detailed Description

ATC list model.

Definition at line 19 of file atcstationtreemodel.h.

Member Function Documentation

◆ clear()

void swift::gui::models::CAtcStationTreeModel::clear ( )

Clear everything.

Remarks
hiding QStandardItemModel::clear()

Definition at line 92 of file atcstationtreemodel.cpp.


The documentation for this class was generated from the following files: