Engauge Digitizer 2
Loading...
Searching...
No Matches
ExportDelimiter.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 EXPORT_DELIMITER_H
8#define EXPORT_DELIMITER_H
9
10#include <QString>
11
20
21extern QString exportDelimiterToString (ExportDelimiter exportDelimiter); // Text appearing in logging/debugging
23 bool isGnuplotDelimiter); // Text appearing in exported file
24
25#endif // EXPORT_DELIMITER_H
const int INNER_RADIUS_MIN
QString exportDelimiterToText(ExportDelimiter exportDelimiter, bool isGnuplotDelimiter)
ExportDelimiter
Delimiter values that may or may not be overridden by DOCUMENT_SERIALIZE_EXPORT_DELIMITER_OVERRIDE_CS...
@ EXPORT_DELIMITER_SPACE
@ EXPORT_DELIMITER_COMMA
@ EXPORT_DELIMITER_TAB
@ EXPORT_DELIMITER_SEMICOLON
QString exportDelimiterToString(ExportDelimiter exportDelimiter)