QObject: QObject is used to represent C++ Qt objects

Description Public fields Active bindings Methods

Description

QObject is used to represent C++ Qt objects

QObject is used to represent C++ Qt objects

Public fields

objectSignals

List of callbacks that get invoked upon signal emission

propertyCache

Cache of all properties, updated when a notify signal is emitted

id

The name of object.

Active bindings

objectSignals

List of callbacks that get invoked upon signal emission

propertyCache

Cache of all properties, updated when a notify signal is emitted

Methods

Public methods


Method new()

Usage
QObject$new(name, data, webChannel)

Method unwrapQObject()

Usage
QObject$unwrapQObject(response)

Method unwrapProperties()

Usage
QObject$unwrapProperties()

Method propertyUpdate()

Usage
QObject$propertyUpdate(signals, propertyMap)

Method signalEmitted()

Usage
QObject$signalEmitted(signalName, signalArgs)

Method clone()

The objects of this class are cloneable with this method.

Usage
QObject$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


altairwei/rwebchannel documentation built on May 27, 2021, 1:08 p.m.