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.