branch | RCL_3 |
changeset 8 | 3f74d0d4af4c |
parent 5 | d3bac044e0f0 |
6:dee5afe5301f | 8:3f74d0d4af4c |
---|---|
230 } |
230 } |
231 |
231 |
232 QSize QGLPixmapGLPaintDevice::size() const |
232 QSize QGLPixmapGLPaintDevice::size() const |
233 { |
233 { |
234 return data->size(); |
234 return data->size(); |
235 } |
|
236 |
|
237 bool QGLPixmapGLPaintDevice::alphaRequested() const |
|
238 { |
|
239 return data->m_hasAlpha; |
|
235 } |
240 } |
236 |
241 |
237 void QGLPixmapGLPaintDevice::setPixmapData(QGLPixmapData* d) |
242 void QGLPixmapGLPaintDevice::setPixmapData(QGLPixmapData* d) |
238 { |
243 { |
239 data = d; |
244 data = d; |