Thread
:
List of Installed Plugins
View Single Post
10-04-2014, 09:21 AM
#
4
kovidgoyal
creator of calibre
Posts: 45,410
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
self.gui.iactions is a mapping of plugin name to plugin object(for all user interface action plugins). So if you want a list
list(self.gui.iactions)
And if you want to iterate over all types of plugins, then use the functions in calibre.customize.ui
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS