2 Copyright (c) 2000-2001 Trolltech AS (info@trolltech.com)
4 Permission is hereby granted, free of charge, to any person obtaining a
5 copy of this software and associated documentation files (the "Software"),
6 to deal in the Software without restriction, including without limitation
7 the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 and/or sell copies of the Software, and to permit persons to whom the
9 Software is furnished to do so, subject to the following conditions:
11 The above copyright notice and this permission notice shall be included in
12 all copies or substantial portions of the Software.
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 DEALINGS IN THE SOFTWARE.
23 #ifndef LIGHTSTYLE_V2_H
24 #define LIGHTSTYLE_V2_H
28 #include <Q3PopupMenu>
29 #include <QtGui/QStyleOption>
32 # define Q_EXPORT_STYLE_LIGHT_V2
34 # define Q_EXPORT_STYLE_LIGHT_V2 Q_EXPORT
38 class Q_EXPORT_STYLE_LIGHT_V2 LightStyleV2
: public KStyle
44 virtual ~LightStyleV2();
46 void polishPopupMenu( Q3PopupMenu
* );
48 void drawPrimitive(PrimitiveElement
, const QStyleOption
*, QPainter
*, const QWidget
* widget
= 0 ) const;
50 void drawControl(ControlElement
, const QStyleOption
*, QPainter
*, const QWidget
* widget
= 0 ) const;
51 void drawControlMask(ControlElement
, QPainter
*, const QWidget
*, const QRect
&,
52 const QStyleOption
& = QStyleOption::SO_Default
) const;
54 QRect
subElementRect(SubElement
, const QStyleOption
* option
, const QWidget
*) const;
56 void drawComplexControl(ComplexControl
, QPainter
*, const QWidget
*,
57 SCFlags
= SC_All
, SCFlags
= SC_None
) const;
59 QRect
querySubControlMetrics(ComplexControl
, const QWidget
*, SubControl
) const;
61 SubControl
querySubControl(ComplexControl
, const QWidget
*, const QPoint
& ) const;
63 int pixelMetric(PixelMetric
, const QWidget
* = 0 ) const;
65 QSize
sizeFromContents(ContentsType
, const QWidget
*, const QSize
& ) const;
67 int styleHint(StyleHint
, const QWidget
* = 0,
68 QStyleHintReturn
* = 0 ) const;
70 QPixmap
standardPixmap( StandardPixmap standardpixmap
,
71 const QWidget
* widget
= 0 ) const;
75 #endif // LIGHTSTYLE_V2_H