#include <memory>#include <vector>#include <QTextStream>#include <QCoreApplication>#include <QCommandLineParser>#include "../dialogs/dialoglayoutsettings.h"#include "../vmisc/vsysexits.h"Go to the source code of this file.
Classes | |
| class | VCommandLine |
Typedefs | |
| typedef std::shared_ptr< VCommandLine > | VCommandLinePtr |
| typedef QList< QCommandLineOption * > | VCommandLineOptions |
| typedef std::shared_ptr< VLayoutGenerator > | VLayoutGeneratorPtr |
| typedef QList<QCommandLineOption *> VCommandLineOptions |
Definition at line 43 of file vcmdexport.h.
| typedef std::shared_ptr<VCommandLine> VCommandLinePtr |
Definition at line 42 of file vcmdexport.h.
| typedef std::shared_ptr<VLayoutGenerator> VLayoutGeneratorPtr |
Definition at line 44 of file vcmdexport.h.