SilentEye 0.4.1
Classes | Functions | Variables

SEFormatJPEG Namespace Reference

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

__pad0__
 m_logger = new Logger(this)
 m_encodeWidget = NULL
 m_decodeWidget = NULL

Detailed Description

SilentEye official module for support of JPEG image.


Function Documentation

SEFormatJPEG::connect ( pwdCheckBox  ,
SIGNAL(stateChanged(int))  ,
this  ,
SLOT(pwdStateChange(int))   
)
SEFormatJPEG::connect ( m_encodeWidget  ,
SIGNAL(optionHasChanged())  ,
this  ,
SLOT(optionHasChanged())   
)
m_decodeWidget SEFormatJPEG::setObjectName ( "DecodeWidget"  )
m_encodeWidget SEFormatJPEG::setObjectName ( "EncodeWidget"  )

Variable Documentation

Definition at line 30 of file imagejpeg.cpp.

Definition at line 28 of file seformatjpeg.cpp.

Definition at line 27 of file seformatjpeg.cpp.

Definition at line 25 of file seformatjpeg.cpp.