casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::WCMotionEH Class Reference

Base class for handling WorldCanvas motion events.
More...

#include <WCMotionEH.h>

Inheritance diagram for casa::WCMotionEH:
casa::DDDObject casa::MultiWCTool casa::Profile2dDD casa::QtDisplayPanel casa::SliceEH casa::SlicePanelDisplay casa::viewer::RegionToolManager casa::WCToolMotEH casa::WorldCanvasHolder

List of all members.

Public Member Functions

 WCMotionEH ()
 Default Constructor Required.
virtual void operator() (const WCMotionEvent &ev)=0
 default sends event to cout
virtual ~WCMotionEH ()
 Destructor.

Detailed Description

Base class for handling WorldCanvas motion events.

Prerequisite

Etymology

WCMotionEH : WorldCanvas motion event-handler.

Synopsis

This is a base class intended to be derived from in applications. The user must write a derived class and override the operator() function. The operator() function is called whenever the pointer moves across the world canvas.

This base class does have a concrete implementation, namely to report to stdout events it receives. To effect this behaviour, create an instance this class and register it as an event-handler on a WorldCanvas.

Motivation

Provide the user with an object-oriented approach to event handling and include world-coordinate position information.

Example

see the test programs in Display/test.

Definition at line 70 of file WCMotionEH.h.


Constructor & Destructor Documentation

Default Constructor Required.

virtual casa::WCMotionEH::~WCMotionEH ( ) [virtual]

Destructor.


Member Function Documentation

virtual void casa::WCMotionEH::operator() ( const WCMotionEvent ev) [pure virtual]

The documentation for this class was generated from the following file: