trunk 20080912
[gitenigma.git] / src / setup_extra.h
blob65f7cc9e436da5a7b726e44b580230d941db7573
1 #ifndef __setup_extra_h
2 #define __setup_extra_h
4 #include <setup_window.h>
6 class eExpertSetup: public eSetupWindow
8 #ifndef DISABLE_FILE
9 eListBoxEntryMulti *record_split_size;
10 void selChanged(eListBoxEntryMenu* e);
11 #endif
12 #ifndef DISABLE_NETWORK
13 void communication_setup();
14 void ngrab_setup();
15 void software_update();
16 #endif
17 void factory_reset();
18 void rc_setup();
19 #ifndef DISABLE_HDD
20 #ifndef DISABLE_FILE
21 void swapmanager();
22 #endif
23 #endif
25 #ifndef TUXTXT_CFG_STANDALONE
26 void tuxtxtCachingChanged(bool);
27 #endif
28 void reinitializeHTTPServer(bool);
29 void fastZappingChanged(bool b);
30 void init_eExpertSetup();
31 void fileToggle(bool newState, const char* filename);
32 public:
33 eExpertSetup();
36 #endif