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

« back to all changes in this revision

Viewing changes to qwt-5.1.2/doc/man/man3/QwtPickerPolygonMachine.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 "QwtPickerPolygonMachine" 3 "22 Mar 2009" "Version 5.1.2" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtPickerPolygonMachine \- 
 
6
.SH SYNOPSIS
 
7
.br
 
8
.PP
 
9
Inherits \fBQwtPickerMachine\fP.
 
10
.PP
 
11
.SH "Detailed Description"
 
12
.PP 
 
13
A state machine for polygon selections. 
 
14
 
 
15
Pressing QwtEventPattern::MouseSelect1 or QwtEventPattern::KeySelect1 starts the selection and selects the first point, or appends a point. Pressing QwtEventPattern::MouseSelect2 or QwtEventPattern::KeySelect2 appends the last 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 146 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 QwtPickerPolygonMachine::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 300 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.