You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
259 lines
7.2 KiB
259 lines
7.2 KiB
//
|
|
// Copyright 2003 Jim Bublitz <jbublitz@nwinternet.com>
|
|
// Earlier copyrights 1998 - 2002 Jim Bublitz and/or Phil Thompson
|
|
// may also apply
|
|
|
|
|
|
// Generated by preSip
|
|
// module tdeui 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&);
|
|
TQPixmap* border (KThemePixmap::BorderType);
|
|
void setBorder (KThemePixmap::BorderType, const TQPixmap&);
|
|
void updateAccessed ();
|
|
bool isOld ();
|
|
|
|
protected:
|
|
|
|
}; // class KThemePixmap
|
|
|
|
|
|
class KThemeCache : TQObject
|
|
{
|
|
%TypeHeaderCode
|
|
#include <kthemebase.h>
|
|
%End
|
|
|
|
|
|
public:
|
|
|
|
enum ScaleHint
|
|
{
|
|
FullScale,
|
|
HorizontalScale,
|
|
VerticalScale
|
|
};
|
|
|
|
KThemeCache (int, TQObject*/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 TQString&);
|
|
|
|
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 TQColorGroup* colorGroup (const TQColorGroup&, KThemeBase::WidgetType) const;
|
|
TQBrush pixmapBrush (const TQColorGroup&, TQColorGroup::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 TQString&);
|
|
|
|
protected:
|
|
TQImage* image (KThemeBase::WidgetType) const;
|
|
TQColor* gradientHigh (KThemeBase::WidgetType) const;
|
|
TQColor* gradientLow (KThemeBase::WidgetType) const;
|
|
void readConfig (TQt::GUIStyle = TQt::WindowsStyle);
|
|
//ig void readWidgetConfig (int, TDEConfig*, TQString*, TQString*, bool*);
|
|
void copyWidgetConfig (int, int, TQString*, TQString*);
|
|
TQColorGroup* makeColorGroup (TQColor&, TQColor&, TQt::GUIStyle = TQt::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 (TDEConfig*, int);
|
|
void applyMiscResourceGroup (TDEConfig*);
|
|
void readResourceGroup (int, TQString*, TQString*, bool*);
|
|
void readMiscResourceGroup ();
|
|
KThemePixmap* loadPixmap (TQString&);
|
|
TQImage* loadImage (TQString&);
|
|
|
|
}; // class KThemeBase
|
|
|