Inheritance diagram for PointPicker:
Public Member Functions | |
PointPicker (ImageValue *I) | |
virtual Value * | value () |
virtual void | nextPoint (PointValue point, bool right) |
Private Attributes | |
PointValue | point |
Definition at line 5 of file point.cpp.
|
Definition at line 9 of file point.cpp. 00009 : ImagePicker(I) {};
|
|
Implements ImagePicker. Definition at line 68 of file point.cpp. References point. 00069 { 00070 point=p; 00071 accept(); 00072 }
|
|
Implements ImagePicker. Definition at line 10 of file point.cpp. References point. Referenced by Runtime::select(). 00010 {return new PointValue(point);};
|
|
Definition at line 7 of file point.cpp. Referenced by nextPoint(), and value(). |