kwave
18.07.70
Colors.h
Go to the documentation of this file.
1
/***************************************************************************
2
Colors.h - Kwave color sets
3
-------------------
4
begin : Sat Oct 05 2013
5
copyright : (C) 2013 by Thomas Eschenbacher
6
email : Thomas.Eschenbacher@gmx.de
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef COLORS_H
19
#define COLORS_H
20
21
#include "config.h"
22
23
#include <QtGlobal>
24
#include <QColor>
25
26
namespace
Kwave
27
{
28
class
Colors
29
{
30
public
:
31
typedef
struct
{
33
QColor
background
;
34
36
QColor
sample
;
37
39
QColor
interpolated
;
40
42
QColor
zero
;
43
45
QColor
zero_unused
;
46
}
ColorSet
;
47
49
static
Q_DECL_EXPORT
ColorSet
Normal
;
50
52
static
Q_DECL_EXPORT
ColorSet
Disabled
;
53
54
};
55
}
56
57
#endif
/* COLORS_H */
58
59
//***************************************************************************
60
//***************************************************************************
Kwave::Colors
Definition:
Colors.h:28
Kwave
Definition:
App.h:33
Kwave::Colors::Disabled
static Q_DECL_EXPORT ColorSet Disabled
Definition:
Colors.h:52
Kwave::Colors::ColorSet::interpolated
QColor interpolated
Definition:
Colors.h:39
Kwave::Colors::ColorSet::zero
QColor zero
Definition:
Colors.h:42
Kwave::Colors::ColorSet::background
QColor background
Definition:
Colors.h:33
Kwave::Colors::ColorSet
Definition:
Colors.h:31
Kwave::Colors::ColorSet::zero_unused
QColor zero_unused
Definition:
Colors.h:45
Kwave::Colors::Normal
static Q_DECL_EXPORT ColorSet Normal
Definition:
Colors.h:49
Kwave::Colors::ColorSet::sample
QColor sample
Definition:
Colors.h:36
libgui
Colors.h
Generated on Sat Mar 24 2018 09:10:24 for kwave by
1.8.13