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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-04-12 23:25:58 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090412232558-3bl06x785yr8xm8u
Tags: 5.1.2-1
* New upstream release.
* Bump compat/debhelper to 7.
* Bump Standards-Version to 3.8.1. No changes needed.
* Invert Maintainers and Uploaders field.
* Fix lintian warnings:
  - dh_clean _k deprecated.
  - missing dependency on libc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "QwtPickerClickRectMachine" 3 "24 May 2008" "Version 5.1.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::keyMatch(), 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.