~ubuntu-branches/ubuntu/oneiric/qwt/oneiric-proposed

« back to all changes in this revision

Viewing changes to qwt-5.0.1/doc/man/man3/QwtPickerClickRectMachine.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2007-10-05 15:20:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071005152041-qmybqh4fj9jejyo2
Tags: 5.0.2-2
* Handle nostrip build option. (Closes: #437877)
* Build libqwt5-doc package in binary-indep target. (Closes: #443110)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "QwtPickerClickRectMachine" 3 "26 Feb 2007" "Version 5.0.1" "Qwt User's Guide" \" -*- nroff -*-
2
 
.ad l
3
 
.nh
4
 
.SH NAME
5
 
QwtPickerClickRectMachine \- 
6
 
.SH SYNOPSIS
7
 
.br
8
 
.PP
9
 
Inherits \fBQwtPickerMachine\fP.
10
 
.PP
11
 
.SH "Detailed Description"
12
 
.PP 
13
 
A state machine for rectangle selections. 
14
 
 
15
 
Pressing QwtEventPattern::MouseSelect1 starts the selection, releasing it selects the first point. Pressing it again selects the second point and terminates the selection. Pressing QwtEventPattern::KeySelect1 also starts the selection, a second press selects the first point. A third one selects the second point and terminates the selection.
16
 
.PP
17
 
\fBSee also:\fP
18
 
.RS 4
19
 
\fBQwtEventPattern::MousePatternCode\fP, \fBQwtEventPattern::KeyPatternCode\fP 
20
 
.RE
21
 
.PP
22
 
 
23
 
.PP
24
 
Definition at line 109 of file qwt_picker_machine.h.
25
 
.SS "Public Member Functions"
26
 
 
27
 
.in +1c
28
 
.ti -1c
29
 
.RI "virtual \fBCommandList\fP \fBtransition\fP (const \fBQwtEventPattern\fP &, const QEvent *)"
30
 
.br
31
 
.in -1c
32
 
.SH "Member Function Documentation"
33
 
.PP 
34
 
.SS "\fBQwtPickerMachine::CommandList\fP QwtPickerClickRectMachine::transition (const \fBQwtEventPattern\fP &, const QEvent *)\fC [virtual]\fP"
35
 
.PP
36
 
Transition. 
37
 
.PP
38
 
Implements \fBQwtPickerMachine\fP.
39
 
.PP
40
 
Definition at line 145 of file qwt_picker_machine.cpp.
41
 
.PP
42
 
References QwtEventPattern::mouseMatch(), QwtPickerMachine::setState(), and QwtPickerMachine::state().
43
 
 
44
 
.SH "Author"
45
 
.PP 
46
 
Generated automatically by Doxygen for Qwt User's Guide from the source code.