|
SilentEye 0.4.1
|
SilentEye official module for support of JPEG image. More...
Classes | |
| class | PixelGroup |
| The pixel group wich represent a block. (8x8 in the Jpeg format) More... | |
| class | GroupedImage |
| This class reprensents the image where pixels are grouped in square blocs. More... | |
| class | ImageJPEG |
| JPEG image representation. More... | |
| class | OptionWidget |
| Widget given to SilentEye main application in order to configure plugin. More... | |
| class | SEFormatJpeg |
| Official module for support of JPEG image (using LSB) More... | |
| class | StegoTable |
| Manage the K stegano tables and the index table. More... | |
| class | YCbCr |
| Manage the YCbCr value for a color corresponding to a pixel (Y: luminance, Cb: blue difference, Cr: red difference) More... | |
Functions | |
| connect (pwdCheckBox, SIGNAL(stateChanged(int)), this, SLOT(pwdStateChange(int))) | |
| m_encodeWidget | setObjectName ("EncodeWidget") |
| m_decodeWidget | setObjectName ("DecodeWidget") |
| connect (m_encodeWidget, SIGNAL(optionHasChanged()), this, SLOT(optionHasChanged())) | |
Variables | |
| F | __pad0__ |
| m_logger = new Logger(this) | |
| m_encodeWidget = NULL | |
| m_decodeWidget = NULL | |
SilentEye official module for support of JPEG image.
| SEFormatJPEG::connect | ( | pwdCheckBox | , |
| SIGNAL(stateChanged(int)) | , | ||
| this | , | ||
| SLOT(pwdStateChange(int)) | |||
| ) |
Referenced by SEFormatJPEG::SEFormatJpeg::encodeWidget().
| SEFormatJPEG::connect | ( | m_encodeWidget | , |
| SIGNAL(optionHasChanged()) | , | ||
| this | , | ||
| SLOT(optionHasChanged()) | |||
| ) |
| m_decodeWidget SEFormatJPEG::setObjectName | ( | "DecodeWidget" | ) |
| m_encodeWidget SEFormatJPEG::setObjectName | ( | "EncodeWidget" | ) |
Definition at line 30 of file imagejpeg.cpp.
| SEFormatJPEG::m_decodeWidget = NULL |
Definition at line 28 of file seformatjpeg.cpp.
| SEFormatJPEG::m_encodeWidget = NULL |
Definition at line 27 of file seformatjpeg.cpp.
| SEFormatJPEG::m_logger = new Logger(this) |
Definition at line 25 of file seformatjpeg.cpp.
1.7.3