Qt 4.8
|
#include <qgraphicssystem_runtime_p.h>
Public Types | |
enum | WindowSurfaceDestroyPolicy { DestroyImmediately, DestroyAfterFirstFlush } |
Public Functions | |
QPixmapData * | createPixmapData (QPixmapData::PixelType type) const |
QWindowSurface * | createWindowSurface (QWidget *widget) const |
QString | graphicsSystemName () const |
QRuntimeGraphicsSystem () | |
void | removePixmapData (QRuntimePixmapData *pixmapData) const |
void | removeWindowSurface (QRuntimeWindowSurface *windowSurface) const |
void | setGraphicsSystem (const QString &name) |
void | setWindowSurfaceDestroyPolicy (WindowSurfaceDestroyPolicy policy) |
int | windowSurfaceDestroyPolicy () const |
Public Functions inherited from QGraphicsSystem | |
virtual QPixmapData * | createPixmapData (QPixmapData *origin) |
virtual QGraphicsSystemEx * | platformExtension () |
virtual | ~QGraphicsSystem () |
Friends | |
class | QMeeGoGraphicsSystem |
class | QRuntimePixmapData |
class | QRuntimeWindowSurface |
Additional Inherited Members | |
Static Public Functions inherited from QGraphicsSystem | |
static QPixmapData * | createDefaultPixmapData (QPixmapData::PixelType type) |
Definition at line 141 of file qgraphicssystem_runtime_p.h.
Enumerator | |
---|---|
DestroyImmediately | |
DestroyAfterFirstFlush |
Definition at line 145 of file qgraphicssystem_runtime_p.h.
QRuntimeGraphicsSystem::QRuntimeGraphicsSystem | ( | ) |
Definition at line 327 of file qgraphicssystem_runtime.cpp.
|
virtual |
Implements QGraphicsSystem.
Definition at line 353 of file qgraphicssystem_runtime.cpp.
|
virtual |
Implements QGraphicsSystem.
Definition at line 365 of file qgraphicssystem_runtime.cpp.
|
inline |
Definition at line 161 of file qgraphicssystem_runtime_p.h.
Referenced by QMeeGoGraphicsSystem::runningGraphicsSystemName().
void QRuntimeGraphicsSystem::removePixmapData | ( | QRuntimePixmapData * | pixmapData | ) | const |
Definition at line 416 of file qgraphicssystem_runtime.cpp.
Referenced by QRuntimePixmapData::~QRuntimePixmapData().
void QRuntimeGraphicsSystem::removeWindowSurface | ( | QRuntimeWindowSurface * | windowSurface | ) | const |
Definition at line 422 of file qgraphicssystem_runtime.cpp.
Referenced by QRuntimeWindowSurface::~QRuntimeWindowSurface().
void QRuntimeGraphicsSystem::setGraphicsSystem | ( | const QString & | name | ) |
Definition at line 375 of file qgraphicssystem_runtime.cpp.
Referenced by QDeferredGraphicsSystemChange::doChange(), and QApplication::setGraphicsSystem().
|
inline |
Definition at line 163 of file qgraphicssystem_runtime_p.h.
|
inline |
Definition at line 168 of file qgraphicssystem_runtime_p.h.
Referenced by QRuntimeWindowSurface::flush().
|
friend |
Definition at line 182 of file qgraphicssystem_runtime_p.h.
|
friend |
Definition at line 180 of file qgraphicssystem_runtime_p.h.
Referenced by createPixmapData().
|
friend |
Definition at line 181 of file qgraphicssystem_runtime_p.h.
Referenced by createWindowSurface().
|
private |
Definition at line 173 of file qgraphicssystem_runtime_p.h.
Referenced by createPixmapData(), createWindowSurface(), QRuntimeGraphicsSystem(), and setGraphicsSystem().
|
private |
Definition at line 176 of file qgraphicssystem_runtime_p.h.
Referenced by QRuntimeGraphicsSystem(), and setGraphicsSystem().
|
private |
Definition at line 178 of file qgraphicssystem_runtime_p.h.
Referenced by setGraphicsSystem().
|
mutableprivate |
Definition at line 174 of file qgraphicssystem_runtime_p.h.
Referenced by createPixmapData(), removePixmapData(), setGraphicsSystem(), and QMeeGoGraphicsSystem::wrapPixmapData().
|
private |
Definition at line 172 of file qgraphicssystem_runtime_p.h.
Referenced by QRuntimeGraphicsSystem(), and setGraphicsSystem().
|
mutableprivate |
Definition at line 175 of file qgraphicssystem_runtime_p.h.
Referenced by createWindowSurface(), removeWindowSurface(), and setGraphicsSystem().