toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.theme
/
IDSelector
IDSelector
class
IDSelector
(
val
id
:
String
)
:
Selector
Members
Constructors
IDSelector
Link copied to clipboard
constructor
(
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
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