#include <FocusPlugin.h>
|
| FocusPlugin (QObject *parent=0) |
|
| ~FocusPlugin () |
|
QString | id () const override |
|
QImage | image () const override |
|
QList< QAction * > | createActions (QWidget *parent) override |
|
QList< QAction * > | pluginActions () const override |
|
QSharedPointer< nmc::DkImageContainer > | runPlugin (const QString &runID, QSharedPointer< nmc::DkImageContainer > imgC, const nmc::DkSaveInfo &saveInfo, QSharedPointer< nmc::DkBatchInfo > &info) const override |
|
void | preLoadPlugin () const override |
|
void | postLoadPlugin (const QVector< QSharedPointer< nmc::DkBatchInfo > > &batchInfo) const override |
|
Enumerator |
---|
id_gtPage |
|
id_fmGrad |
|
id_fmRel |
|
id_fmRelArea |
|
id_contMeasure |
|
id_end |
|
rdm::FocusPlugin::FocusPlugin |
( |
QObject * |
parent = 0 | ) |
|
rdm::FocusPlugin::~FocusPlugin |
( |
| ) |
|
QList< QAction * > rdm::FocusPlugin::createActions |
( |
QWidget * |
parent | ) |
|
|
override |
QString rdm::FocusPlugin::id |
( |
| ) |
const |
|
override |
Returns unique ID for the generated dll
QImage rdm::FocusPlugin::image |
( |
| ) |
const |
|
override |
Returns descriptive iamge for every ID
- Parameters
-
QList< QAction * > rdm::FocusPlugin::pluginActions |
( |
| ) |
const |
|
override |
void rdm::FocusPlugin::postLoadPlugin |
( |
const QVector< QSharedPointer< nmc::DkBatchInfo > > & |
batchInfo | ) |
const |
|
override |
void rdm::FocusPlugin::preLoadPlugin |
( |
| ) |
const |
|
override |
QSharedPointer< nmc::DkImageContainer > rdm::FocusPlugin::runPlugin |
( |
const QString & |
runID, |
|
|
QSharedPointer< nmc::DkImageContainer > |
imgC, |
|
|
const nmc::DkSaveInfo & |
saveInfo, |
|
|
QSharedPointer< nmc::DkBatchInfo > & |
info |
|
) |
| const |
|
override |
Main function: runs plugin based on its ID
- Parameters
-
plugin | ID |
image | to be processed |
QList<QAction*> rdm::FocusPlugin::mActions |
|
protected |
QStringList rdm::FocusPlugin::mMenuNames |
|
protected |
QStringList rdm::FocusPlugin::mMenuStatusTips |
|
protected |
QStringList rdm::FocusPlugin::mRunIDs |
|
protected |
The documentation for this class was generated from the following files: