summaryrefslogtreecommitdiffstats
path: root/kstyles/klegacy/klegacystyle.h
blob: c38e7ac8099bbe42eea4061738f4ebb3fbd4fcaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/*

  Copyright (c) 2000 KDE Project

  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the "Software"),
  to deal in the Software without restriction, including without limitation
  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  and/or sell copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.

 */

#ifndef   __KLegacyStyle_hh
#define   __KLegacyStyle_hh

#include <kstyle.h>

// forward declaration
class KLegacyStylePrivate;


class Q_EXPORT KLegacyStyle : public KStyle {
    Q_OBJECT
public:
    KLegacyStyle(void);
    virtual ~KLegacyStyle(void);

    virtual int defaultFrameWidth() const;

    virtual void polish(QApplication *);
    virtual void polish(QWidget *);
    virtual void polishPopupMenu(QPopupMenu *);
    virtual void unPolish(QWidget *);
    virtual void unPolish(QApplication *);

    // combo box
    virtual void drawComboButton(QPainter *, int, int, int, int, const QColorGroup &,
				 bool = false, bool = false, bool = true,
				 const QBrush * = 0);
    virtual QRect comboButtonRect(int, int, int, int);
    virtual QRect comboButtonFocusRect(int, int, int, int);

    // menubar items
    virtual void drawMenuBarItem(QPainter *, int, int, int, int, QMenuItem *,
				 QColorGroup &, bool, bool);
    virtual void drawKMenuItem(QPainter *, int, int, int, int, const QColorGroup &, bool,
                               QMenuItem *, QBrush * = 0);
    
    // toolbar stuffs
    virtual void drawKBarHandle(QPainter *p, int x, int y, int w, int h,
                                const QColorGroup &g, KToolBarPos type, QBrush *fill = 0);
    virtual void drawKickerHandle(QPainter *p, int x, int y, int w, int h,
                                  const QColorGroup &g, QBrush *fill = 0);
    virtual void drawKickerAppletHandle(QPainter *p, int x, int y, int w, int h,
                                        const QColorGroup &g, QBrush *fill = 0);
    virtual void drawKickerTaskButton(QPainter *p, int x, int y, int w, int h,
                                      const QColorGroup &g, const QString &title, bool active,
                                      QPixmap *icon = 0, QBrush *fill = 0);

    // arrows
    virtual void drawArrow(QPainter *, ArrowType, bool, int, int, int, int,
			   const QColorGroup &, bool, const QBrush * = 0);

    // button stuffs
    virtual void drawButton(QPainter *, int, int, int, int, const QColorGroup &g,
    			    bool = false, const QBrush * = 0);
    virtual void drawPushButton(QPushButton *, QPainter *);
    virtual void drawBevelButton(QPainter *, int, int, int, int,
				 const QColorGroup &, bool = false,
				 const QBrush * = 0);

    // indicators (QCheckBox)
    virtual void drawCheckMark(QPainter *, int, int, int, int, const QColorGroup &,
			       bool = false, bool = true);
    virtual void drawIndicator(QPainter *, int, int, int, int, const QColorGroup &,
			       int, bool = false, bool = true);
    virtual void drawIndicatorMask(QPainter *, int, int, int, int, int);
    virtual QSize indicatorSize(void) const;

    // exclusive indicators (QRadioButton)
    virtual void drawExclusiveIndicator(QPainter *, int, int, int, int,
					const QColorGroup &, bool, bool = false,
					bool = true);
    virtual void drawExclusiveIndicatorMask(QPainter *, int, int, int, int, bool);
    virtual QSize exclusiveIndicatorSize(void) const;

    // popup menus
    virtual void drawPopupPanel(QPainter *, int, int, int, int, const QColorGroup &,
				int = 2, const QBrush * = 0);
    virtual void drawPopupMenuItem(QPainter *, bool, int, int, QMenuItem *,
				   const QPalette &, bool, bool, int, int, int, int);


    // scrollbars
    virtual ScrollControl scrollBarPointOver(const QScrollBar *, int, const QPoint &);
    virtual void scrollBarMetrics(const QScrollBar *, int &, int &, int &, int &);
    virtual void drawScrollBarControls(QPainter *, const QScrollBar *,
				       int, uint, uint);

    // sliders
    virtual void drawSlider(QPainter *, int , int , int , int ,
			    const QColorGroup &, Orientation, bool, bool);
    virtual void drawSliderGroove(QPainter *, int, int, int, int, const QColorGroup &,
				  QCOORD, Orientation);

    // panel
    virtual void drawPanel(QPainter *, int, int, int, int, const QColorGroup &,
			   bool = false, int = 1, const QBrush * = 0);

    // splitters
    virtual void drawSplitter(QPainter *, int, int, int, int,
			      const QColorGroup &, Orientation);

    // tabs
    virtual void drawTab(QPainter *, const QTabBar *, QTab *, bool);


protected:
    bool eventFilter(QObject *, QEvent *);

    void drawMenuArrow(QPainter *, ArrowType, bool, int, int, int, int,
		       const QColorGroup &, bool, const QBrush * = 0);


private:
    KLegacyStylePrivate *priv;

#if defined(Q_DISABLE_COPY)
    KLegacyStyle( const KLegacyStyle & );
    KLegacyStyle& operator=( const KLegacyStyle & );
#endif

};


#endif // __KLegacyStyle_hh