kwave  18.07.70
K3BExportDialog.h
Go to the documentation of this file.
1 /***************************************************************************
2  * K3BExportDialog.h - Extended KwaveFileDialog for exporting to K3b
3  * -------------------
4  * begin : Thu Apr 13 2017
5  * copyright : (C) 2017 by Thomas Eschenbacher
6  * email : Thomas.Eschenbacher@gmx.de
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #ifndef K3B_EXPORT_DIALOG_H
19 #define K3B_EXPORT_DIALOG_H
20 
21 #include "config.h"
22 
23 #include <QObject>
24 #include <QString>
25 #include <QWidget>
26 
27 #include "K3BExportPlugin.h"
28 #include "libgui/FileDialog.h"
29 
30 class QUrl;
31 
32 namespace Kwave
33 {
34 
35  class K3BExportWidget;
36 
38  {
39  Q_OBJECT
40  public:
41 
57  const QString &startDir,
58  const QString &filter,
59  QWidget *parent,
60  const QUrl &last_url,
61  const QString &last_ext,
62  QString &pattern,
63  bool selection_only,
64  bool have_selection,
67  );
68 
70  virtual ~K3BExportDialog();
71 
73  QString pattern() const;
74 
76  bool selectionOnly() const;
77 
80 
83 
84  private:
85 
88 
89  };
90 }
91 
92 #endif /* K3B_EXPORT_DIALOG_H */
93 
94 //***************************************************************************
95 //***************************************************************************
Kwave::K3BExportWidget * m_widget
Definition: App.h:33
K3BExportDialog(const QString &startDir, const QString &filter, QWidget *parent, const QUrl &last_url, const QString &last_ext, QString &pattern, bool selection_only, bool have_selection, Kwave::K3BExportPlugin::export_location_t export_location, Kwave::K3BExportPlugin::overwrite_policy_t overwrite_policy)
Kwave::K3BExportPlugin::export_location_t exportLocation() const
Kwave::K3BExportPlugin::overwrite_policy_t overwritePolicy() const