1 #ifndef __libquark_util_AutoSaver_hxx 2 #define __libquark_util_AutoSaver_hxx 44 void setAutosaveInterval(
int interval);
55 void setMaxDelay(
int delay);
65 void changeOccurred();
70 void saveIfNecessary();
74 virtual void timerEvent(QTimerEvent *event);
80 int _autosaveInterval;
89 #endif // __libquark_util_AutoSaver_hxx static const int MAX_DELAY
The maximum delay, in seconds, before a save operation occurs.
Definition: AutoSaver.h++:58
static const int DEFAULT_AUTOSAVE_INTERVAL
The default autosave interval, in seconds.
Definition: AutoSaver.h++:47
A class to be used in implementing a document autosave feature.
Definition: AutoSaver.h++:22
Definition: BarChartView.h++:6
#define LIBQUARK_API
Definition: Quark.h++:18