digiKam
texturecontainer.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2005-05-25
7  * Description : texture settings container.
8  *
9  * Copyright (C) 2005-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  * Copyright (C) 2006-2010 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
11  * Copyright (C) 2010 by Martin Klapetek <martin dot klapetek at gmail dot com>
12  *
13  * This program is free software; you can redistribute it
14  * and/or modify it under the terms of the GNU General
15  * Public License as published by the Free Software Foundation;
16  * either version 2, or (at your option)
17  * any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22  * GNU General Public License for more details.
23  *
24  * ============================================================ */
25 
26 #ifndef DIGIKAM_TEXTURE_CONTAINER_H
27 #define DIGIKAM_TEXTURE_CONTAINER_H
28 
29 // Qt includes
30 
31 #include <QString>
32 
33 // Local includes
34 
35 #include "digikam_export.h"
36 
37 namespace Digikam
38 {
39 
40 class DIGIKAM_EXPORT TextureContainer
41 {
42 
43 public:
44 
46  {
47  PaperTexture=0,
62  StoneTexture
63  };
64 
65 public:
66 
67  explicit TextureContainer();
69 
70  static QString getTexturePath(int texture);
71 
72 public:
73 
74  int blendGain;
76 };
77 
78 } // namespace Digikam
79 
80 #endif // DIGIKAM_TEXTURE_CONTAINER_H
Definition: texturecontainer.h:41
int textureType
Definition: texturecontainer.h:75
TextureTypes
Definition: texturecontainer.h:46
@ CanvasTexture
Definition: texturecontainer.h:53
@ WallTexture
Definition: texturecontainer.h:60
@ MossTexture
Definition: texturecontainer.h:61
@ ModernTexture
Definition: texturecontainer.h:59
@ FabricTexture
Definition: texturecontainer.h:49
@ BurlapTexture
Definition: texturecontainer.h:50
@ Paper2Texture
Definition: texturecontainer.h:48
@ BricksTexture
Definition: texturecontainer.h:51
@ MarbleTexture
Definition: texturecontainer.h:54
@ Bricks2Texture
Definition: texturecontainer.h:52
@ CellWoodTexture
Definition: texturecontainer.h:57
@ Marble2Texture
Definition: texturecontainer.h:55
@ BlueJeanTexture
Definition: texturecontainer.h:56
@ MetalWireTexture
Definition: texturecontainer.h:58
int blendGain
Definition: texturecontainer.h:74
Definition: datefolderview.cpp:43