ICircularSliderNotifyHandler

The ICircularSliderNotifyHandler class processes events for all classes of circular sliders.

This class handles events that require the circular slider class to generate a notification. If notifications are enabled for this class, a notification is generated and sent to all observers when the proper conditions for the specific notification exist.


ICircularSliderNotifyHandler - Member Functions and Data by Group

Constructors & Destructor

Use these functions to construct and destruct objects of the ICircularSliderNotifyHandler class.


[view class]
~ICircularSliderNotifyHandler
public:
virtual ~ICircularSliderNotifyHandler()

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
ICircularSliderNotifyHandler
public:
ICircularSliderNotifyHandler()

Provides the default constructor.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Event Processing

Event-processing members evaluate an event to determine if it is appropriate for this handler object to process.


[view class]
dispatchHandlerEvent
protected:
virtual bool dispatchHandlerEvent(IEvent& anEvent)

Notifies the circular slider observers if the following event is received:

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


ICircularSliderNotifyHandler - Inherited Member Functions and Data

Inherited Public Functions

IHandler
ITextControlNotifyHandler
IWindowNotifyHandler

Inherited Public Data

Inherited Protected Functions

IHandler
IWindowNotifyHandler

Inherited Protected Data