umbrello
2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
11 #ifndef CMDLINEEXPORTALLVIEWSEVENT_H
12 #define CMDLINEEXPORTALLVIEWSEVENT_H
bool m_useFolders
If tree structure of the views in the document must be created in the target directory.
Definition: cmdlineexportallviewsevent.h:45
CmdLineExportAllViewsEvent(const QString &imageType, const QUrl &directory, const bool useFolders)
Definition: cmdlineexportallviewsevent.cpp:51
QUrl m_directory
The url of the directory where the images will be saved.
Definition: cmdlineexportallviewsevent.h:44
Definition: umlviewimageexportermodel.h:34
std::string Type
Definition: basictypes.h:351
static const QEvent::Type type_
Definition: cmdlineexportallviewsevent.h:41
#define uDebug()
Definition: debug_utils.h:122
QString m_imageType
The type of the images the views will be exported to.
Definition: cmdlineexportallviewsevent.h:43
QStringList exportViews(const UMLViewList &views, const QString &imageType, const QUrl &directory, bool useFolders) const
Definition: umlviewimageexportermodel.cpp:214
static UMLApp * app()
Definition: uml.cpp:278
#define uError()
Definition: debug_utils.h:123
static QEvent::Type eventType()
Definition: cmdlineexportallviewsevent.cpp:39
virtual ~CmdLineExportAllViewsEvent()
Definition: cmdlineexportallviewsevent.cpp:63
UMLViewList viewIterator()
Definition: umldoc.cpp:3105
QList< QPointer< UMLView > > UMLViewList
Definition: umlviewlist.h:26
Definition: cmdlineexportallviewsevent.h:28
UMLDoc * document() const
Definition: uml.cpp:1064
void exportAllViews()
Definition: cmdlineexportallviewsevent.cpp:72