X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=imageobj.h;fp=imageobj.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=f637fce5c8656eefd868ecd5cf12c78a62b96dc2;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/imageobj.h b/imageobj.h deleted file mode 100644 index f637fce..0000000 --- a/imageobj.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef IMAGEOBJ_H -#define IMAGEOBJ_H - -#include -#include - -/*! \brief Base class for pixmaps. -*/ - -class ImageObj: public QGraphicsPixmapItem -{ -public: - ImageObj( QGraphicsItem*); - ~ImageObj(); - void copy (ImageObj*); - void setVisibility(bool); - void save (const QString &, const char *); - bool load (const QString &); - bool load (const QPixmap &); -}; -#endif