The AbstractMenuBar class provides a model for a menu bar.
More...
#include "framework/ui/menubar/AbstractMenuBar.h"
The AbstractMenuBar class provides a model for a menu bar.
◆ AbstractMenuBar()
AbstractMenuBar::AbstractMenuBar |
( |
QObject * |
parent = nullptr | ) |
|
◆ addMenu()
◆ createMenus()
void AbstractMenuBar::createMenus |
( |
void |
| ) |
|
|
protectedvirtual |
Override this method to create menus.
Reimplemented in AppMenuBar.
◆ getMenus()
Returns list of menus in the menu bar.
◆ init()
void AbstractMenuBar::init |
( |
| ) |
|
Run this method to create menus.
◆ removeMenu()
◆ updateMenus()
void AbstractMenuBar::updateMenus |
( |
void |
| ) |
|
|
virtual |
Override this method to set titles and menu item text.
Reimplemented in AppMenuBar.
◆ menus
List of menus in the menu bar.
The documentation for this class was generated from the following files:
- src/framework/ui/menubar/AbstractMenuBar.h
- src/framework/ui/menubar/AbstractMenuBar.cpp