![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Add a context menu element which can add actions to the context menu when the menu is generated. More...
Public Member Functions | |
virtual void | addActions (AbstractAlbumTreeView *view, ContextMenuHelper &cmh, Album *album)=0 |
Add actions to the context menu being generated. | |
First, addCustomContextMenuActions is called, then all elements' addActions method is called in order of addition.
|
pure virtual |
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 |