42 #ifndef QGRAPHICSSYSTEM_LINUXFB_H 43 #define QGRAPHICSSYSTEM_LINUXFB_H 45 #include <QPlatformIntegration> 46 #include "../fb_base/fb_base.h" 71 struct fb_var_screeninfo;
72 struct fb_fix_screeninfo;
128 void createPalette(fb_cmap &
cmap, fb_var_screeninfo &vinfo, fb_fix_screeninfo &finfo);
The QPainter class performs low-level painting on widgets and other paint devices.
Format
The following image formats are available in Qt.
QLinuxFbIntegrationPrivate * d_ptr
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
QList< QPlatformScreen * > mScreens
QRgb screenclut[256]
the color table
QList< QPlatformScreen * > screens() const
Accessor function to a list of all the screens on the current system.
The QString class provides a Unicode character string.
QImage::Format screenFormat
#define QT_BEGIN_NAMESPACE
This macro expands to.
QPlatformFontDatabase * fontDb
int w
the logical width of the screen.
virtual void blank(bool on)
Reimplemented Function
The QImage class provides a hardware-independent image representation that allows direct access to th...
void createPalette(fb_cmap &cmap, fb_var_screeninfo &vinfo, fb_fix_screeninfo &finfo)
The QRegion class specifies a clip region for a painter.
The QWindowSurface class provides the drawing area for top-level windows.
virtual bool connect(const QString &displaySpec)
This is called by Qt for Embedded Linux clients to map in the framebuffer.
void setFormat(QImage::Format format)
QLinuxFbScreen(int display_id)
Constructs a QLinuxFbScreen object.
QPainter * compositePainter
virtual bool initDevice()
This is called by the Qt for Embedded Linux server at startup time.
The QRect class defines a rectangle in the plane using integer precision.
void setPixelFormat(struct fb_var_screeninfo)
int lstep
the number of bytes representing a line in the frame buffer.
QLinuxFbScreen * mPrimaryScreen
int h
the logical height of the screen.
The QLinuxFbScreen class implements a screen driver for the Linux framebuffer.
void setGeometry(QRect rect)
The QList class is a template class that provides lists.