SilentEye 0.4.1
Classes | Functions | Variables

SilentEyeFramework Namespace Reference

Framework used by SilentEye and these plug-ins. More...

Classes

class  Audio
 Generic representation of audio which can load and hide specific data according to it's format. More...
class  Config
 Manage configuration for application (read/write in xml file) More...
class  CryptoModuleInterface
 Common interface for cryptography plug-ins. More...
class  Data
 Data encapsulation. More...
class  EncodedData
 EncodedData is a data manager used to read information bit per bit. More...
class  FormatModuleInterface
 Common interface for media format plug-ins. More...
class  Image
 Generic representation of image which can load and hide specific data according to it's format. More...
class  ImageModuleInterface
 Common interface for image format plug-ins. More...
class  Logger
 Provides methods for multi-level logging into logfile and console. More...
class  Media
 Generic representation of Media which can load and hide specific data according to it's format. More...
class  ModuleException
 Exception used by all SilentEye's plug-in. More...
class  ModuleInterface
 Common interface for all SilentEye's plug-in. More...
class  SilentEyeException
 Internal exception only used by SilentEyeFramework. More...
class  Video
 Generic representation of video which can load and hide specific data according to it's format. More...
class  VideoModuleInterface
 Common interface for video format plug-ins. More...

Functions

 readWaveHeader ()
virtual QPointer< AudiodecodeAudio (QPointer< Audio >, bool=false)=0
Media ()

Variables

__pad0__
 m_type = AUDIO
bool = false) = 0
 m_logger = new Logger(this)
 m_isLoaded = false
 m_filename = "se-noname.conf"
 m_filepath = "/tmp/"
QString m_fileName = "application.log"

Detailed Description

Framework used by SilentEye and these plug-ins.


Function Documentation

virtual QPointer<Audio> SilentEyeFramework::decodeAudio ( QPointer< Audio >  ,
bool  = false 
) [pure virtual]

Definition at line 22 of file image.cpp.

References m_type, and SEFormatBMP::setObjectName().

Referenced by SilentEye::OptionDialog::setMedia().

SilentEyeFramework::readWaveHeader ( )

Variable Documentation

Definition at line 34 of file audio.cpp.

F SilentEyeFramework::bool = false) = 0

Definition at line 29 of file audiomoduleinterface.h.

QString SilentEyeFramework::m_fileName = "application.log"
SilentEyeFramework::m_filename = "se-noname.conf"

Definition at line 27 of file config.cpp.

Referenced by SilentEyeFramework::Config::Config().

Definition at line 28 of file config.cpp.

Referenced by SilentEyeFramework::Config::Config().

Definition at line 26 of file config.cpp.

Referenced by SilentEyeFramework::Config::Config().

Definition at line 25 of file config.cpp.

Referenced by SilentEyeFramework::Config::Config().