SilentEye 0.4.1
Public Member Functions

SilentEyeFramework::ModuleInterface Class Reference

Common interface for all SilentEye's plug-in. More...

#include <moduleinterface.h>

Inheritance diagram for SilentEyeFramework::ModuleInterface:
SilentEyeFramework::CryptoModuleInterface SilentEyeFramework::FormatModuleInterface SECryptoAES256::SECryptoAES256 SECryptoAES::SECryptoAES SilentEyeFramework::ImageModuleInterface SilentEyeFramework::VideoModuleInterface SEFormatBMP::SEFormatBmp SEFormatJPEG::SEFormatJpeg SEFormatJPEG::SEFormatJpeg

List of all members.

Public Member Functions

virtual QString name () const =0
 Plug-in name (ex: FooBar)
virtual QString version () const =0
 Plug-in version (ex: 1.2.0)
virtual QString typeSupported () const =0
 Type supported (ex: BMP, JPEG, AES128, etc.)
virtual QString status ()=0
 Current status of the module (ex: KO|qca2-plugin-ossl missing)

Detailed Description

Common interface for all SilentEye's plug-in.

Definition at line 26 of file moduleinterface.h.


Member Function Documentation

virtual QString SilentEyeFramework::ModuleInterface::name ( ) const [pure virtual]
virtual QString SilentEyeFramework::ModuleInterface::status ( ) [pure virtual]

Current status of the module (ex: KO|qca2-plugin-ossl missing)

Implemented in SECryptoAES::SECryptoAES, SECryptoAES256::SECryptoAES256, SEFormatBMP::SEFormatBmp, and SEFormatJPEG::SEFormatJpeg.

Referenced by SilentEye::PreferenceDialog::PreferenceDialog().

virtual QString SilentEyeFramework::ModuleInterface::typeSupported ( ) const [pure virtual]
virtual QString SilentEyeFramework::ModuleInterface::version ( ) const [pure virtual]

The documentation for this class was generated from the following file: