GLOW API version 1.0 reference

Back to
Table of contents


module glowSenderReceiver

General information

The glowSenderReceiver module contains templates that implement the generalized broadcaster/listener system used by GLOW. You will need to interact with these message classes if you want to receive events from menus, widgets and timers in the GLOW system, and you may also use them directly in your own programs. The classes provide typechecking and binding services, and automatically unbind connections when subclasses are destructed.

Classes

class ReceiverTracker

Tracks receivers.

abstract template TReceiver<>

Template base class for message receivers.

template TSender<>

Template class for message senders.

Back to
Table of contents


The GLOW Toolkit