digiKam
Loading...
Searching...
No Matches
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 * SPDX-FileCopyrightText: 2005-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10 * SPDX-FileCopyrightText: 2006-2010 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
11 * SPDX-FileCopyrightText: 2010 by Martin Klapetek <martin dot klapetek at gmail dot com>
12 *
13 * SPDX-License-Identifier: GPL-2.0-or-later
14 *
15 * ============================================================ */
16
17#pragma once
18
19// Qt includes
20
21#include <QString>
22
23// Local includes
24
25#include "digikam_export.h"
26
27namespace Digikam
28{
29
30class DIGIKAM_EXPORT TextureContainer
31{
32
33public:
34
54
55public:
56
57 TextureContainer() = default;
58 ~TextureContainer() = default;
59
60 static QString getTexturePath(int texture);
61
62public:
63
64 int blendGain = 200;
65 int textureType = MarbleTexture;
66};
67
68} // namespace Digikam
Definition texturecontainer.h:31
TextureTypes
Definition texturecontainer.h:36
@ CanvasTexture
Definition texturecontainer.h:43
@ WallTexture
Definition texturecontainer.h:50
@ MossTexture
Definition texturecontainer.h:51
@ ModernTexture
Definition texturecontainer.h:49
@ FabricTexture
Definition texturecontainer.h:39
@ BurlapTexture
Definition texturecontainer.h:40
@ Paper2Texture
Definition texturecontainer.h:38
@ BricksTexture
Definition texturecontainer.h:41
@ MarbleTexture
Definition texturecontainer.h:44
@ Bricks2Texture
Definition texturecontainer.h:42
@ CellWoodTexture
Definition texturecontainer.h:47
@ Marble2Texture
Definition texturecontainer.h:45
@ BlueJeanTexture
Definition texturecontainer.h:46
@ MetalWireTexture
Definition texturecontainer.h:48
Definition datefolderview.cpp:34