BufferViewConfigStub

interface BufferViewConfigStub : StatefulSyncableStub

Functions

Link copied to clipboard
open fun addBuffer(buffer: BufferId, pos: Int)
Link copied to clipboard
abstract fun fromVariantMap(properties: QVariantMap)
Link copied to clipboard
open fun hideBuffer(buffer: BufferId)
Link copied to clipboard
open fun moveBuffer(buffer: BufferId, pos: Int)
Link copied to clipboard
open fun removeBuffer(buffer: BufferId)
Link copied to clipboard
open fun requestAddBuffer(buffer: BufferId, pos: Int)
Link copied to clipboard
open fun requestHideBuffer(buffer: BufferId)
Link copied to clipboard
open fun requestMoveBuffer(buffer: BufferId, pos: Int)
Link copied to clipboard
open fun requestRemoveBuffer(buffer: BufferId)
Link copied to clipboard
open fun requestSetBufferViewName(value: String)
Link copied to clipboard
open override fun requestUpdate(properties: QVariantMap)

Replaces all properties of the object with the content of the "properties" parameter. This parameter is in network representation.

Link copied to clipboard
open fun rpc(target: ProtocolSide, function: String, vararg arg: QVariant_)
Link copied to clipboard
open fun setAddNewBuffersAutomatically(value: Boolean)
Link copied to clipboard
open fun setAllowedBufferTypes(value: Int)
Link copied to clipboard
open fun setBufferViewName(value: String)
Link copied to clipboard
open fun setDisableDecoration(value: Boolean)
Link copied to clipboard
open fun setHideInactiveBuffers(value: Boolean)
Link copied to clipboard
open fun setHideInactiveNetworks(value: Boolean)
Link copied to clipboard
open fun setMinimumActivity(value: Int)
Link copied to clipboard
open fun setNetworkId(value: NetworkId)
Link copied to clipboard
open fun setShowSearch(value: Boolean)
Link copied to clipboard
open fun setSortAlphabetically(value: Boolean)
Link copied to clipboard
open fun sync(target: ProtocolSide, function: String, vararg arg: QVariant_)
Link copied to clipboard
abstract fun toVariantMap(): QVariantMap
Link copied to clipboard
open override fun update(properties: QVariantMap)

Replaces all properties of the object with the content of the "properties" parameter. This parameter is in network representation.

Properties

Link copied to clipboard
abstract val className: String
Link copied to clipboard
abstract var initialized: Boolean
Link copied to clipboard
abstract val objectName: String
Link copied to clipboard
abstract val session: Session?

Inheritors

Link copied to clipboard