15 #include "config_event.h" 16 #include "asyncTask.h" 17 #include "asyncTaskChain.h" 18 #include "asyncTaskManager.h" 19 #include "asyncTaskPause.h" 20 #include "asyncTaskSequence.h" 21 #include "buttonEventList.h" 23 #include "eventHandler.h" 24 #include "eventParameter.h" 25 #include "genericAsyncTask.h" 26 #include "pointerEventList.h" 30 Configure(config_event);
31 NotifyCategoryDef(event,
"");
32 NotifyCategoryDef(task,
"");
34 ConfigureFn(config_event) {
35 AsyncTask::init_type();
36 AsyncTaskChain::init_type();
37 AsyncTaskManager::init_type();
38 AsyncTaskPause::init_type();
39 AsyncTaskSequence::init_type();
40 ButtonEventList::init_type();
41 PointerEventList::init_type();
43 EventHandler::init_type();
44 EventStoreInt::init_type(
"EventStoreInt");
45 EventStoreDouble::init_type(
"EventStoreDouble");
46 GenericAsyncTask::init_type();
static void register_with_read_factory()
Tells the BamReader how to create objects of type ParamValue.