IgnoreListManager

Functions

Link copied to clipboard
open override fun addIgnoreListItem(type: Int, ignoreRule: String?, isRegEx: Boolean, strictness: Int, scope: Int, scopeRule: String?, isActive: Boolean)
Link copied to clipboard
fun contains(ignoreRule: String?): Boolean
Link copied to clipboard
fun count(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun flow(): Flow<IgnoreListManagerState>
Link copied to clipboard
open override fun fromVariantMap(properties: QVariantMap)
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun indexOf(ignoreRule: String?): Int
Link copied to clipboard
fun isEmpty(): Boolean
Link copied to clipboard
fun match(msgContents: String, msgSender: String, msgType: MessageTypes, network: String, bufferName: String): StrictnessType
Link copied to clipboard
fun removeAt(index: Int)
Link copied to clipboard
open override fun removeIgnoreListItem(ignoreRule: String?)
Link copied to clipboard
open fun requestAddIgnoreListItem(type: Int, ignoreRule: String?, isRegEx: Boolean, strictness: Int, scope: Int, scopeRule: String?, isActive: Boolean)
Link copied to clipboard
open fun requestRemoveIgnoreListItem(ignoreRule: String?)
Link copied to clipboard
open fun requestToggleIgnoreRule(ignoreRule: String?)
Link copied to clipboard
open fun requestUpdate(properties: QVariantMap = toVariantMap())

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 override fun state(): IgnoreListManagerState
Link copied to clipboard
open fun sync(target: ProtocolSide, function: String, vararg arg: QVariant_)
Link copied to clipboard
open override fun toggleIgnoreRule(ignoreRule: String?)
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun toVariantMap(): Map<String, QVariant<Map<String, QVariant<out List<Any>>>>>
Link copied to clipboard
open 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
open override val className: String
Link copied to clipboard
override var initialized: Boolean
Link copied to clipboard
override var objectName: String
Link copied to clipboard
open override var session: Session?