Definition at line 69 of file qscreenvfb_qws.cpp.
◆ QVFbScreenPrivate() [1/2]
QVFbScreenPrivate::QVFbScreenPrivate |
( |
| ) |
|
Definition at line 86 of file qscreenvfb_qws.cpp.
90 #ifndef QT_NO_QWS_KEYBOARD
QWSKeyboardHandler * keyboard
◆ ~QVFbScreenPrivate() [1/2]
QVFbScreenPrivate::~QVFbScreenPrivate |
( |
| ) |
|
Definition at line 97 of file qscreenvfb_qws.cpp.
100 #ifndef QT_NO_QWS_KEYBOARD
QWSKeyboardHandler * keyboard
◆ QVFbScreenPrivate() [2/2]
QVFbScreenPrivate::QVFbScreenPrivate |
( |
int |
id | ) |
|
|
inline |
Definition at line 260 of file qvfbintegration.cpp.
QVFbScreenKeyboardHandler * keyboardHandler
bool connect(int displayId)
QVFbScreenMouseHandler * mouseHandler
◆ ~QVFbScreenPrivate() [2/2]
QVFbScreenPrivate::~QVFbScreenPrivate |
( |
| ) |
|
|
inline |
◆ connect()
bool QVFbScreenPrivate::connect |
( |
int |
displayId | ) |
|
Definition at line 298 of file qvfbintegration.cpp.
307 int shmId = shmget(key, 0, 0);
309 shmrgn = (
unsigned char *)shmat(shmId, 0, 0);
340 qDebug(
"connected %dx%d %d bpp", w, h, d);
QVFbScreenKeyboardHandler * keyboardHandler
Format
The following image formats are available in Qt.
Q_CORE_EXPORT void qDebug(const char *,...)
The QImage class provides a hardware-independent image representation that allows direct access to th...
#define QT_VFB_MOUSE_PIPE(DISPLAY)
QVFbScreenMouseHandler * mouseHandler
◆ depth()
int QVFbScreenPrivate::depth |
( |
| ) |
const |
|
inline |
◆ disconnect()
void QVFbScreenPrivate::disconnect |
( |
| ) |
|
Definition at line 348 of file qvfbintegration.cpp.
QVFbScreenKeyboardHandler * keyboardHandler
QVFbScreenMouseHandler * mouseHandler
◆ format()
◆ screenImage()
QImage* QVFbScreenPrivate::screenImage |
( |
| ) |
|
|
inline |
◆ screenSize()
QSize QVFbScreenPrivate::screenSize |
( |
| ) |
|
|
inline |
◆ setDirty()
void QVFbScreenPrivate::setDirty |
( |
const QRect & |
r | ) |
|
Definition at line 291 of file qvfbintegration.cpp.
QRect united(const QRect &other) const
Returns the bounding rectangle of this rectangle and the given rectangle.
◆ blank
bool QVFbScreenPrivate::blank |
◆ brightness
int QVFbScreenPrivate::brightness |
◆ data
uchar* QVFbScreenPrivate::data |
|
private |
◆ displayId
int QVFbScreenPrivate::displayId |
|
private |
◆ hdr
◆ img
◆ keyboard
◆ keyboardHandler
◆ mouse
◆ mouseHandler
◆ shmrgn
unsigned char * QVFbScreenPrivate::shmrgn |
◆ success
bool QVFbScreenPrivate::success |
The documentation for this class was generated from the following files: