#include <BatchTest.h>
|
| | BatchTest (QObject *parent=0) |
| |
| | ~BatchTest () |
| |
| 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_mirror |
|
| id_grayscale |
|
| id_end |
|
| rdm::BatchTest::BatchTest |
( |
QObject * |
parent = 0 | ) |
|
| rdm::BatchTest::~BatchTest |
( |
| ) |
|
| QList< QAction * > rdm::BatchTest::createActions |
( |
QWidget * |
parent | ) |
|
|
override |
| QString rdm::BatchTest::id |
( |
| ) |
const |
|
override |
Returns unique ID for the generated dll
| QImage rdm::BatchTest::image |
( |
| ) |
const |
|
override |
Returns descriptive iamge for every ID
- Parameters
-
| QList< QAction * > rdm::BatchTest::pluginActions |
( |
| ) |
const |
|
override |
| void rdm::BatchTest::postLoadPlugin |
( |
const QVector< QSharedPointer< nmc::DkBatchInfo > > & |
batchInfo | ) |
const |
|
override |
| void rdm::BatchTest::preLoadPlugin |
( |
| ) |
const |
|
override |
| QSharedPointer< nmc::DkImageContainer > rdm::BatchTest::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::BatchTest::mActions |
|
protected |
| QStringList rdm::BatchTest::mMenuNames |
|
protected |
| QStringList rdm::BatchTest::mMenuStatusTips |
|
protected |
| QStringList rdm::BatchTest::mRunIDs |
|
protected |
The documentation for this class was generated from the following files: