Dialog for editing filtering settings. More...
#include <DlgSettingsColorFilter.h>
Public Slots | |
void | slotTransferPiece (int xLeft, QImage image) |
Receive processed piece of preview image, to be inserted at xLeft to xLeft+pixmap.width(). | |
Signals | |
void | signalApplyFilter (ColorFilterMode colorFilterMode, double low, double high) |
Send filter parameters to DlgFilterThread and DlgFilterWorker for processing. | |
Public Member Functions | |
DlgSettingsColorFilter (MainWindow &mainWindow) | |
Single constructor. | |
virtual void | createOptionalSaveDefault (QHBoxLayout *layout) |
Let subclass define an optional Save As Default button. | |
virtual QWidget * | createSubPanel () |
Create dialog-specific panel to which base class will add Ok and Cancel buttons. | |
virtual void | load (CmdMediator &cmdMediator) |
Load settings from Document. | |
Protected Member Functions | |
virtual void | handleOk () |
Process slotOk. |
Dialog for editing filtering settings.
Definition at line 29 of file DlgSettingsColorFilter.h.