branch | RCL_3 |
changeset 8 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
6:dee5afe5301f | 8:3f74d0d4af4c |
---|---|
86 |
86 |
87 void beginPaint(); |
87 void beginPaint(); |
88 void endPaint(); |
88 void endPaint(); |
89 QGLContext* context() const; |
89 QGLContext* context() const; |
90 QSize size() const; |
90 QSize size() const; |
91 bool alphaRequested() const; |
|
91 |
92 |
92 void setPixmapData(QGLPixmapData*); |
93 void setPixmapData(QGLPixmapData*); |
93 private: |
94 private: |
94 QGLPixmapData *data; |
95 QGLPixmapData *data; |
95 }; |
96 }; |