kwave  18.07.70
RecordState.h
Go to the documentation of this file.
1 /*************************************************************************
2  RecordState.h - state of the audio recorder
3  -------------------
4  begin : Sat Oct 04 2003
5  copyright : (C) 2003 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 RECORD_STATE_H
19 #define RECORD_STATE_H
20 
21 #include "config.h"
22 
23 namespace Kwave
24 {
25  typedef enum
26  {
27 
30 
33 
40 
47 
54 
60 
68 
73 
74  } RecordState;
75 }
76 
77 #endif /* RECORD_STATE_H */
78 
79 //***************************************************************************
80 //***************************************************************************
Definition: App.h:33
RecordState
Definition: RecordState.h:25