#include "qdirectpainter_qws.h"
#include "qscreen_qws.h"
#include "private/qobject_p.h"
#include "private/qapplication_p.h"
#include "qwsdisplay_qws.h"
#include "qwidget.h"
#include "qimage.h"
#include <qwsevent_qws.h>
#include <private/qwindowsurface_qws_p.h>
#include <private/qwsdisplay_qws_p.h>
Go to the source code of this file.
◆ devS()
Definition at line 190 of file qdirectpainter_qws.cpp.
int deviceWidth() const
Returns the physical width of the framebuffer device in pixels.
static QScreen * getPrimaryScreen()
int deviceHeight() const
Returns the full height of the framebuffer device in pixels.
The QScreen class is a base class for screen drivers in Qt for Embedded Linux.
The QSize class defines the size of a two-dimensional object using integer point precision.
◆ getPrimaryScreen()
static QScreen* getPrimaryScreen |
( |
| ) |
|
|
inlinestatic |
◆ qt_directpainter_embedevent()
Definition at line 244 of file qdirectpainter_qws.cpp.
Referenced by QApplication::qwsProcessEvent(), and QDirectPainter::region().
247 QScreen *screen = dp->d_func()->surface->screen();
int height() const
Returns the logical height of the framebuffer in pixels.
virtual QSize mapToDevice(const QSize &) const
Maps the given size from the coordinate space used by the application to the framebuffer coordinate s...
int width() const
Returns the logical width of the framebuffer in pixels.
The QRegion class specifies a clip region for a painter.
virtual bool isTransformed() const
Returns true if the screen is transformed (for instance, rotated 90 degrees); otherwise returns false...
The QScreen class is a base class for screen drivers in Qt for Embedded Linux.
void setRegion(const QRegion &)
Requests to reserve the given region of the framebuffer.
The QSize class defines the size of a two-dimensional object using integer point precision.
◆ qt_directpainter_region()
Definition at line 223 of file qdirectpainter_qws.cpp.
Referenced by QApplication::qwsProcessEvent(), and QDirectPainter::region().
QWSDirectPainterSurface * surface
int height() const
Returns the logical height of the framebuffer in pixels.
virtual QSize mapToDevice(const QSize &) const
Maps the given size from the coordinate space used by the application to the framebuffer coordinate s...
int width() const
Returns the logical width of the framebuffer in pixels.
The QRegion class specifies a clip region for a painter.
virtual void regionChanged(const QRegion &exposedRegion)
This function is called when the allocated region changes.
void setClipRegion(const QRegion &)
Sets the region currently visible on the screen to be the given clip region.
bool flushingRegionEvents
virtual bool isTransformed() const
Returns true if the screen is transformed (for instance, rotated 90 degrees); otherwise returns false...
The QScreen class is a base class for screen drivers in Qt for Embedded Linux.
The QSize class defines the size of a two-dimensional object using integer point precision.
static QDirectPainter * staticPainter
◆ screenS()
Definition at line 182 of file qdirectpainter_qws.cpp.
int height() const
Returns the logical height of the framebuffer in pixels.
static QScreen * getPrimaryScreen()
int width() const
Returns the logical width of the framebuffer in pixels.
The QScreen class is a base class for screen drivers in Qt for Embedded Linux.
The QSize class defines the size of a two-dimensional object using integer point precision.