1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
.TH "QwtPickerDragPointMachine" 3 "16 Nov 2004" "Version 4.2.0" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtPickerDragPointMachine \-
.SH SYNOPSIS
.br
.PP
Inherits \fBQwtPickerMachine\fP.
.PP
.SH "Detailed Description"
.PP
A state machine for point selections.
Pressing QwtEventPattern::MouseSelect1 or QwtEventPattern::KeySelect1 starts the selection, releasing QwtEventPattern::MouseSelect1 or a second press of QwtEventPattern::KeySelect1 terminates it.
.PP
Definition at line 78 of file qwt_picker_machine.h.
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "virtual QValueList< Command > \fBtransition\fP (const \fBQwtEventPattern\fP &, const QEvent *)"
.br
.in -1c
.SH "Member Function Documentation"
.PP
.SS "QValueList< QwtPickerMachine::Command > QwtPickerDragPointMachine::transition (const \fBQwtEventPattern\fP &, const QEvent *)\fC [virtual]\fP"
.PP
Transition.
.PP
Implements \fBQwtPickerMachine\fP.
.PP
Definition at line 81 of file qwt_picker_machine.cpp.
.PP
References QwtEventPattern::keyMatch(), QwtEventPattern::mouseMatch(), QwtPickerMachine::setState(), and QwtPickerMachine::state().
.SH "Author"
.PP
Generated automatically by Doxygen for Qwt User's Guide from the source code.
|