casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::PCToolMotEH Class Reference

PixelCanvas motion event handler for PCTool. More...

#include <PCTool.h>

Inheritance diagram for casa::PCToolMotEH:
casa::PCMotionEH

Public Member Functions

 PCToolMotEH (PCTool *tool)
 
virtual ~PCToolMotEH ()
 
virtual void operator() (const PCMotionEvent &ev)
 Default just prints the event to cout. More...
 
- Public Member Functions inherited from casa::PCMotionEH
 PCMotionEH ()
 Default Constructor Required. More...
 
virtual ~PCMotionEH ()
 Destructor. More...
 

Private Attributes

PCToolitsTool
 

Detailed Description

PixelCanvas motion event handler for PCTool.

Synopsis

This class is a simple implementation of a PCMotionEH which passes PixelCanvas motion events on to a single PCTool.

Definition at line 68 of file PCTool.h.

Constructor & Destructor Documentation

casa::PCToolMotEH::PCToolMotEH ( PCTool tool)
virtual casa::PCToolMotEH::~PCToolMotEH ( )
inlinevirtual

Definition at line 71 of file PCTool.h.

Member Function Documentation

virtual void casa::PCToolMotEH::operator() ( const PCMotionEvent eh)
virtual

Default just prints the event to cout.

Reimplemented from casa::PCMotionEH.

Member Data Documentation

PCTool* casa::PCToolMotEH::itsTool
private

Definition at line 74 of file PCTool.h.


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