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

cropplugin.h

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

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