SilentEye 0.4.1
|
SilentEye::AboutDialog | Display information about SilentEye (author, copyright, ...) |
SilentEyeFramework::Audio | Generic representation of audio which can load and hide specific data according to it's format |
SEFormatWAV::AudioWav | Representation of .wav file (WAVE PCM soundfile format) |
SilentEyeFramework::Config | Manage configuration for application (read/write in xml file) |
SilentEye::Controller | Manage HTTP proxy and application path (singleton) |
SilentEyeFramework::CryptoModuleInterface | Common interface for cryptography plug-ins |
SilentEyeFramework::Data | Data encapsulation |
SilentEye::DecodeDialog | Dialog for generic decoding process |
SilentEyeFramework::EncodedData | EncodedData is a data manager used to read information bit per bit |
SilentEye::EncodeDialog | Dialog for generic encoding process |
SilentEyeFramework::FormatModuleInterface | Common interface for media format plug-ins |
SEFormatJPEG::GroupedImage | This class reprensents the image where pixels are grouped in square blocs |
SilentEyeFramework::Image | Generic representation of image which can load and hide specific data according to it's format |
SEFormatBMP::ImageBMP | |
SEFormatJPEG::ImageJPEG | JPEG image representation |
SilentEyeFramework::ImageModuleInterface | Common interface for image format plug-ins |
SilentEyeFramework::Logger | Provides methods for multi-level logging into logfile and console |
SilentEye::MainWindow | The main window of SilentEye |
SilentEyeFramework::Media | Generic representation of Media which can load and hide specific data according to it's format |
SilentEye::MediaWidget | Manage media view into main window |
SilentEyeFramework::ModuleException | Exception used by all SilentEye's plug-in |
SilentEyeFramework::ModuleInterface | Common interface for all SilentEye's plug-in |
SilentEye::ModuleManager | Load and manage SilentEye's Plug-ins |
SilentEye::OptionDialog | Mother class for encode and decode dialog |
SEFormatJPEG::OptionWidget | Widget given to SilentEye main application in order to configure plugin |
SEFormatWAV::OptionWidget | |
SEFormatBMP::OptionWidget | |
SEFormatJPEG::PixelGroup | The pixel group wich represent a block. (8x8 in the Jpeg format) |
SilentEye::PreferenceDialog | Preference/configuration dialog |
SilentEye::PropertyDialog | Show current media properties |
SECryptoAES::SECryptoAES | |
SECryptoAES256::SECryptoAES256 | |
SEFormatBMP::SEFormatBmp | Official module for support of BMP image (using LSB) |
SEFormatJPEG::SEFormatJpeg | Official module for support of JPEG image (using LSB) |
SEFormatWAV::SEFormatWav | Official module for support of WAVE/PCM sound (using LSB) |
SilentEyeFramework::SilentEyeException | Internal exception only used by SilentEyeFramework |
SEFormatJPEG::StegoTable | Manage the K stegano tables and the index table |
SilentEye::UpdateDialog | Check for new version of SilentEye (HTTP) |
SilentEyeFramework::Video | Generic representation of video which can load and hide specific data according to it's format |
SilentEyeFramework::VideoModuleInterface | Common interface for video format plug-ins |
SEFormatJPEG::YCbCr | Manage the YCbCr value for a color corresponding to a pixel (Y: luminance, Cb: blue difference, Cr: red difference) |