Scroll to navigation

RBQTAPI(1) General Commands Manual RBQTAPI(1)

NAME

rbqtapi - a qtruby introspection tool

SYNOPSIS

rbqtapi [options] [-r re] [class]

DESCRIPTION

rbqtapi can be used to check which Qt functions are known to qt4-qtruby. Without arguments, it lists all the function known. An argument is interpreted as a class name whose methods are displayed. You can also specify a regular expression to search for functions with the -r option.

OPTIONS

find all functions matching regular expression/keyword re.

together with -r, performs a case insensitive search.

display also inherited methods for class.

print qtruby and Qt versions

prints a short help message.

AUTHOR

rbqtapi was written by Germain Garand.

This manual page was written by Vincent Fourmond for the Debian project, but may be used by others.

October 2006 Qt4-qtruby from kdebindings 4.1 branch