34 #include <QTextStream>
35 #include <QCoreApplication>
36 #include <QCommandLineParser>
38 #include "../dialogs/dialoglayoutsettings.h"
39 #include "../vmisc/vsysexits.h"
The VApplication class reimplamentation QApplication class.
VCommandLineOptions optionsUsed
QString OptDestinationPath() const
bool IsTestModeEnabled() const
static void InitOptions(VCommandLineOptions &options, QMap< QString, int > &optionsIndex)
QString OptGradationHeight() const
QStringList OptInputFileNames() const
static VCommandLinePtr instance
QCommandLineParser parser
int exportOnlyPieces() const
QString OptBaseName() const
bool IsExportEnabled() const
DialogLayoutSettings::PaperSizeTemplate OptPaperSize() const
int isTextAsPaths() const
QString OptMeasurePath() const
bool IsNoScalingEnabled() const
static VCommandLinePtr Get(const QCoreApplication &app)
VLayoutGeneratorPtr DefaultGenerator() const
static qreal Lo2Px(const QString &src, const DialogLayoutSettings &converter)
bool IsSetGradationHeight() const
bool IsGuiEnabled() const
static qreal Pg2Px(const QString &src, const DialogLayoutSettings &converter)
QString OptGradationSize() const
bool IsSetGradationSize() const
QMap< QString, int > optionsIndex
int OptExportType() const
std::shared_ptr< VLayoutGenerator > VLayoutGeneratorPtr
std::shared_ptr< VCommandLine > VCommandLinePtr
QList< QCommandLineOption * > VCommandLineOptions