SilentEye 0.4.1
|
Widget given to SilentEye main application in order to configure plugin. More...
#include <optionwidget.h>
Signals | |
void | optionHasChanged () |
void | optionHasChanged () |
Public Member Functions | |
OptionWidget (QWidget *parent=0) | |
~OptionWidget () | |
int | k () const |
QString | passphrase () const |
int | quality () const |
ImageJPEG::HeaderPosition | headerPosition () const |
void | hideQuality (bool=true) |
OptionWidget (QWidget *parent=0) | |
~OptionWidget () | |
int | k () const |
QString | passphrase () const |
int | quality () const |
ImageJPEG::HeaderPosition | headerPosition () const |
Protected Slots | |
void | pwdStateChange (int) |
void | pwdStateChange (int) |
Private Attributes | |
QPointer< Logger > | m_logger |
Widget given to SilentEye main application in order to configure plugin.
Definition at line 31 of file optionwidget.h.
SEFormatJPEG::OptionWidget::OptionWidget | ( | QWidget * | parent = 0 | ) |
SEFormatJPEG::OptionWidget::~OptionWidget | ( | ) |
Definition at line 29 of file optionwidget.cpp.
SEFormatJPEG::OptionWidget::OptionWidget | ( | QWidget * | parent = 0 | ) |
SEFormatJPEG::OptionWidget::~OptionWidget | ( | ) |
ImageJPEG::HeaderPosition SEFormatJPEG::OptionWidget::headerPosition | ( | ) | const |
Definition at line 55 of file optionwidget.cpp.
References SEFormatBMP::OptionWidget::m_logger.
Referenced by SEFormatJPEG::SEFormatJpeg::updateImage().
ImageJPEG::HeaderPosition SEFormatJPEG::OptionWidget::headerPosition | ( | ) | const |
void SEFormatJPEG::OptionWidget::hideQuality | ( | bool | hide = true | ) |
Definition at line 34 of file optionwidget.cpp.
Referenced by SEFormatJPEG::SEFormatJpeg::decodeWidget().
int SEFormatJPEG::OptionWidget::k | ( | ) | const |
int SEFormatJPEG::OptionWidget::k | ( | ) | const |
Definition at line 40 of file optionwidget.cpp.
Referenced by SEFormatJPEG::SEFormatJpeg::updateImage().
void SEFormatJPEG::OptionWidget::optionHasChanged | ( | ) | [signal] |
Referenced by SEFormatWAV::OptionWidget::settingsChanged().
void SEFormatJPEG::OptionWidget::optionHasChanged | ( | ) | [signal] |
QString SEFormatJPEG::OptionWidget::passphrase | ( | ) | const |
Definition at line 45 of file optionwidget.cpp.
Referenced by SEFormatJPEG::SEFormatJpeg::updateImage().
QString SEFormatJPEG::OptionWidget::passphrase | ( | ) | const |
void SEFormatJPEG::OptionWidget::pwdStateChange | ( | int | ) | [protected, slot] |
void SEFormatJPEG::OptionWidget::pwdStateChange | ( | int | state | ) | [protected, slot] |
Definition at line 76 of file optionwidget.cpp.
int SEFormatJPEG::OptionWidget::quality | ( | ) | const |
Definition at line 50 of file optionwidget.cpp.
Referenced by SEFormatWAV::OptionWidget::settingsChanged(), and SEFormatJPEG::SEFormatJpeg::updateImage().
int SEFormatJPEG::OptionWidget::quality | ( | ) | const |
QPointer< Logger > SEFormatJPEG::OptionWidget::m_logger [private] |