~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/libs/themeengine/theme.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Description : theme manager
8
8
 * 
9
9
 * Copyright (C) 2004 by Renchi Raju <renchi@pooh.tam.uiuc.edu>
 
10
 * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
11
 *
11
12
 * This program is free software; you can redistribute it
12
13
 * and/or modify it under the terms of the GNU General
46
47
        SUNKEN =   0x00002,
47
48
        RAISED =   0x00004
48
49
    };
49
 
    
 
50
 
50
51
    enum Gradient 
51
52
    {
52
53
        SOLID      = 0x00000,
60
61
    Theme& operator=(const Theme& theme);
61
62
 
62
63
    void print();
63
 
    
 
64
 
64
65
    QString  name;
65
66
    QString  filePath;
66
67
 
69
70
    QColor   textSelColor;
70
71
    QColor   textSpecialRegColor;
71
72
    QColor   textSpecialSelColor;
72
 
    
 
73
 
73
74
    QColor   bannerColor;
74
75
    QColor   bannerColorTo;
75
76
    Bevel    bannerBevel;
90
91
    Gradient thumbSelGrad;
91
92
    bool     thumbSelBorder;
92
93
    QColor   thumbSelBorderColor;
93
 
             
 
94
 
94
95
    QColor   listRegColor;
95
96
    QColor   listRegColorTo;
96
97
    Bevel    listRegBevel;
97
98
    Gradient listRegGrad;
98
99
    bool     listRegBorder;
99
100
    QColor   listRegBorderColor;
100
 
             
 
101
 
101
102
    QColor   listSelColor;
102
103
    QColor   listSelColorTo;
103
104
    Bevel    listSelBevel;