#include "commandoptions.h"
#include "def.h"
#include <QStaticStringData>
#include <QStringData>
#include <QStringDataPtr>
#include <QStringList>
Go to the source code of this file.
Functions | |
QStringList | AllKeys () |
Variables | |
const QString | LONG_OPTION_BASENAME = QStringLiteral("basename") |
const QString | SINGLE_OPTION_BASENAME = QStringLiteral("b") |
const QString | LONG_OPTION_DESTINATION = QStringLiteral("destination") |
const QString | SINGLE_OPTION_DESTINATION = QStringLiteral("d") |
const QString | LONG_OPTION_MEASUREFILE = QStringLiteral("mfile") |
const QString | SINGLE_OPTION_MEASUREFILE = QStringLiteral("m") |
const QString | LONG_OPTION_PAGETEMPLATE = QStringLiteral("pageformat") |
const QString | SINGLE_OPTION_PAGETEMPLATE = QStringLiteral("p") |
const QString | LONG_OPTION_EXP2FORMAT = QStringLiteral("format") |
const QString | SINGLE_OPTION_EXP2FORMAT = QStringLiteral("f") |
const QString | LONG_OPTION_BINARYDXF = QStringLiteral("bdxf") |
const QString | LONG_OPTION_TEXT2PATHS = QStringLiteral("text2paths") |
const QString | LONG_OPTION_EXPORTONLYDETAILS = QStringLiteral("exportOnlyDetails") |
const QString | LONG_OPTION_ROTATE = QStringLiteral("rotate") |
const QString | SINGLE_OPTION_ROTATE = QStringLiteral("r") |
const QString | LONG_OPTION_CROP = QStringLiteral("crop") |
const QString | SINGLE_OPTION_CROP = QStringLiteral("c") |
const QString | LONG_OPTION_UNITE = QStringLiteral("unite") |
const QString | SINGLE_OPTION_UNITE = QStringLiteral("u") |
const QString | LONG_OPTION_PAGEW = QStringLiteral("pagew") |
const QString | SINGLE_OPTION_PAGEW = QStringLiteral("W") |
const QString | LONG_OPTION_PAGEH = QStringLiteral("pageh") |
const QString | SINGLE_OPTION_PAGEH = QStringLiteral("H") |
const QString | LONG_OPTION_PAGEUNITS = QStringLiteral("pageunits") |
const QString | SINGLE_OPTION_PAGEUNITS = QStringLiteral("U") |
const QString | LONG_OPTION_SAVELENGTH = QStringLiteral("savelen") |
const QString | SINGLE_OPTION_SAVELENGTH = QStringLiteral("S") |
const QString | LONG_OPTION_SHIFTLENGTH = QStringLiteral("shiftlen") |
const QString | SINGLE_OPTION_SHIFTLENGTH = QStringLiteral("s") |
const QString | LONG_OPTION_SHIFTUNITS = QStringLiteral("layounits") |
const QString | SINGLE_OPTION_SHIFTUNITS = QStringLiteral("l") |
const QString | LONG_OPTION_GAPWIDTH = QStringLiteral("gapwidth") |
const QString | SINGLE_OPTION_GAPWIDTH = QStringLiteral("G") |
const QString | LONG_OPTION_GROUPPING = QStringLiteral("groups") |
const QString | SINGLE_OPTION_GROUPPING = QStringLiteral("g") |
const QString | LONG_OPTION_TEST = QStringLiteral("test") |
const QString | SINGLE_OPTION_TEST = QStringLiteral("t") |
const QString | LONG_OPTION_GRADATIONSIZE = QStringLiteral("gsize") |
const QString | SINGLE_OPTION_GRADATIONSIZE = QStringLiteral("x") |
const QString | LONG_OPTION_GRADATIONHEIGHT = QStringLiteral("gheight") |
const QString | SINGLE_OPTION_GRADATIONHEIGHT = QStringLiteral("e") |
const QString | LONG_OPTION_IGNORE_MARGINS = QStringLiteral("ignoremargins") |
const QString | SINGLE_OPTION_IGNORE_MARGINS = QStringLiteral("i") |
const QString | LONG_OPTION_LEFT_MARGIN = QStringLiteral("lmargin") |
const QString | SINGLE_OPTION_LEFT_MARGIN = QStringLiteral("L") |
const QString | LONG_OPTION_RIGHT_MARGIN = QStringLiteral("rmargin") |
const QString | SINGLE_OPTION_RIGHT_MARGIN = QStringLiteral("R") |
const QString | LONG_OPTION_TOP_MARGIN = QStringLiteral("tmargin") |
const QString | SINGLE_OPTION_TOP_MARGIN = QStringLiteral("T") |
const QString | LONG_OPTION_BOTTOM_MARGIN = QStringLiteral("bmargin") |
const QString | SINGLE_OPTION_BOTTOM_MARGIN = QStringLiteral("B") |
QStringList AllKeys | ( | ) |
Definition at line 137 of file commandoptions.cpp.
References LONG_OPTION_BASENAME, LONG_OPTION_BINARYDXF, LONG_OPTION_BOTTOM_MARGIN, LONG_OPTION_CROP, LONG_OPTION_DESTINATION, LONG_OPTION_EXP2FORMAT, LONG_OPTION_GAPWIDTH, LONG_OPTION_GRADATIONHEIGHT, LONG_OPTION_GRADATIONSIZE, LONG_OPTION_GROUPPING, LONG_OPTION_IGNORE_MARGINS, LONG_OPTION_LEFT_MARGIN, LONG_OPTION_MEASUREFILE, LONG_OPTION_NO_HDPI_SCALING, LONG_OPTION_PAGEH, LONG_OPTION_PAGETEMPLATE, LONG_OPTION_PAGEUNITS, LONG_OPTION_PAGEW, LONG_OPTION_RIGHT_MARGIN, LONG_OPTION_ROTATE, LONG_OPTION_SAVELENGTH, LONG_OPTION_SHIFTLENGTH, LONG_OPTION_SHIFTUNITS, LONG_OPTION_TEST, LONG_OPTION_TOP_MARGIN, LONG_OPTION_UNITE, SINGLE_OPTION_BASENAME, SINGLE_OPTION_BOTTOM_MARGIN, SINGLE_OPTION_CROP, SINGLE_OPTION_DESTINATION, SINGLE_OPTION_EXP2FORMAT, SINGLE_OPTION_GAPWIDTH, SINGLE_OPTION_GRADATIONHEIGHT, SINGLE_OPTION_GRADATIONSIZE, SINGLE_OPTION_GROUPPING, SINGLE_OPTION_IGNORE_MARGINS, SINGLE_OPTION_LEFT_MARGIN, SINGLE_OPTION_MEASUREFILE, SINGLE_OPTION_PAGEH, SINGLE_OPTION_PAGETEMPLATE, SINGLE_OPTION_PAGEUNITS, SINGLE_OPTION_PAGEW, SINGLE_OPTION_RIGHT_MARGIN, SINGLE_OPTION_ROTATE, SINGLE_OPTION_SAVELENGTH, SINGLE_OPTION_SHIFTLENGTH, SINGLE_OPTION_SHIFTUNITS, SINGLE_OPTION_TEST, SINGLE_OPTION_TOP_MARGIN, and SINGLE_OPTION_UNITE.
const QString LONG_OPTION_BASENAME = QStringLiteral("basename") |
Definition at line 60 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), VCommandLine::IsExportEnabled(), and VCommandLine::OptBaseName().
const QString LONG_OPTION_BINARYDXF = QStringLiteral("bdxf") |
Definition at line 75 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), and VCommandLine::IsBinaryDXF().
const QString LONG_OPTION_BOTTOM_MARGIN = QStringLiteral("bmargin") |
Definition at line 133 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_CROP = QStringLiteral("crop") |
Definition at line 82 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_DESTINATION = QStringLiteral("destination") |
Definition at line 63 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), and VCommandLine::OptDestinationPath().
const QString LONG_OPTION_EXP2FORMAT = QStringLiteral("format") |
Definition at line 72 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), and VCommandLine::OptExportType().
const QString LONG_OPTION_EXPORTONLYDETAILS = QStringLiteral("exportOnlyDetails") |
Definition at line 77 of file commandoptions.cpp.
Referenced by VCommandLine::exportOnlyPieces(), and VCommandLine::InitOptions().
const QString LONG_OPTION_GAPWIDTH = QStringLiteral("gapwidth") |
Definition at line 106 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_GRADATIONHEIGHT = QStringLiteral("gheight") |
Definition at line 118 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), VCommandLine::IsSetGradationHeight(), and VCommandLine::OptGradationHeight().
const QString LONG_OPTION_GRADATIONSIZE = QStringLiteral("gsize") |
Definition at line 115 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), VCommandLine::IsSetGradationSize(), and VCommandLine::OptGradationSize().
const QString LONG_OPTION_GROUPPING = QStringLiteral("groups") |
Definition at line 109 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), and VCommandLine::OptGroup().
const QString LONG_OPTION_IGNORE_MARGINS = QStringLiteral("ignoremargins") |
Definition at line 121 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_LEFT_MARGIN = QStringLiteral("lmargin") |
Definition at line 124 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_MEASUREFILE = QStringLiteral("mfile") |
Definition at line 66 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), and VCommandLine::OptMeasurePath().
const QString LONG_OPTION_PAGEH = QStringLiteral("pageh") |
Definition at line 91 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_PAGETEMPLATE = QStringLiteral("pageformat") |
Definition at line 69 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), VCommandLine::InitOptions(), and VCommandLine::OptPaperSize().
const QString LONG_OPTION_PAGEUNITS = QStringLiteral("pageunits") |
Definition at line 94 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_PAGEW = QStringLiteral("pagew") |
Definition at line 88 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_RIGHT_MARGIN = QStringLiteral("rmargin") |
Definition at line 127 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_ROTATE = QStringLiteral("rotate") |
Definition at line 79 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), and VCommandLine::OptRotation().
const QString LONG_OPTION_SAVELENGTH = QStringLiteral("savelen") |
Definition at line 97 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_SHIFTLENGTH = QStringLiteral("shiftlen") |
Definition at line 100 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_SHIFTUNITS = QStringLiteral("layounits") |
Definition at line 103 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_TEST = QStringLiteral("test") |
Definition at line 112 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::InitOptions(), and VCommandLine::IsTestModeEnabled().
const QString LONG_OPTION_TEXT2PATHS = QStringLiteral("text2paths") |
Definition at line 76 of file commandoptions.cpp.
Referenced by VCommandLine::InitOptions(), and VCommandLine::isTextAsPaths().
const QString LONG_OPTION_TOP_MARGIN = QStringLiteral("tmargin") |
Definition at line 130 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString LONG_OPTION_UNITE = QStringLiteral("unite") |
Definition at line 85 of file commandoptions.cpp.
Referenced by AllKeys(), VCommandLine::DefaultGenerator(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_BASENAME = QStringLiteral("b") |
Definition at line 61 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_BOTTOM_MARGIN = QStringLiteral("B") |
Definition at line 134 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_CROP = QStringLiteral("c") |
Definition at line 83 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_DESTINATION = QStringLiteral("d") |
Definition at line 64 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_EXP2FORMAT = QStringLiteral("f") |
Definition at line 73 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_GAPWIDTH = QStringLiteral("G") |
Definition at line 107 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_GRADATIONHEIGHT = QStringLiteral("e") |
Definition at line 119 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_GRADATIONSIZE = QStringLiteral("x") |
Definition at line 116 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_GROUPPING = QStringLiteral("g") |
Definition at line 110 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_IGNORE_MARGINS = QStringLiteral("i") |
Definition at line 122 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_LEFT_MARGIN = QStringLiteral("L") |
Definition at line 125 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_MEASUREFILE = QStringLiteral("m") |
Definition at line 67 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_PAGEH = QStringLiteral("H") |
Definition at line 92 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_PAGETEMPLATE = QStringLiteral("p") |
Definition at line 70 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_PAGEUNITS = QStringLiteral("U") |
Definition at line 95 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_PAGEW = QStringLiteral("W") |
Definition at line 89 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_RIGHT_MARGIN = QStringLiteral("R") |
Definition at line 128 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_ROTATE = QStringLiteral("r") |
Definition at line 80 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_SAVELENGTH = QStringLiteral("S") |
Definition at line 98 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_SHIFTLENGTH = QStringLiteral("s") |
Definition at line 101 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_SHIFTUNITS = QStringLiteral("l") |
Definition at line 104 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_TEST = QStringLiteral("t") |
Definition at line 113 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_TOP_MARGIN = QStringLiteral("T") |
Definition at line 131 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().
const QString SINGLE_OPTION_UNITE = QStringLiteral("u") |
Definition at line 86 of file commandoptions.cpp.
Referenced by AllKeys(), and VCommandLine::InitOptions().