42 #ifndef QWINDOWSVISTASTYLE_H 43 #define QWINDOWSVISTASTYLE_H 45 #include <QtGui/qwindowsxpstyle.h> 53 #if !defined(QT_NO_STYLE_WINDOWSVISTA) 79 const QWidget *widget = 0)
const;
95 const QWidget *widget = 0)
const;
102 #endif //QT_NO_STYLE_WINDOWSVISTA 108 #endif //QWINDOWSVISTASTYLE_H QPixmap standardPixmap(StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget=0) const
Reimplemented Function
The QPainter class performs low-level painting on widgets and other paint devices.
The QWindowsVistaStyle class provides a look and feel suitable for applications on Microsoft Windows ...
The QStyleFactory class creates QStyle objects.
The QApplication class manages the GUI application's control flow and main settings.
QRect subElementRect(SubElement r, const QStyleOption *option, const QWidget *widget=0) const
Reimplemented Function
SubControl
This enum describes the available sub controls.
StyleHint
This enum describes the available style hints.
The QStyleHintReturn class provides style hints that return more than basic data types.
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
ComplexControl
This enum describes the available complex controls.
PixelMetric
This enum describes the various available pixel metrics.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
QRect subControlRect(ComplexControl cc, const QStyleOptionComplex *option, SubControl sc, const QWidget *widget=0) const
Reimplemented Function
virtual bool event(QEvent *)
This virtual function receives events to an object and should return true if the event e was recogniz...
StandardPixmap
This enum describes the available standard pixmaps.
#define QT_BEGIN_NAMESPACE
This macro expands to.
void drawControl(ControlElement element, const QStyleOption *option, QPainter *p, const QWidget *wwidget=0) const
Reimplemented Function
The QStyleOption class stores the parameters used by QStyle functions.
ContentsType
This enum describes the available contents types.
void drawPrimitive(PrimitiveElement pe, const QStyleOption *option, QPainter *p, const QWidget *widget=0) const
Reimplemented Function
int styleHint(StyleHint hint, const QStyleOption *option=0, const QWidget *widget=0, QStyleHintReturn *returnData=0) const
Reimplemented Function
void unpolish(QApplication *)
Reimplemented Function
QSize sizeFromContents(ContentsType ct, const QStyleOption *option, const QSize &contentsSize, const QWidget *widget=0) const
Reimplemented Function
The QWindowsXPStyle class provides a Microsoft Windows XP-like look and feel.
void drawComplexControl(ComplexControl cc, const QStyleOptionComplex *option, QPainter *p, const QWidget *widget=0) const
Reimplemented Function
PrimitiveElement
This enum describes the various primitive elements.
int pixelMetric(PixelMetric pm, const QStyleOption *option=0, const QWidget *widget=0) const
Reimplemented Function
The QPoint class defines a point in the plane using integer precision.
The QRect class defines a rectangle in the plane using integer precision.
SubControl hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex *opt, const QPoint &pt, const QWidget *w=0) const
Reimplemented Function
The QPixmap class is an off-screen image representation that can be used as a paint device...
ControlElement
This enum represents a control element.
The QSize class defines the size of a two-dimensional object using integer point precision.
#define Q_DECLARE_PRIVATE(Class)
The QStyleOptionComplex class is used to hold parameters that are common to all complex controls...
void polish(QApplication *)
Reimplemented Function
The QEvent class is the base class of all event classes.
QPalette standardPalette() const
Reimplemented Function
QIcon standardIconImplementation(StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget=0) const
SubElement
This enum represents a sub-area of a widget.
The QPalette class contains color groups for each widget state.
The QIcon class provides scalable icons in different modes and states.