Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/modules/objects/eventsystem/CMakeLists.txt @ 5888

Last change on this file since 5888 was 5888, checked in by landauf, 15 years ago

Added support for named events (so one object can fire multiple different events).
Added a new class, EventFilter, to filter differently named events and map them to different states.

I've wrapped the event names with a pretty useless macro, but I want to expand this in the future and register possible event names in the Identifier of the corresponding class. This allows us to get the possible event names in a static manner and thus build an editor upon it.

  • Property svn:eol-style set to native
File size: 126 bytes
Line 
1ADD_SOURCE_FILES(OBJECTS_SRC_FILES
2  EventDispatcher.cc
3  EventFilter.cc
4  EventListener.cc
5  EventName.cc
6  EventTarget.cc
7)
Note: See TracBrowser for help on using the repository browser.