kwave
18.07.70
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
f
h
i
l
m
o
p
r
s
t
u
w
y
z
Functions
Typedefs
Enumerations
+
Enumerator
a
b
c
f
i
l
o
p
r
s
u
w
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
i
l
m
p
q
r
s
t
x
z
Variables
Typedefs
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
SaveBlocksWidget.h
Go to the documentation of this file.
1
/***************************************************************************
2
SaveBlocksWidget.h - widget for extra options in the file open dialog
3
-------------------
4
begin : Fri Mar 02 2007
5
copyright : (C) 2007 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 SAVE_BLOCKS_WIDGET_H
19
#define SAVE_BLOCKS_WIDGET_H
20
21
#include <QWidget>
22
23
#include "
SaveBlocksPlugin.h
"
24
#include "ui_SaveBlocksWidgetBase.h"
25
26
namespace
Kwave
27
{
28
class
SaveBlocksWidget
:
public
QWidget,
29
public
Ui::SaveBlocksWidgetBase
30
{
31
Q_OBJECT
32
public
:
33
42
SaveBlocksWidget
(QWidget *widget,
43
QString filename_pattern,
44
Kwave::SaveBlocksPlugin::numbering_mode_t
numbering_mode,
45
bool
selection_only,
46
bool
have_selection
47
);
48
50
virtual
~SaveBlocksWidget
();
51
53
virtual
void
showPreview
(
const
QUrl &url)
54
{
55
Q_UNUSED(url);
56
}
57
59
virtual
void
clearPreview
()
60
{
61
}
62
64
QString
pattern
();
65
67
Kwave::SaveBlocksPlugin::numbering_mode_t
numberingMode
();
68
70
bool
selectionOnly
();
71
72
signals:
73
75
void
somethingChanged
();
76
77
public
slots:
78
83
void
setNewExample
(
const
QString &example);
84
85
};
86
}
87
88
#endif
/* SAVE_BLOCKS_WIDGET_H */
89
90
//***************************************************************************
91
//***************************************************************************
Kwave::SaveBlocksWidget::selectionOnly
bool selectionOnly()
Definition:
SaveBlocksWidget.cpp:118
Kwave
Definition:
App.h:33
Kwave::SaveBlocksWidget::~SaveBlocksWidget
virtual ~SaveBlocksWidget()
Definition:
SaveBlocksWidget.cpp:97
Kwave::SaveBlocksWidget::SaveBlocksWidget
SaveBlocksWidget(QWidget *widget, QString filename_pattern, Kwave::SaveBlocksPlugin::numbering_mode_t numbering_mode, bool selection_only, bool have_selection)
Definition:
SaveBlocksWidget.cpp:31
Kwave::SaveBlocksWidget::showPreview
virtual void showPreview(const QUrl &url)
Definition:
SaveBlocksWidget.h:53
Kwave::SaveBlocksWidget::numberingMode
Kwave::SaveBlocksPlugin::numbering_mode_t numberingMode()
Definition:
SaveBlocksWidget.cpp:109
SaveBlocksPlugin.h
Kwave::SaveBlocksWidget
Definition:
SaveBlocksWidget.h:28
Kwave::SaveBlocksWidget::somethingChanged
void somethingChanged()
Kwave::SaveBlocksPlugin::numbering_mode_t
numbering_mode_t
Definition:
SaveBlocksPlugin.h:64
Kwave::SaveBlocksWidget::setNewExample
void setNewExample(const QString &example)
Definition:
SaveBlocksWidget.cpp:125
Kwave::SaveBlocksWidget::clearPreview
virtual void clearPreview()
Definition:
SaveBlocksWidget.h:59
Kwave::SaveBlocksWidget::pattern
QString pattern()
Definition:
SaveBlocksWidget.cpp:102
plugins
saveblocks
SaveBlocksWidget.h
Generated on Sat Mar 24 2018 09:10:27 for kwave by
1.8.13