Seamly2D
Code documentation
vcmdexport.h File Reference
#include <memory>
#include <vector>
#include <QTextStream>
#include <QCoreApplication>
#include <QCommandLineParser>
#include "../dialogs/dialoglayoutsettings.h"
#include "../vmisc/vsysexits.h"
Include dependency graph for vcmdexport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VCommandLine
 

Typedefs

typedef std::shared_ptr< VCommandLineVCommandLinePtr
 
typedef QList< QCommandLineOption * > VCommandLineOptions
 
typedef std::shared_ptr< VLayoutGeneratorVLayoutGeneratorPtr
 

Typedef Documentation

◆ VCommandLineOptions

typedef QList<QCommandLineOption *> VCommandLineOptions

Definition at line 43 of file vcmdexport.h.

◆ VCommandLinePtr

typedef std::shared_ptr<VCommandLine> VCommandLinePtr

Definition at line 42 of file vcmdexport.h.

◆ VLayoutGeneratorPtr

typedef std::shared_ptr<VLayoutGenerator> VLayoutGeneratorPtr

Definition at line 44 of file vcmdexport.h.