6 #ifndef SWIFT_GUI_VIEWS_AIRCRAFTCATEGORYTREEVIEW_H
7 #define SWIFT_GUI_VIEWS_AIRCRAFTCATEGORYTREEVIEW_H
10 #include <QModelIndex>
23 class CAircraftCategoryTreeModel;
45 void fullResizeToContents();
61 void fullResizeToContentsImpl();
67 void onExpanded(
const QModelIndex &index);
70 void customMenu(
const QPoint &point);
72 misc::CDigestSignal m_dsFullResize {
this, &CAircraftCategoryTreeView::fullResizeToContentsImpl,
73 std::chrono::milliseconds(1000), 25 };
Receive 1..n signals, collect them over time, and resend afer n milliseconds.
Value object for aircraft categories.
Value object encapsulating a list of ICAO codes.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.