swift
|
Menu base class for aircraft model view menus. More...
Public Member Functions | |
CApplicationInfoMenu (CApplicationInfoView *modelView) | |
Constructor. | |
virtual void | customMenu (menus::CMenuActions &menuActions) |
Display custom menu. More... | |
![]() | |
void | setNestedDelegate (IMenuDelegate *nestedDelegate) |
Set nested delegate. | |
IMenuDelegate * | getNestedDelegate () const |
Nested delegate. | |
virtual | ~IMenuDelegate () |
Destructor. | |
const QStringList & | getLogCategories () |
Log categories. | |
Additional Inherited Members | |
![]() | |
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 | |
Menu base class for aircraft model view menus.
Definition at line 38 of file applicationinfoview.h.
|
virtual |
Display custom menu.
Implements swift::gui::menus::IMenuDelegate.
Definition at line 60 of file applicationinfoview.cpp.