Merge branch 'bug_539_add_multicontent_pixmap_progress'
[vuplus_dvbapp] / lib / gui / epixmap.h
index 1c4a97c..6280fb3 100644 (file)
@@ -6,6 +6,7 @@
 class ePixmap: public eWidget
 {
        int m_alphatest;
+       int m_scale;
 public:
        ePixmap(eWidget *parent);
 
@@ -13,6 +14,7 @@ public:
        void setPixmap(ePtr<gPixmap> &pixmap);
        void setPixmapFromFile(const char *filename);
        void setAlphatest(int alphatest); /* 1 for alphatest, 2 for alphablend */
+       void setScale(int scale);
 protected:
        ePtr<gPixmap> m_pixmap;
        int event(int event, void *data=0, void *data2=0);