Css.SupportsQueryList Class Reference
Inheritance diagram for Css.SupportsQueryList:
Css.SupportsQuery

Public Member Functions

 SupportsQueryList (SupportsQuery[] queries)
 Used when listing,supports,queries. More...
 
 SupportsQueryList (ReflowDocument doc, SupportsQuery q)
 Used by JS. More...
 
override bool IsTrue (ReflowDocument document)
 Evaluates this query now. More...
 
override string ToString ()
 
- Public Member Functions inherited from Css.SupportsQuery
 SupportsQuery ()
 
override string ToString ()
 

Public Attributes

SupportsQuery[] Queries
 The underlying set of queries. More...
 
ReflowDocument Document
 The host document (if any). More...
 

Properties

bool matches [get]
 Do they all match? More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Css.SupportsQuery
static SupportsQuery Load (Value value, int start, int endInclusive)
 Loads this supports query from the given CSS value between the given set indices. More...
 

Constructor & Destructor Documentation

Css.SupportsQueryList.SupportsQueryList ( SupportsQuery[]  queries)
inline

Used when listing,supports,queries.

Css.SupportsQueryList.SupportsQueryList ( ReflowDocument  doc,
SupportsQuery  q 
)
inline

Used by JS.

Member Function Documentation

override bool Css.SupportsQueryList.IsTrue ( ReflowDocument  screen)
inlinevirtual

Evaluates this query now.

Reimplemented from Css.SupportsQuery.

override string Css.SupportsQueryList.ToString ( )
inline

Member Data Documentation

ReflowDocument Css.SupportsQueryList.Document

The host document (if any).

SupportsQuery [] Css.SupportsQueryList.Queries

The underlying set of queries.

Property Documentation

bool Css.SupportsQueryList.matches
get

Do they all match?