kwave  18.07.70
Kwave::Colors Class Reference

#include <Colors.h>

Collaboration diagram for Kwave::Colors:
Collaboration graph

Classes

struct  ColorSet
 

Static Public Attributes

static Q_DECL_EXPORT ColorSet Normal
 
static Q_DECL_EXPORT ColorSet Disabled
 

Detailed Description

Definition at line 28 of file Colors.h.

Member Data Documentation

◆ Disabled

Kwave::Colors::ColorSet Kwave::Colors::Disabled
static
Initial value:
=
{
QColor(Qt::darkGray).darker(300),
Qt::darkGreen,
Qt::black
}

color set for disabled signal

Definition at line 52 of file Colors.h.

Referenced by Kwave::TrackPixmap::repaint().

◆ Normal

Kwave::Colors::ColorSet Kwave::Colors::Normal
static
Initial value:
=
{
Qt::black,
Qt::white,
Qt::lightGray,
Qt::green,
Qt::darkGray
}

color set for normal signal

Definition at line 49 of file Colors.h.

Referenced by Kwave::TrackPixmap::repaint(), and Kwave::NoiseDialog::updateDisplay().


The documentation for this class was generated from the following files: