exportallviewsdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef EXPORTALLVIEWSDIALOG_H
00013 #define EXPORTALLVIEWSDIALOG_H
00014
00015
00016 #include "exportallviewsdialogbase.h"
00017
00018
00019 class KFileFilterCombo;
00020
00029 class ExportAllViewsDialog : public ExportAllViewsDialogBase {
00030 Q_OBJECT
00031
00032 public:
00033
00046 explicit ExportAllViewsDialog(QWidget* parent = 0, const char* name = 0,
00047 bool modal = false, WFlags fl = 0,
00048 const QString& defaultMimeType = "image/png");
00049
00053 ~ExportAllViewsDialog() {
00054 }
00055
00059 KFileFilterCombo* m_imageType;
00060
00061 protected slots:
00062
00067 virtual void languageChange();
00068
00069 };
00070
00071 #endif
00072
This file is part of the documentation for umbrello Version 3.1.0.