42 #ifndef QDECORATIONWINDOWS_QWS_H 43 #define QDECORATIONWINDOWS_QWS_H 45 #include <QtGui/qdecorationdefault_qws.h> 53 #if !defined(QT_NO_QWS_DECORATION_WINDOWS) || defined(QT_PLUGIN) 71 #endif // QT_NO_QWS_DECORATION_WINDOWS 77 #endif // QDECORATIONWINDOWS_QWS_H The QPainter class performs low-level painting on widgets and other paint devices.
virtual void paintButton(QPainter *painter, const QWidget *widget, int buttonRegion, DecorationState state, const QPalette &pal)
Paints a region of the top-level widget.
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
virtual QRegion region(const QWidget *widget, const QRect &rect, int decorationRegion=All)
Returns the region specified by decorationRegion for the top-level widget.
virtual bool paint(QPainter *painter, const QWidget *widget, int decorationRegion=All, DecorationState state=Normal)
Paints the border and title decoration for the top-level widget using the painter provided and the de...
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual const char ** xpmForRegion(int region)
Returns a pointer to the X pixmap for the icon specified by region.
The QRegion class specifies a clip region for a painter.
The QRect class defines a rectangle in the plane using integer precision.
DecorationState
This enum describes the various states of a decoration region.
The QDecorationDefault class is a base class providing default window decorations.
The QPalette class contains color groups for each widget state.