Sync

data class Sync(className: String, objectName: String, slotName: String, params: QVariantList) : SignalProxyMessage

Sync message, representing an RPC call on a specific object

Constructors

Link copied to clipboard
fun Sync(className: String, objectName: String, slotName: String, params: QVariantList)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val className: String

Type of the specified object

Link copied to clipboard
val objectName: String

Name/ID of the specified object

Link copied to clipboard
val params: QVariantList

Parameters to the function call

Link copied to clipboard
val slotName: String

Name of the function/slot to be called on the object