umbrello API Documentation

cmdlineexportallviewsevent.h

00001 /***************************************************************************
00002  *                                                                         *
00003  *   This program is free software; you can redistribute it and/or modify  *
00004  *   it under the terms of the GNU General Public License as published by  *
00005  *   the Free Software Foundation; either version 2 of the License, or     *
00006  *   (at your option) any later version.                                   *
00007  *                                                                         *
00008  *   copyright (C) 2006                                                    *
00009  *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
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
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:07:55 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003