28 #include <FL/Fl_Double_Window.H> 29 #include <FL/Fl_Progress.H> 30 #include "cards_wrapper.h" 32 using namespace cards;
40 void OnDoJobListFinished (
const CEH_RC rc);
41 void OnSyncFinished(
const CEH_RC rc);
42 void OnProgressInfo(
int percent);
44 static void Callback(Fl_Widget*,
void* pInstance);
46 Fl_Progress* _jobProgress;
47 Fl_Progress* _fileProgress;
Definition: progressbox.h:34
File Download Event class.
Definition: file_download.h:62
File Download State class.
Definition: file_download.h:43
Definition: cards_wrapper.h:58
Definition: cards_event_handler.h:61
Definition: cards_client.cxx:26