Engauge Digitizer 2
Loading...
Searching...
No Matches
EnumsToQt.h
Go to the documentation of this file.
1/******************************************************************************************************
2 * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5 ******************************************************************************************************/
6
7#ifndef ENUMS_TO_QT_H
8#define ENUMS_TO_QT_H
9
10#include "ColorPalette.h"
11#include <QColor>
12#include <QString>
13#include <QSysInfo>
14#include <QXmlStreamReader>
15
16extern QColor ColorPaletteToQColor (ColorPalette color);
17extern QString EndianToString (QSysInfo::Endian endian);
18
19#endif // ENUMS_TO_QT_H
ColorPalette
QString EndianToString(QSysInfo::Endian endian)
Definition EnumsToQt.cpp:45
QColor ColorPaletteToQColor(ColorPalette color)
Definition EnumsToQt.cpp:16