|
| EditorToolThreaded (QObject *const parent) |
|
RenderingMode | renderingMode () const |
| return the current tool rendering mode.
|
|
void | setProgressMessage (const QString &mess) |
| Set the small text to show in editor status progress bar during tool computation.
|
|
| EditorTool (QObject *const parent) |
|
virtual void | exposureSettingsChanged () |
|
virtual void | ICCSettingsChanged () |
|
void | init () |
| Called by editor tool interface to initialized tool when all is ready, through slotInit().
|
|
DPlugin * | plugin () const |
|
virtual void | setBackgroundColor (const QColor &bg) |
|
void | setInitPreview (bool b) |
| Set this option to on if you want to call slotPreview() in slotInit() at tool startup.
|
|
void | setPlugin (DPlugin *const plugin) |
|
FilterAction::Category | toolCategory () const |
|
QString | toolHelp () const |
|
QIcon | toolIcon () const |
|
QString | toolName () const |
|
EditorToolSettings * | toolSettings () const |
|
int | toolVersion () const |
|
QWidget * | toolView () const |
|
|
DImgThreadedAnalyser * | analyser () const |
| Manage analyser instance plugged in tool interface.
|
|
virtual void | analyserCompleted () |
|
void | deleteFilterInstance (bool b=true) |
| If true, delete filter instance when preview or final rendering is processed.
|
|
DImgThreadedFilter * | filter () const |
| Manage filter instance plugged in tool interface.
|
|
virtual void | prepareFinal () |
|
virtual void | preparePreview () |
|
virtual void | renderingFinished () |
|
void | setAnalyser (DImgThreadedAnalyser *const analyser) |
|
void | setFilter (DImgThreadedFilter *const filter) |
|
virtual void | setFinalImage () |
|
virtual void | setPreviewImage () |
|
virtual void | finalRendering () |
|
virtual void | readSettings () |
|
virtual void | setBusy (bool) |
|
void | setPreviewModeMask (int mask) |
|
void | setToolCategory (const FilterAction::Category category) |
|
void | setToolHelp (const QString &anchor) |
|
void | setToolIcon (const QIcon &icon) |
|
void | setToolInfoMessage (const QString &txt) |
|
void | setToolName (const QString &name) |
|
virtual void | setToolSettings (EditorToolSettings *const settings) |
|
void | setToolVersion (const int version) |
|
virtual void | setToolView (QWidget *const view) |
|
virtual void | slotChannelChanged () |
|
virtual void | slotPreview () |
|
virtual void | slotSaveAsSettings () |
|
virtual void | slotScaleChanged () |
|
virtual void | writeSettings () |
|