Panda3D
config_event.cxx
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file config_event.cxx
10  * @author drose
11  * @date 1999-12-14
12  */
13 
14 #include "config_event.h"
15 #include "asyncFuture.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"
22 #include "event.h"
23 #include "eventHandler.h"
24 #include "eventParameter.h"
25 #include "genericAsyncTask.h"
26 #include "pointerEventList.h"
27 
28 #include "dconfig.h"
29 
30 #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_PANDA_EVENT)
31  #error Buildsystem error: BUILDING_PANDA_EVENT not defined
32 #endif
33 
34 Configure(config_event);
35 NotifyCategoryDef(event, "");
36 NotifyCategoryDef(task, "");
37 
38 ConfigureFn(config_event) {
39  AsyncFuture::init_type();
40  AsyncGatheringFuture::init_type();
41  AsyncTask::init_type();
42  AsyncTaskChain::init_type();
43  AsyncTaskManager::init_type();
44  AsyncTaskPause::init_type();
45  AsyncTaskSequence::init_type();
46  ButtonEventList::init_type();
47  PointerEventList::init_type();
48  Event::init_type();
49  EventHandler::init_type();
50  EventStoreInt::init_type("EventStoreInt");
51  EventStoreDouble::init_type("EventStoreDouble");
52  GenericAsyncTask::init_type();
53 
57 }
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
static void register_with_read_factory()
Tells the BamReader how to create objects of type Lens.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
static void register_with_read_factory()
Tells the BamReader how to create objects of type ParamValue.
Definition: paramValue.I:128
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.