digiKam
|
Public Member Functions | |
virtual void | addActions (AbstractAlbumTreeView *view, ContextMenuHelper &cmh, Album *album)=0 |
ContextMenuElement ()=default | |
virtual | ~ContextMenuElement ()=default |
Add a context menu element which can add actions to the context menu when the menu is generated. First, addCustomContextMenuActions is called, then all elements' addActions method is called in order of addition.
|
default |
|
virtualdefault |
|
pure virtual |
Add actions to the context menu being generated
view | The AbstractAlbumTreeView which generates the menu |
cmh | helper object to create the context menu |
album | the album on which the context menu will be created. May be null if it is requested on no tag entry |