F:/KPlato/koffice/libs/kopainter/KoColorPatch.h

Aller à la documentation de ce fichier.
00001 
00019 #ifndef KOCOLORPATCH_H
00020 #define KOCOLORPATCH_H
00021 
00022 #include <QFrame>
00023 
00024 #include <KoColor.h>
00025 
00029 class KOPAINTER_EXPORT KoColorPatch : public QFrame
00030 {
00031   Q_OBJECT
00032 public:
00033   KoColorPatch( QWidget *parent );
00034   virtual ~KoColorPatch();
00035 
00036   void setColor( const KoColor c );
00037 
00038 protected:
00039   virtual void paintEvent    ( QPaintEvent * pe );
00040 
00041 private:
00042   KoColor m_color;
00043 };
00044 
00045 #endif

Généré le Wed Nov 22 23:41:06 2006 pour KPlato par  doxygen 1.5.1-p1