Table Of Contents

Previous topic

AppEventManager

Next topic

EventChooser

This Page

phoenix_title eventwatcher

A widget and supporting classes for watching the events sent to some other widget.


class_hierarchy Inheritance Diagram

Inheritance diagram for module eventwatcher

Inheritance diagram of eventwatcher


function_summary Functions Summary

addModuleEvents Adds all the items in module that start with EVT_ to the event
buildWxEventMap Add the event binders from the main wx namespace. This is called

class_summary Classes Summary

EventChooser Panel with CheckListCtrl for selecting which events will be watched.
EventChooserLC  
EventLog A virtual listctrl that displays information about the watched events.
EventWatcher A frame that will catch and display al events sent to some widget.

Functions



addModuleEvents(module)

Adds all the items in module that start with EVT_ to the event data structures used by the EventWatcher.



buildWxEventMap()

Add the event binders from the main wx namespace. This is called automatically from the EventWatcher.