HighlightRuleManagerStub

interface HighlightRuleManagerStub : StatefulSyncableStub

Functions

Link copied to clipboard
open fun addHighlightRule(id: Int, content: String?, isRegEx: Boolean, isCaseSensitive: Boolean, isEnabled: Boolean, isInverse: Boolean, sender: String?, channel: String?)
Link copied to clipboard
abstract fun fromVariantMap(properties: QVariantMap)
Link copied to clipboard
open fun removeHighlightRule(highlightRule: Int)
Link copied to clipboard
open fun requestAddHighlightRule(id: Int, content: String?, isRegEx: Boolean, isCaseSensitive: Boolean, isEnabled: Boolean, isInverse: Boolean, sender: String?, channel: String?)
Link copied to clipboard
open fun requestRemoveHighlightRule(highlightRule: Int)
Link copied to clipboard
open fun requestSetHighlightNick(highlightNick: Int)
Link copied to clipboard
open fun requestSetNicksCaseSensitive(nicksCaseSensitive: Boolean)
Link copied to clipboard
open fun requestToggleHighlightRule(highlightRule: Int)
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 setHighlightNick(highlightNick: Int)
Link copied to clipboard
open fun setNicksCaseSensitive(nicksCaseSensitive: Boolean)
Link copied to clipboard
open fun sync(target: ProtocolSide, function: String, vararg arg: QVariant_)
Link copied to clipboard
open fun toggleHighlightRule(highlightRule: Int)
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