ADTF Qt5
Loading...
Searching...
No Matches
themed_colors.h
Go to the documentation of this file.
1
7
8/*
9 * This file depends on Qt which is licensed under LGPLv3.
10 * See ADTF_DIR/3rdparty/qt5 and doc/license for detailed information.
11 */
12
13#pragma once
14
15#include <vector>
16#include <QColor>
17
18namespace adtf
19{
20namespace ui
21{
22namespace thor
23{
31QColor get_color(size_t maxColors, size_t colorIndex);
32
33} // namespace thor
34
35namespace v0
36{
38}
39
40using v0::get_color;
41
42} // namespace ui
43} // namespace adtf
Legacy version namespace for all functionality of the ADTF UI SDK taken over from ADTF v3....
Definition themed_colors.h:23
QColor get_color(size_t maxColors, size_t colorIndex)
Get tableau 10 colors. If maxColors is greater or equal to 20 it uses tableau 20 colors.
Namespace for all ui classes and interfaces provided since v1.0.0.
Definition adtfui_pkg.h:13
QColor get_color(size_t maxColors, size_t colorIndex)
Get tableau 10 colors. If maxColors is greater or equal to 20 it uses tableau 20 colors.
Namespace for the ADTF UI SDK.
Definition adtfui_pkg.h:13
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtfui_pkg.h:13