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
18
namespace
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
ImportColors
Definition
ImportColors.h:19
ImportColors::INSTANCECOLOR
QColor const INSTANCECOLOR
Definition
ImportColors.h:28
ImportColors::MODELPARAMETER
QColor const MODELPARAMETER
Definition
ImportColors.h:22
ImportColors::PARAMETER
QColor const PARAMETER
Definition
ImportColors.h:24
ImportColors::PORT
QColor const PORT
Definition
ImportColors.h:20
ImportColors::VIEWNAME
QColor const VIEWNAME
Definition
ImportColors.h:26
kactus2dev
KactusAPI
include
ImportColors.h
Generated by
1.13.2