qtbase (version 1.1.0)

RQtLibrary: Library object

Description

Every library bound by Smoke is represented by a top-level library object, which is an environment containing an RQtClass object for each class defined by the library.

Arguments

Details

Since RQtLibrary is essentially a plain old environment object, the conventional environment API behaves as expected. List the names of the available classes with ls and retrieve a definition with $ or get, for example.

See Also

RQtClass, which describes a class

Examples

Run this code
ls(Qt)
Qt$QWidget

Run the code above in your browser using DataLab