Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
ImportColors.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: ImportColors.h
3//-----------------------------------------------------------------------------
4// Project: Kactus 2
5// Author: Esko Pekkarinen
6// Date: 29.09.2014
7//
8// Description:
9// Common highlight colors for imported elements.
10//-----------------------------------------------------------------------------
11
12#ifndef IMPORTCOLORS_H
13#define IMPORTCOLORS_H
14
15#include <QColor>
16#include <common/KactusColors.h>
17
18namespace ImportColors
19{
20 QColor const PORT = KactusColors::SW_COMPONENT;
21
22 QColor const MODELPARAMETER = KactusColors::HW_BUS_COMPONENT;
23
24 QColor const PARAMETER = KactusColors::MEMORY_BLOCK;
25
26 QColor const VIEWNAME = QColor("Moccasin");
27
28 QColor const INSTANCECOLOR = QColor(201, 82, 251);
29}
30
31#endif // IMPORTCOLORS_H
QColor const INSTANCECOLOR
QColor const MODELPARAMETER
QColor const PARAMETER
QColor const PORT
QColor const VIEWNAME