Qt 4.8
|
Public Functions | |
void | cleanup () |
QQnxScreenContext () | |
~QQnxScreenContext () | |
Public Variables | |
gf_context_t | context |
gf_dev_t | device |
gf_dev_info_t | deviceInfo |
gf_display_t | display |
gf_display_info_t | displayInfo |
gf_surface_t | hwSurface |
gf_layer_t | layer |
gf_surface_t | memSurface |
gf_surface_info_t | memSurfaceInfo |
Definition at line 52 of file qscreenqnx_qws.cpp.
|
inline |
Definition at line 54 of file qscreenqnx_qws.cpp.
|
inline |
Definition at line 57 of file qscreenqnx_qws.cpp.
void QQnxScreenContext::cleanup | ( | ) |
Definition at line 73 of file qscreenqnx_qws.cpp.
Referenced by QQnxScreen::disconnect(), and ~QQnxScreenContext().
gf_context_t QQnxScreenContext::context |
Definition at line 70 of file qscreenqnx_qws.cpp.
Referenced by cleanup(), createHwSurface(), QQnxScreen::exposeRegion(), and QQnxScreen::setDirty().
gf_dev_t QQnxScreenContext::device |
Definition at line 62 of file qscreenqnx_qws.cpp.
Referenced by attachDevice(), attachDisplay(), cleanup(), and createMemSurface().
gf_dev_info_t QQnxScreenContext::deviceInfo |
Definition at line 63 of file qscreenqnx_qws.cpp.
Referenced by attachDevice(), and QQnxScreen::connect().
gf_display_t QQnxScreenContext::display |
Definition at line 64 of file qscreenqnx_qws.cpp.
Referenced by attachDisplay(), attachLayer(), QQnxScreen::blank(), cleanup(), and QQnxScreen::supportsDepth().
gf_display_info_t QQnxScreenContext::displayInfo |
Definition at line 65 of file qscreenqnx_qws.cpp.
Referenced by attachDisplay(), QQnxScreen::connect(), createHwSurface(), and createMemSurface().
gf_surface_t QQnxScreenContext::hwSurface |
Definition at line 67 of file qscreenqnx_qws.cpp.
Referenced by cleanup(), createHwSurface(), QQnxScreen::exposeRegion(), and QQnxScreen::setDirty().
gf_layer_t QQnxScreenContext::layer |
Definition at line 66 of file qscreenqnx_qws.cpp.
Referenced by attachLayer(), cleanup(), and createHwSurface().
gf_surface_t QQnxScreenContext::memSurface |
Definition at line 68 of file qscreenqnx_qws.cpp.
Referenced by cleanup(), createMemSurface(), QQnxScreen::exposeRegion(), and QQnxScreen::setDirty().
gf_surface_info_t QQnxScreenContext::memSurfaceInfo |
Definition at line 69 of file qscreenqnx_qws.cpp.
Referenced by QQnxScreen::connect(), and createMemSurface().