swift
Public Member Functions | List of all members
swift::gui::views::CApplicationInfoMenu Class Reference

Menu base class for aircraft model view menus. More...

Inheritance diagram for swift::gui::views::CApplicationInfoMenu:
[legend]

Public Member Functions

 CApplicationInfoMenu (CApplicationInfoView *modelView)
 Constructor.
 
virtual void customMenu (menus::CMenuActions &menuActions)
 Display custom menu. More...
 
- Public Member Functions inherited from swift::gui::menus::IMenuDelegate
void setNestedDelegate (IMenuDelegate *nestedDelegate)
 Set nested delegate.
 
IMenuDelegategetNestedDelegate () const
 Nested delegate.
 
virtual ~IMenuDelegate ()
 Destructor.
 
const QStringList & getLogCategories ()
 Log categories.
 

Additional Inherited Members

- Protected Member Functions inherited from swift::gui::menus::IMenuDelegate
 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?
 
- Protected Attributes inherited from swift::gui::menus::IMenuDelegate
IMenuDelegatem_nestedDelegate = nullptr
 nested delegate if any
 

Detailed Description

Menu base class for aircraft model view menus.

Definition at line 38 of file applicationinfoview.h.

Member Function Documentation

◆ customMenu()

void swift::gui::views::CApplicationInfoMenu::customMenu ( menus::CMenuActions menuActions)
virtual

Display custom menu.

Implements swift::gui::menus::IMenuDelegate.

Definition at line 60 of file applicationinfoview.cpp.


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