Note:
This documentation only contains reference material, which is hard to read if you're new to libcw.
A tutorial with examples will be added later.
Table of Contents
Back to main index
Events design
1.1
Definitions
1.1.1
Event, Event data
1.1.2
Event type
1.1.3
Event client
1.1.4
Event trigger
1.1.5
Event generator
1.1.6
Event server
1.1.7
Busy interface
1.1.8
Cookies
1.2
Dependencies
1.3
Program Flow
Interface design
2.1
Overriding methods
2.2
Classes defined by libcw
2.2.1
Introduction
2.2.2
class busy_interface_ct
2.2.3
template<class EVENTTYPE>
class event_request_base_tct
2.2.4
template<class EVENTREQUESTBASE>
class event_request_queue_tct
2.2.5
template<class EVENTREQUESTBASE, class EVENTREQUESTQUEUE>
class event_server_tct
2.2.6
template<class EVENTREQUESTBASE, class EVENTREQUESTQUEUE>
class event_data_server_tct
2.3
EventServer
classes
2.3.1
EventData
2.3.2
EventType
2.3.3
EventRequestBase
2.3.4
EventRequestQueue
2.3.5
EventServer