File: pqtapi.1

package info (click to toggle)
libqt-perl 3.008-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,212 kB
  • ctags: 1,365
  • sloc: perl: 16,458; sh: 9,686; cpp: 6,711; makefile: 78
file content (40 lines) | stat: -rw-r--r-- 928 bytes parent folder | download | duplicates (3)
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
40
.TH PERLQT 1 "July 31, 2002"
.SH NAME
pqtapi \- PerlQt introspection tool
.SH SYNOPSIS
.B pqtapi
.RI " [ " -r " " <re> " ]  [ " <class> " ]

.SH DESCRIPTION
This manual page documents briefly the
.B pqtapi
command.
.PP
\fBpqtapi\fP is a PerlQt Introspection tool.

For example:
$ pqtapi -ir 'setpoint.* int'
  void QCanvasLine::setPoints(int, int, int, int)
  void QPointArray::setPoint(uint, int, int)

For more information, please see the documentation on the PerlQt website
http://perlqt.sourceforge.net/

.SH OPTIONS
A summary of options is included below.
.TP
.B \-r <re>
Find all functions matching a regular expression/keyword <re>.
.TP
.B \-i
Together with -r, perform a case-insensitive search.
.TP
.B \-v
Display version information.
.TP
.B \-h
Display usage information.

.SH AUTHOR
This manual page was written by Peter Hawkins <peter@hawkins.emu.id.au>,
for the Debian GNU/Linux system (but may be used by others).