Developer Documentation
Loading...
Searching...
No Matches
MenuInterface.hh File Reference
#include <OpenFlipper/common/Types.hh>
#include <QAction>
#include <QMenuBar>

Go to the source code of this file.

Classes

class  MenuInterface
 Interface for all plugins which provide entries to the main menubar. More...
 

Macros

#define FILEMENU   tr("File")
 The Menu will be added inside the File Menu.
 
#define VIEWMENU   tr("View")
 The Menu will be added inside the View Menu.
 
#define TOOLSMENU   tr("Tools")
 The Menu will be added inside the Tools Menu.
 
#define ALGORITHMMENU   tr("Algorithms")
 The Menu will be added inside the Algorithms Menu.
 
#define PYTHONMENU   tr("Python")
 The Menu will be added inside the Python Menu.
 

Detailed Description

Interface for adding per plugin toolboxes to OpenFlippers UI.Menu Interface

Definition in file MenuInterface.hh.

Macro Definition Documentation

◆ ALGORITHMMENU

#define ALGORITHMMENU   tr("Algorithms")

The Menu will be added inside the Algorithms Menu.

Definition at line 60 of file MenuInterface.hh.

◆ FILEMENU

#define FILEMENU   tr("File")

The Menu will be added inside the File Menu.

Definition at line 51 of file MenuInterface.hh.

◆ PYTHONMENU

#define PYTHONMENU   tr("Python")

The Menu will be added inside the Python Menu.

Definition at line 63 of file MenuInterface.hh.

◆ TOOLSMENU

#define TOOLSMENU   tr("Tools")

The Menu will be added inside the Tools Menu.

Definition at line 57 of file MenuInterface.hh.

◆ VIEWMENU

#define VIEWMENU   tr("View")

The Menu will be added inside the View Menu.

Definition at line 54 of file MenuInterface.hh.