cmdlineexportallviewsevent.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef CMDLINEEXPORTALLVIEWSEVENT_H
00013 #define CMDLINEEXPORTALLVIEWSEVENT_H
00014
00015 #include <qevent.h>
00016 #include <kurl.h>
00017
00028 class CmdLineExportAllViewsEvent : public QCustomEvent {
00029 public:
00030
00034 static int getType();
00035
00044 CmdLineExportAllViewsEvent(const QString &imageType, const KURL &directory, const bool useFolders);
00045
00049 virtual ~CmdLineExportAllViewsEvent() {
00050 }
00051
00057 void exportAllViews();
00058
00059 private:
00060
00064 QString m_imageType;
00065
00069 KURL m_directory;
00070
00075 bool m_useFolders;
00076 };
00077
00078 #endif
This file is part of the documentation for umbrello Version 3.1.0.