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

« back to all changes in this revision

Viewing changes to doc/man/man3/QwtPickerDragPointMachine.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2011-06-10 11:22:47 UTC
  • mfrom: (1.1.6 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110610112247-0i1019vvmzaq6p86
Tags: 6.0.0-1
* New upstream release (Closes: #624107):
  - drop Qt3 support. (Closes: #604379, #626868)
* Register documentation with doc-base. (Closes: #626567)
* Drop patches:
  - 01_makefiles.diff
  - 02_add_missing_warnings.diff
  - 03_qwt_branch_pull_r544.diff
* Add qwt_install_paths.patch to fix the hardcoded installation paths.
* Update debian/control:
  - drop libqt3-mt-dev build dependency.
  - bump Standards-Version to 3.9.2 (no changes).
  - drop Qt3 related packages.
  - due to bump soname (and as we dropper Qt3 support):
    - libqwt5-qt4-dev -> libqwt-dev
    - libqwt5-qt4 -> libqwt6
    - libqwt5-doc -> libqwt-doc
* Update debian/copyright file.
* Update debian/rules: drop Qt3 packages support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "QwtPickerDragPointMachine" 3 "Fri Apr 15 2011" "Version 6.0.0" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtPickerDragPointMachine \- 
 
6
.PP
 
7
A state machine for point selections.  
 
8
 
 
9
.SH SYNOPSIS
 
10
.br
 
11
.PP
 
12
.PP
 
13
\fC#include <qwt_picker_machine.h>\fP
 
14
.PP
 
15
Inherits \fBQwtPickerMachine\fP.
 
16
.SS "Public Member Functions"
 
17
 
 
18
.in +1c
 
19
.ti -1c
 
20
.RI "\fBQwtPickerDragPointMachine\fP ()"
 
21
.br
 
22
.ti -1c
 
23
.RI "virtual QList< \fBCommand\fP > \fBtransition\fP (const \fBQwtEventPattern\fP &, const QEvent *)"
 
24
.br
 
25
.in -1c
 
26
.SH "Detailed Description"
 
27
.PP 
 
28
A state machine for point selections. 
 
29
 
 
30
Pressing QwtEventPattern::MouseSelect1 or QwtEventPattern::KeySelect1 starts the selection, releasing QwtEventPattern::MouseSelect1 or a second press of QwtEventPattern::KeySelect1 terminates it. 
 
31
.SH "Constructor & Destructor Documentation"
 
32
.PP 
 
33
.SS "QwtPickerDragPointMachine::QwtPickerDragPointMachine ()"
 
34
.PP
 
35
Constructor. 
 
36
.SH "Member Function Documentation"
 
37
.PP 
 
38
.SS "QList< \fBQwtPickerMachine::Command\fP > QwtPickerDragPointMachine::transition (const \fBQwtEventPattern\fP &eventPattern, const QEvent *e)\fC [virtual]\fP"
 
39
.PP
 
40
Transition. 
 
41
.PP
 
42
Implements \fBQwtPickerMachine\fP.
 
43
 
 
44
.SH "Author"
 
45
.PP 
 
46
Generated automatically by Doxygen for Qwt User's Guide from the source code.