|
ButeoSynchronizationFramework
|
1 #ifndef SYNCONCHANGESCHEDULER_H
2 #define SYNCONCHANGESCHEDULER_H
8 #include "SyncScheduler.h"
65 QStringList iSOCProfileNames;
~SyncOnChangeTimer()
destructor
Definition: SyncOnChangeScheduler.cpp:76
~SyncOnChangeScheduler()
destructor
Definition: SyncOnChangeScheduler.cpp:14
void removeProfile(const QString &aProfileName)
call this method to disable SOC that has been scheduled for a certain profile
Definition: SyncOnChangeScheduler.cpp:48
void timeout(const SyncProfile *aProfile)
emit this signal when the timeout occurs
Definition: moc_SyncOnChangeScheduler.cpp:235
A top level synchronization profile.
Definition: SyncProfile.h:48
SyncOnChangeTimer(const SyncProfile *aProfile, const quint32 &aTimeout)
constructor
Definition: SyncOnChangeScheduler.cpp:70
void fire()
fire the timer
Definition: SyncOnChangeScheduler.cpp:81
Definition: SyncOnChangeScheduler.h:69
SyncOnChangeScheduler()
constructor
Definition: SyncOnChangeScheduler.cpp:9
SyncScheduler Object to be used to set Schedule via the framework.
Definition: SyncScheduler.h:54
bool addProfile(const SyncProfile *aProfile)
Call this method to schedule SOC for a profile.
Definition: SyncOnChangeScheduler.cpp:24
Definition: SyncOnChangeScheduler.h:15