kwave  18.07.70
PlayBackTypesMap.h
Go to the documentation of this file.
1 /***************************************************************************
2  PlayBackTypesMap.h - map for playback methods
3  -------------------
4  begin : Sat Feb 05 2005
5  copyright : (C) 2005 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 #ifndef PLAY_BACK_TYPES_MAP_H
18 #define PLAY_BACK_TYPES_MAP_H
19 
20 #include "config.h"
21 
22 #include <QtGlobal>
23 
24 #include "libkwave/PlayBackParam.h"
25 #include "libkwave/TypesMap.h"
26 
27 namespace Kwave
28 {
29  class Q_DECL_EXPORT PlayBackTypesMap
30  :public Kwave::TypesMap<unsigned int, Kwave::playback_method_t>
31  {
32  public:
34  explicit PlayBackTypesMap()
35  :Kwave::TypesMap<unsigned int, Kwave::playback_method_t>()
36  {
37  fill();
38  }
39 
41  virtual ~PlayBackTypesMap() Q_DECL_OVERRIDE {}
42 
44  virtual void fill() Q_DECL_OVERRIDE;
45  };
46 }
47 
48 #endif /* PLAY_BACK_TYPES_MAP_H */
49 
50 //***************************************************************************
51 //***************************************************************************
Definition: App.h:33
playback_method_t
Definition: PlayBackParam.h:31
virtual ~PlayBackTypesMap() Q_DECL_OVERRIDE