libquassel
0.10.1
libquassel-protocol
/
de.justjanne.libquassel.protocol.syncables.state
/
HighlightRuleManagerState
Highlight
Rule
Manager
State
data
class
HighlightRuleManagerState
(
rules
:
List
<
HighlightRule
>
,
highlightNickType
:
HighlightNickType
,
highlightNickCaseSensitive
:
Boolean
)
Content copied to clipboard
Functions
Properties
Functions
contains
Link copied to clipboard
fun
contains
(
id
:
Int
)
:
Boolean
Content copied to clipboard
count
Link copied to clipboard
fun
count
(
)
:
Int
Content copied to clipboard
index
Of
Link copied to clipboard
fun
indexOf
(
id
:
Int
)
:
Int
Content copied to clipboard
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
match
Link copied to clipboard
fun
match
(
message
:
String
,
sender
:
String
,
type
:
MessageTypes
,
flags
:
MessageFlags
,
bufferName
:
String
,
currentNick
:
String
,
identityNicks
:
List
<
String
>
)
:
Boolean
Content copied to clipboard
Properties
highlightNickCaseSensitive
Link copied to clipboard
val
highlightNickCaseSensitive
:
Boolean
=
false
Content copied to clipboard
highlightNickType
Link copied to clipboard
val
highlightNickType
:
HighlightNickType
Content copied to clipboard
rules
Link copied to clipboard
val
rules
:
List
<
HighlightRule
>
Content copied to clipboard