qmethods: Introspect methods and properties

Description Usage Arguments Value Author(s) Examples

Description

There are two types of exposed class members: methods and, for QObject derivatives, properties. These functions return data.frame objects describing methods and properties.

Usage

1
2

Arguments

x

Object of class RQtClass for qmethods, a QObject instance for qproperties

Value

For qmethods: a data.frame with columns for method name, return type name, signature string, and whether the method is static and/or protected.

For qproperties: a data.frame with columns for type name, and whether the property is readable and/or writeble. The property names are stored in the row names.

Author(s)

Michael Lawrence

Examples

1
2
qmethods(Qt$QObject)
qproperties(Qt$QWidget())

ggobi/qtbase documentation built on May 17, 2019, 3:15 a.m.