68 #if QT_VERSION >= 0x050000 69 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Print")
73 void addMenubarAction(QAction* _action, QString _type );
76 void pluginsInitialized();
78 void slotKeyEvent( QKeyEvent* _event );
81 QString
name() {
return (QString(
"Printing Plugin")); };
82 QString
description( ) {
return (QString(tr(
"Print the current view"))); };
88 QString version() {
return QString(
"1.0"); };
Keyboard Event Interface.
Interface class from which all plugins have to be created.
QString name()
Return a name for the plugin.
Interface for all plugins which provide entries to the main menubar.
QString description()
Return a description of what the plugin is doing.