digikam
Digikam::EditorTool Class Reference
#include <editortool.h>

Public Slots | |
| virtual void | slotCloseTool () |
| void | slotPreviewModeChanged () |
| void | slotUpdateSpotInfo (const Digikam::DColor &col, const QPoint &point) |
Signals | |
| void | cancelClicked () |
| void | okClicked () |
Public Member Functions | |
| EditorTool (QObject *parent) | |
| virtual | ~EditorTool () |
| virtual void | exposureSettingsChanged () |
| virtual void | ICCSettingsChanged () |
| void | init () |
| QString | toolHelp () const |
| QPixmap | toolIcon () const |
| QString | toolName () const |
| EditorToolSettings * | toolSettings () const |
| QWidget * | toolView () const |
Protected Slots | |
| virtual void | slotCancel () |
| virtual void | slotChannelChanged () |
| virtual void | slotEffect () |
| virtual void | slotInit () |
| virtual void | slotLoadSettings () |
| virtual void | slotOk () |
| virtual void | slotResetSettings () |
| virtual void | slotSaveAsSettings () |
| virtual void | slotScaleChanged () |
| void | slotTimer () |
Protected Member Functions | |
| virtual void | finalRendering () |
| virtual void | readSettings () |
| virtual void | setBusy (bool) |
| void | setPreviewModeMask (int mask) |
| void | setToolHelp (const QString &anchor) |
| void | setToolIcon (const QPixmap &icon) |
| void | setToolInfoMessage (const QString &txt) |
| void | setToolName (const QString &name) |
| virtual void | setToolSettings (EditorToolSettings *settings) |
| virtual void | setToolView (QWidget *view) |
| virtual void | writeSettings () |
Detailed Description
Definition at line 47 of file editortool.h.
Constructor & Destructor Documentation
| Digikam::EditorTool::EditorTool | ( | QObject * | parent | ) |
Definition at line 71 of file editortool.cpp.
| Digikam::EditorTool::~EditorTool | ( | ) | [virtual] |
Definition at line 80 of file editortool.cpp.
Member Function Documentation
| void Digikam::EditorTool::cancelClicked | ( | ) | [signal] |
| void Digikam::EditorTool::exposureSettingsChanged | ( | ) | [virtual] |
Definition at line 258 of file editortool.cpp.
| virtual void Digikam::EditorTool::finalRendering | ( | ) | [inline, protected, virtual] |
Definition at line 91 of file editortool.h.
| void Digikam::EditorTool::ICCSettingsChanged | ( | ) | [virtual] |
Definition at line 247 of file editortool.cpp.
| void Digikam::EditorTool::init | ( | ) |
Definition at line 85 of file editortool.cpp.
| void Digikam::EditorTool::okClicked | ( | ) | [signal] |
| void Digikam::EditorTool::readSettings | ( | ) | [protected, virtual] |
Definition at line 203 of file editortool.cpp.
| void Digikam::EditorTool::setBusy | ( | bool | state | ) | [protected, virtual] |
Definition at line 198 of file editortool.cpp.
| void Digikam::EditorTool::setPreviewModeMask | ( | int | mask | ) | [protected] |
Definition at line 110 of file editortool.cpp.
| void Digikam::EditorTool::setToolHelp | ( | const QString & | anchor | ) | [protected] |
Definition at line 184 of file editortool.cpp.
| void Digikam::EditorTool::setToolIcon | ( | const QPixmap & | icon | ) | [protected] |
Definition at line 95 of file editortool.cpp.
| void Digikam::EditorTool::setToolInfoMessage | ( | const QString & | txt | ) | [protected] |
Definition at line 269 of file editortool.cpp.
| void Digikam::EditorTool::setToolName | ( | const QString & | name | ) | [protected] |
Definition at line 105 of file editortool.cpp.
| void Digikam::EditorTool::setToolSettings | ( | EditorToolSettings * | settings | ) | [protected, virtual] |
Definition at line 143 of file editortool.cpp.
| void Digikam::EditorTool::setToolView | ( | QWidget * | view | ) | [protected, virtual] |
Reimplemented in Digikam::EditorToolThreaded.
Definition at line 120 of file editortool.cpp.
| void Digikam::EditorTool::slotCancel | ( | ) | [protected, virtual, slot] |
Reimplemented in Digikam::EditorToolThreaded.
Definition at line 231 of file editortool.cpp.
| virtual void Digikam::EditorTool::slotChannelChanged | ( | ) | [inline, protected, virtual, slot] |
Definition at line 104 of file editortool.h.
| void Digikam::EditorTool::slotCloseTool | ( | ) | [virtual, slot] |
Definition at line 237 of file editortool.cpp.
| virtual void Digikam::EditorTool::slotEffect | ( | ) | [inline, protected, virtual, slot] |
Reimplemented in Digikam::EditorToolThreaded.
Definition at line 103 of file editortool.h.
| void Digikam::EditorTool::slotInit | ( | ) | [protected, virtual, slot] |
Definition at line 176 of file editortool.cpp.
| virtual void Digikam::EditorTool::slotLoadSettings | ( | ) | [inline, protected, virtual, slot] |
Definition at line 100 of file editortool.h.
| void Digikam::EditorTool::slotOk | ( | ) | [protected, virtual, slot] |
Reimplemented in Digikam::EditorToolThreaded.
Definition at line 224 of file editortool.cpp.
| void Digikam::EditorTool::slotPreviewModeChanged | ( | ) | [slot] |
Definition at line 242 of file editortool.cpp.
| void Digikam::EditorTool::slotResetSettings | ( | ) | [protected, virtual, slot] |
Definition at line 213 of file editortool.cpp.
| virtual void Digikam::EditorTool::slotSaveAsSettings | ( | ) | [inline, protected, virtual, slot] |
Definition at line 101 of file editortool.h.
| virtual void Digikam::EditorTool::slotScaleChanged | ( | ) | [inline, protected, virtual, slot] |
Definition at line 105 of file editortool.h.
| void Digikam::EditorTool::slotTimer | ( | ) | [protected, slot] |
Definition at line 218 of file editortool.cpp.
| void Digikam::EditorTool::slotUpdateSpotInfo | ( | const Digikam::DColor & | col, | |
| const QPoint & | point | |||
| ) | [slot] |
Definition at line 274 of file editortool.cpp.
| QString Digikam::EditorTool::toolHelp | ( | ) | const |
Definition at line 190 of file editortool.cpp.
| QPixmap Digikam::EditorTool::toolIcon | ( | ) | const |
Definition at line 90 of file editortool.cpp.
| QString Digikam::EditorTool::toolName | ( | ) | const |
Definition at line 100 of file editortool.cpp.
| EditorToolSettings * Digikam::EditorTool::toolSettings | ( | ) | const |
Definition at line 138 of file editortool.cpp.
| QWidget * Digikam::EditorTool::toolView | ( | ) | const |
Definition at line 115 of file editortool.cpp.
| void Digikam::EditorTool::writeSettings | ( | ) | [protected, virtual] |
Definition at line 208 of file editortool.cpp.
The documentation for this class was generated from the following files:
KDE 4.5 API Reference