.TH "QwtPickerClickPointMachine" 3 "Mon Aug 1 2011" "Version 5.2.2" "Qwt User's Guide" \" -*- nroff -*- .ad l .nh .SH NAME QwtPickerClickPointMachine \- .PP A state machine for point selections. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBQwtPickerMachine\fP. .SS "Public Types" .in +1c .ti -1c .RI "enum \fBCommand\fP { \fBBegin\fP, \fBAppend\fP, \fBMove\fP, \fBEnd\fP }" .br .ti -1c .RI "typedef QList< \fBCommand\fP > \fBCommandList\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "void \fBreset\fP ()" .br .ti -1c .RI "void \fBsetState\fP (int)" .br .ti -1c .RI "int \fBstate\fP () const " .br .ti -1c .RI "virtual CommandList \fBtransition\fP (const \fBQwtEventPattern\fP &, const QEvent *)" .br .in -1c .SH "Detailed Description" .PP A state machine for point selections. Pressing QwtEventPattern::MouseSelect1 or QwtEventPattern::KeySelect1 selects a point. .PP \fBSee also:\fP .RS 4 \fBQwtEventPattern::MousePatternCode\fP, \fBQwtEventPattern::KeyPatternCode\fP .RE .PP .SH "Member Enumeration Documentation" .PP .SS "enum \fBQwtPickerMachine::Command\fP\fC [inherited]\fP" .PP Commands - the output of the state machine. .SH "Member Function Documentation" .PP .SS "void QwtPickerMachine::reset ()\fC [inherited]\fP" .PP Set the current state to 0. .SS "void QwtPickerMachine::setState (intstate)\fC [inherited]\fP" .PP Change the current state. .SS "int QwtPickerMachine::state () const\fC [inherited]\fP" .PP Return the current state. .SS "QwtPickerMachine::CommandList QwtPickerClickPointMachine::transition (const \fBQwtEventPattern\fP &eventPattern, const QEvent *e)\fC [virtual]\fP" .PP Transition. .PP Implements \fBQwtPickerMachine\fP. .SH "Author" .PP Generated automatically by Doxygen for Qwt User's Guide from the source code.