The ItemViewPlugin class.
More...
#include <itemviewplugin.h>
The ItemViewPlugin class.
- Author
- Matthieu Bachelier
- Copyright
- GNU General Public License v3
ItemViewPlugin::ItemViewPlugin |
( |
QObject * |
parent = nullptr | ) |
|
|
inlineexplicit |
virtual ItemViewPlugin::~ItemViewPlugin |
( |
| ) |
|
|
inlinevirtual |
virtual QAction* ItemViewPlugin::action |
( |
const QString & |
, |
|
|
QMenu * |
|
|
) |
| |
|
inlinevirtual |
virtual QStringList ItemViewPlugin::classesToExtend |
( |
| ) |
|
|
pure virtual |
This method can specify some classes to extend at runtime, like QMenu (for appending new items).
Reimplemented from BasicPlugin.
virtual bool ItemViewPlugin::hasSubMenu |
( |
const QString & |
| ) |
const |
|
inlinevirtual |
virtual QMenu* ItemViewPlugin::menu |
( |
const QString & |
, |
|
|
QMenu * |
|
|
) |
| |
|
inlinevirtual |
virtual void ItemViewPlugin::setSelectedTracksModel |
( |
const QString & |
view, |
|
|
SelectedTracksModel * |
|
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: