42 #ifndef QGRAPHICSSYSTEM_QVFB_H 43 #define QGRAPHICSSYSTEM_QVFB_H 45 #include <QPlatformScreen> 46 #include <QPlatformIntegration> 73 class QVFbIntegrationPrivate;
QImage::Format format() const
Reimplement in subclass to return the image format which corresponds to the screen format...
Format
The following image formats are available in Qt.
QList< QPlatformScreen * > screens() const
Accessor function to a list of all the screens on the current system.
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
QRect geometry() const
Reimplement in subclass to return the pixel geometry of the screen.
The QVFbScreen class implements a screen driver for the virtual framebuffer.
QVFbScreenPrivate * d_ptr
QVFbScreen * mPrimaryScreen
QPlatformFontDatabase * mFontDb
#define QT_BEGIN_NAMESPACE
This macro expands to.
QSize physicalSize() const
Reimplement this function in subclass to return the physical size of the screen.
The QStringList class provides a list of strings.
The QImage class provides a hardware-independent image representation that allows direct access to th...
QVFbScreen(int display_id)
Constructs a QVNCScreen object.
The QWindowSurface class provides the drawing area for top-level windows.
virtual ~QVFbScreen()
Destroys this QVFbScreen object.
QList< QPlatformScreen * > mScreens
The QRect class defines a rectangle in the plane using integer precision.
int depth() const
Reimplement in subclass to return current depth of the screen.
The QSize class defines the size of a two-dimensional object using integer point precision.
virtual void setDirty(const QRect &r)
Reimplemented Function
The QList class is a template class that provides lists.