#include <RemoteWindowDataSoftwareQt.h>
|
| | RemoteWindowDataSoftwareQt (int width, int height, bool hasAlpha, bool createIpcBuffer=true) |
| |
| virtual | ~RemoteWindowDataSoftwareQt () |
| |
| virtual int | key () const |
| |
| virtual int | width () const |
| |
| virtual int | height () const |
| |
| virtual bool | hasAlpha () const |
| |
| virtual bool | needsClear () const |
| |
| virtual void | setWindowMetaDataBuffer (PIpcBuffer *metaDataBuffer) |
| |
| virtual void | flip () |
| |
| virtual PGContext * | renderingContext () |
| |
| virtual QPainter * | qtRenderingContext () |
| |
| virtual void | beginPaint () |
| |
| virtual void | endPaint (bool preserveOnFlip, const QRect &rect, bool flipBuffers=true) |
| |
| virtual void | sendWindowUpdate (int x, int y, int w, int h) |
| |
| virtual bool | hasDirectRendering () const |
| |
| virtual bool | directRenderingAllowed (bool val) |
| |
| virtual void | resize (int newWidth, int newHeight) |
| |
| virtual void | clear () |
| |
| virtual bool | supportsPartialUpdates () const |
| |
| | RemoteWindowData () |
| |
| virtual | ~RemoteWindowData () |
| |
| virtual bool | isValid () const |
| |
| virtual Palm::WebGLES2Context * | getGLES2Context () |
| |
| virtual void | translate (int x, int y) |
| |
| virtual void | rotate (int degrees) |
| |
| void | setChannel (PIpcChannel *channel) |
| |
| void | setSupportsDirectRendering (bool val) |
| |
| bool | supportsDirectRendering () const |
| |
| RemoteWindowDataSoftwareQt::RemoteWindowDataSoftwareQt |
( |
int |
width, |
|
|
int |
height, |
|
|
bool |
hasAlpha, |
|
|
bool |
createIpcBuffer = true |
|
) |
| |
| RemoteWindowDataSoftwareQt::~RemoteWindowDataSoftwareQt |
( |
| ) |
|
|
virtual |
| void RemoteWindowDataSoftwareQt::beginPaint |
( |
| ) |
|
|
virtual |
| int RemoteWindowDataSoftwareQt::calcPitch |
( |
int |
width | ) |
|
|
protectedvirtual |
| void RemoteWindowDataSoftwareQt::clear |
( |
| ) |
|
|
virtual |
| void * RemoteWindowDataSoftwareQt::data |
( |
| ) |
|
|
protectedvirtual |
| bool RemoteWindowDataSoftwareQt::directRenderingAllowed |
( |
bool |
val | ) |
|
|
virtual |
| void RemoteWindowDataSoftwareQt::endPaint |
( |
bool |
preserveOnFlip, |
|
|
const QRect & |
rect, |
|
|
bool |
flipBuffers = true |
|
) |
| |
|
virtual |
| void RemoteWindowDataSoftwareQt::flip |
( |
| ) |
|
|
virtual |
| virtual bool RemoteWindowDataSoftwareQt::hasAlpha |
( |
| ) |
const |
|
inlinevirtual |
| bool RemoteWindowDataSoftwareQt::hasDirectRendering |
( |
| ) |
const |
|
virtual |
| virtual int RemoteWindowDataSoftwareQt::height |
( |
| ) |
const |
|
inlinevirtual |
| int RemoteWindowDataSoftwareQt::key |
( |
| ) |
const |
|
virtual |
| void RemoteWindowDataSoftwareQt::lock |
( |
| ) |
|
|
protectedvirtual |
| virtual bool RemoteWindowDataSoftwareQt::needsClear |
( |
| ) |
const |
|
inlinevirtual |
| QPainter * RemoteWindowDataSoftwareQt::qtRenderingContext |
( |
| ) |
|
|
virtual |
| virtual PGContext* RemoteWindowDataSoftwareQt::renderingContext |
( |
| ) |
|
|
inlinevirtual |
| void RemoteWindowDataSoftwareQt::resize |
( |
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
virtual |
| void RemoteWindowDataSoftwareQt::sendWindowUpdate |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
virtual |
| void RemoteWindowDataSoftwareQt::setWindowMetaDataBuffer |
( |
PIpcBuffer * |
metaDataBuffer | ) |
|
|
virtual |
| virtual bool RemoteWindowDataSoftwareQt::supportsPartialUpdates |
( |
| ) |
const |
|
inlinevirtual |
| void RemoteWindowDataSoftwareQt::unlock |
( |
| ) |
|
|
protectedvirtual |
| virtual int RemoteWindowDataSoftwareQt::width |
( |
| ) |
const |
|
inlinevirtual |
| QPainter* RemoteWindowDataSoftwareQt::m_context |
|
protected |
| bool RemoteWindowDataSoftwareQt::m_directRendering |
|
protected |
| bool RemoteWindowDataSoftwareQt::m_displayOpened |
|
protected |
| bool RemoteWindowDataSoftwareQt::m_hasAlpha |
|
protected |
| int RemoteWindowDataSoftwareQt::m_height |
|
protected |
| PIpcBuffer* RemoteWindowDataSoftwareQt::m_ipcBuffer |
|
protected |
| int RemoteWindowDataSoftwareQt::m_pitch |
|
protected |
| QImage* RemoteWindowDataSoftwareQt::m_surface |
|
protected |
| int RemoteWindowDataSoftwareQt::m_width |
|
protected |
The documentation for this class was generated from the following files: