src/opengl/qglpaintdevice_p.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
    73     virtual void endPaint();
    73     virtual void endPaint();
    74 
    74 
    75     virtual QGLContext* context() const = 0;
    75     virtual QGLContext* context() const = 0;
    76     virtual QGLFormat format() const;
    76     virtual QGLFormat format() const;
    77     virtual QSize size() const = 0;
    77     virtual QSize size() const = 0;
       
    78     virtual bool alphaRequested() const;
    78 
    79 
    79     // returns the QGLPaintDevice for the given QPaintDevice
    80     // returns the QGLPaintDevice for the given QPaintDevice
    80     static QGLPaintDevice* getDevice(QPaintDevice*);
    81     static QGLPaintDevice* getDevice(QPaintDevice*);
    81 
    82 
    82 protected:
    83 protected: