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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
|
//
// Copyright 2003 Jim Bublitz <jbublitz@nwinternet.com>
// Earlier copyrights 1998 - 2002 Jim Bublitz and/or Phil Thompson
// may also apply
// Generated by preSip
// module kdeui version KDE_3_1_1
// This software is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of
// the License, or (at your option) any later version.
//
// This software is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public
// License along with this library; see the file COPYING.
// If not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
class KThemePixmap : KPixmap
{
%TypeHeaderCode
#include <kthemebase.h>
%End
public:
enum BorderType
{
Top = 0,
Bottom,
Left,
Right,
TopLeft,
TopRight,
BottomLeft,
BottomRight
};
KThemePixmap (bool = 1);
KThemePixmap (const KThemePixmap&);
QPixmap* border (KThemePixmap::BorderType);
void setBorder (KThemePixmap::BorderType, const QPixmap&);
void updateAccessed ();
bool isOld ();
protected:
}; // class KThemePixmap
class KThemeCache : QObject
{
%TypeHeaderCode
#include <kthemebase.h>
%End
public:
enum ScaleHint
{
FullScale,
HorizontalScale,
VerticalScale
};
KThemeCache (int, QObject*/TransferThis/ = 0, const char* = 0);
bool insert (KThemePixmap*, KThemeCache::ScaleHint, int, bool = 0, bool = 0);
KThemePixmap* pixmap (int, int, int, bool = 0, bool = 0);
KThemePixmap* horizontalPixmap (int, int);
KThemePixmap* verticalPixmap (int, int);
protected slots:
void flushTimeout ();
protected:
}; // class KThemeCache
class KThemeBase : KStyle
{
%TypeHeaderCode
#include <kthemebase.h>
%End
public:
KThemeBase (const QString&);
enum ScaleHint
{
FullScale,
HorizontalScale,
VerticalScale,
TileScale
};
enum ArrowStyle
{
MotifArrow,
LargeArrow,
SmallArrow
};
enum ShadeStyle
{
Motif,
Windows,
Next,
KDE
};
enum SButton
{
SBBottomLeft,
SBBottomRight,
SBOpposite
};
enum Gradient
{
GrNone,
GrHorizontal,
GrVertical,
GrDiagonal,
GrPyramid,
GrRectangle,
GrElliptic,
GrReverseBevel
};
enum WidgetType
{
PushButton = 0,
ComboBox,
HScrollBarSlider,
VScrollBarSlider,
Bevel,
ToolButton,
ScrollButton,
HScrollDeco,
VScrollDeco,
ComboDeco,
MenuItem,
InactiveTab,
ArrowUp,
ArrowDown,
ArrowLeft,
ArrowRight,
PushButtonDown,
ComboBoxDown,
HScrollBarSliderDown,
VScrollBarSliderDown,
BevelDown,
ToolButtonDown,
ScrollButtonDown,
HScrollDecoDown,
VScrollDecoDown,
ComboDecoDown,
MenuItemDown,
ActiveTab,
SunkenArrowUp,
SunkenArrowDown,
SunkenArrowLeft,
SunkenArrowRight,
HScrollGroove,
VScrollGroove,
Slider,
SliderGroove,
IndicatorOn,
IndicatorOff,
ExIndicatorOn,
ExIndicatorOff,
HBarHandle,
VBarHandle,
ToolBar,
Splitter,
CheckMark,
MenuBar,
DisArrowUp,
DisArrowDown,
DisArrowLeft,
DisArrowRight,
ProgressBar,
ProgressBg,
MenuBarItem,
Background
};
ScaleHint scaleHint (KThemeBase::WidgetType) const;
Gradient gradientHint (KThemeBase::WidgetType) const;
const QColorGroup* colorGroup (const QColorGroup&, KThemeBase::WidgetType) const;
QBrush pixmapBrush (const QColorGroup&, QColorGroup::ColorRole, int, int, KThemeBase::WidgetType);
bool isPixmap (KThemeBase::WidgetType) const;
bool isColor (KThemeBase::WidgetType) const;
bool is3DFocus () const;
int focusOffset () const;
int borderWidth (KThemeBase::WidgetType) const;
int pixBorderWidth (KThemeBase::WidgetType) const;
KThemePixmap* borderPixmap (KThemeBase::WidgetType);
int highlightWidth (KThemeBase::WidgetType) const;
int decoWidth (KThemeBase::WidgetType) const;
int getSBExtent () const;
SButton scrollBarLayout () const;
ArrowStyle arrowType () const;
ShadeStyle shade () const;
int frameWidth () const;
int splitWidth () const;
int bevelContrast (KThemeBase::WidgetType) const;
int buttonXShift () const;
int buttonYShift () const;
int sliderButtonLength () const;
bool roundButton () const;
bool roundComboBox () const;
bool roundSlider () const;
bool activeTabLine () const;
bool inactiveTabLine () const;
KThemePixmap* uncached (KThemeBase::WidgetType) const;
virtual KThemePixmap* scalePixmap (int, int, KThemeBase::WidgetType);
static void applyConfigFile (const QString&);
protected:
QImage* image (KThemeBase::WidgetType) const;
QColor* gradientHigh (KThemeBase::WidgetType) const;
QColor* gradientLow (KThemeBase::WidgetType) const;
void readConfig (Qt::GUIStyle = Qt::WindowsStyle);
//ig void readWidgetConfig (int, KConfig*, QString*, QString*, bool*);
void copyWidgetConfig (int, int, QString*, QString*);
QColorGroup* makeColorGroup (QColor&, QColor&, Qt::GUIStyle = Qt::WindowsStyle);
KThemePixmap* scale (int, int, KThemeBase::WidgetType);
KThemePixmap* scaleBorder (int, int, KThemeBase::WidgetType);
KThemePixmap* gradient (int, int, KThemeBase::WidgetType);
KThemePixmap* blend (KThemeBase::WidgetType);
void generateBorderPix (int);
void applyResourceGroup (KConfig*, int);
void applyMiscResourceGroup (KConfig*);
void readResourceGroup (int, QString*, QString*, bool*);
void readMiscResourceGroup ();
KThemePixmap* loadPixmap (QString&);
QImage* loadImage (QString&);
}; // class KThemeBase
|