PointPicker Class Reference

Inheritance diagram for PointPicker:

ImagePicker List of all members.

Public Member Functions

 PointPicker (ImageValue *I)
virtual Valuevalue ()
virtual void nextPoint (PointValue point, bool right)

Private Attributes

PointValue point

Detailed Description

Definition at line 5 of file point.cpp.


Constructor & Destructor Documentation

PointPicker::PointPicker ImageValue I  )  [inline]
 

Definition at line 9 of file point.cpp.

00009 : ImagePicker(I) {};


Member Function Documentation

void PointPicker::nextPoint PointValue  point,
bool  right
[virtual]
 

Implements ImagePicker.

Definition at line 68 of file point.cpp.

References point.

00069 {
00070   point=p;
00071   accept();
00072 }

virtual Value* PointPicker::value  )  [inline, virtual]
 

Implements ImagePicker.

Definition at line 10 of file point.cpp.

References point.

Referenced by Runtime::select().

00010 {return new PointValue(point);};


Member Data Documentation

PointValue PointPicker::point [private]
 

Definition at line 7 of file point.cpp.

Referenced by nextPoint(), and value().


The documentation for this class was generated from the following file:
Generated on Mon Jun 5 22:08:43 2006 for iis by  doxygen 1.4.6