repo.or.cz
/
gitenigma.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trunk 20080912
[gitenigma.git]
/
src
/
setup_timeshift.h
blob
a3bdb2438f4294b0cc67ad7fc84e0104f6c1b365
1
#ifndef DISABLE_HDD
2
#ifndef DISABLE_FILE
3
4
#ifndef __lib_apps_enigma_setup_timeshift_h
5
#define __lib_apps_enigma_setup_timeshift_h
6
7
#include <lib/gui/ewindow.h>
8
#include <lib/gui/statusbar.h>
9
10
class
eButton
;
11
class
eCheckbox
;
12
class
eNumber
;
13
14
class
eZapTimeshiftSetup
:
public
eWindow
15
{
16
17
eNumber
*
delay
;
18
eNumber
*
minutes
;
19
eCheckbox
*
active
;
20
eCheckbox
*
pause
;
21
eButton
*
store
;
22
eStatusBar
*
sbar
;
23
private
:
24
void
storePressed
();
25
26
public
:
27
eZapTimeshiftSetup
();
28
~
eZapTimeshiftSetup
();
29
};
30
31
#endif
32
33
#endif
34
#endif