kwave  18.07.70
FileInfoPlugin.h
Go to the documentation of this file.
1 /***************************************************************************
2  FileInfoPlugin.h - plugin for editing file properties
3  -------------------
4  begin : Fri Jul 19 2002
5  copyright : (C) 2002 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 FILE_INFO_PLUGIN_H
19 #define FILE_INFO_PLUGIN_H
20 
21 #include "config.h"
22 #include "libkwave/Plugin.h"
23 #include <QObject>
24 
25 namespace Kwave
26 {
28  {
29  Q_OBJECT
30  public:
31 
37  FileInfoPlugin(QObject *parent, const QVariantList &args);
38 
40  virtual ~FileInfoPlugin() Q_DECL_OVERRIDE;
41 
46  virtual QStringList *setup(QStringList &) Q_DECL_OVERRIDE;
47 
48  protected:
49 
51  void apply(Kwave::FileInfo &new_info);
52 
53  };
54 }
55 
56 #endif /* FILE_INFO_PLUGIN_H */
57 
58 //***************************************************************************
59 //***************************************************************************
FileInfoPlugin(QObject *parent, const QVariantList &args)
Definition: App.h:33
void apply(Kwave::FileInfo &new_info)
virtual ~FileInfoPlugin() Q_DECL_OVERRIDE
virtual QStringList * setup(QStringList &) Q_DECL_OVERRIDE