changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
29:b72c6db6890b | 30:5dc02b23752f |
---|---|
79 |
79 |
80 // returns the QGLPaintDevice for the given QPaintDevice |
80 // returns the QGLPaintDevice for the given QPaintDevice |
81 static QGLPaintDevice* getDevice(QPaintDevice*); |
81 static QGLPaintDevice* getDevice(QPaintDevice*); |
82 |
82 |
83 protected: |
83 protected: |
84 int metric(QPaintDevice::PaintDeviceMetric metric) const; |
|
84 GLuint m_previousFBO; |
85 GLuint m_previousFBO; |
85 GLuint m_thisFBO; |
86 GLuint m_thisFBO; |
86 }; |
87 }; |
87 |
88 |
88 |
89 |