swift
|
Open the simulator file (e.g. aircraft.cfg) in the standard text editor. More...
Public Member Functions | |
CShowSimulatorFileMenu (views::CAircraftModelView *modelView, COverlayMessagesFrame *messageFrame) | |
Constructor. | |
virtual void | customMenu (CMenuActions &menuActions) |
Display custom menu. More... | |
![]() | |
IAircraftModelViewMenu (swift::gui::views::CAircraftModelView *modelView) | |
Constructor. | |
![]() | |
void | setNestedDelegate (IMenuDelegate *nestedDelegate) |
Set nested delegate. | |
IMenuDelegate * | getNestedDelegate () const |
Nested delegate. | |
virtual | ~IMenuDelegate () |
Destructor. | |
const QStringList & | getLogCategories () |
Log categories. | |
Static Public Member Functions | |
static const QStringList & | getLogCategories () |
Log.categories. | |
![]() | |
static const QStringList & | getLogCategories () |
Log.categories. | |
Additional Inherited Members | |
![]() | |
swift::gui::views::CAircraftModelView * | modelView () const |
Model view. | |
const swift::misc::simulation::CAircraftModelList & | getAircraftModels () const |
Get aircraft models. | |
const swift::misc::simulation::CAircraftModelList & | getAllOrAllFilteredAircraftModels (bool *filtered=nullptr) const |
Get aircraft models (all, or all filtered) | |
swift::misc::simulation::CAircraftModelList | getSelectedAircraftModels () const |
Selected aircraft models. | |
![]() | |
IMenuDelegate (QWidget *parent=nullptr) | |
Constructor. | |
void | nestedCustomMenu (CMenuActions &menuActions) const |
Delegate down one level. | |
bool | previousMenuItemContains (const QString &str, const QMenu &menu, Qt::CaseSensitivity cs=Qt::CaseSensitive) const |
Does the previous (menu) item contain string? | |
![]() | |
IMenuDelegate * | m_nestedDelegate = nullptr |
nested delegate if any | |
Open the simulator file (e.g. aircraft.cfg) in the standard text editor.
Definition at line 54 of file aircraftmodelmenus.h.
|
virtual |
Display custom menu.
Implements swift::gui::menus::IMenuDelegate.
Definition at line 75 of file aircraftmodelmenus.cpp.