PERLQT(1)
NAME
pqtapi - PerlQt introspection tool
SYNOPSIS
pqtapi [ -r <re> ] [ <class> ]
DESCRIPTION
This manual page documents briefly the pqtapi command.
pqtapi 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/
OPTIONS
A summary of options is included below.
- -r <re>
- Find all functions matching a regular expression/keyword <re>.
- -i Together with -r, perform a case-insensitive search.
- -v Display version information.
- -h Display usage information.
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).