toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.theme
/
PseudoStyleSelector
Pseudo
Style
Selector
class
PseudoStyleSelector
(
val
pseudoStyle
:
String
)
:
Selector
Members
Constructors
Pseudo
Style
Selector
Link copied to clipboard
constructor
(
pseudoStyle
:
String
)
Properties
pseudo
Style
Link copied to clipboard
val
pseudoStyle
:
String
Functions
always
Matches
Link copied to clipboard
open
override
fun
alwaysMatches
(
node
:
Node
)
:
Boolean
Does
node
match, regardless of pseudoStyles?
could
Match
Link copied to clipboard
open
override
fun
couldMatch
(
node
:
Node
)
:
Boolean
Could
node
match, if pseudoStyles matched?
matches
Link copied to clipboard
open
override
fun
matches
(
node
:
Node
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String