• Main Page
  • Classes
  • Files
  • File List
  • File Members

brightnesscontrastplugin.h

Go to the documentation of this file.
00001 #ifndef _BRIGHTNESSCONTRASTPLUGIN_H_
00002 #define _BRIGHTNESSCONTRASTPLUGIN_H_
00003 
00004 #include "quillimagefilterinterface.h"
00005 
00006 class BrightnessContrastPlugin : public QObject,
00007     public QuillImageFilterInterface
00008 {
00009     Q_OBJECT
00010     Q_INTERFACES(QuillImageFilterInterface)
00011 
00012 public:
00013     BrightnessContrastPlugin();
00014 
00015     QuillImageFilterImplementation *create(const QString &name);
00016 
00017     const QStringList name() const;
00018 
00019 private:
00020     Q_DISABLE_COPY(BrightnessContrastPlugin);
00021 };
00022 
00023 #endif

Generated on Wed Jun 1 2011 13:17:23 for quillimagefilter by  doxygen 1.7.1