DCSSMediaQueries

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

query
auto query(string queryName)
Undocumented in source. Be warned that the author may not have intended to support it.
query
O query(string queryName, string condition)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRule
O removeRule(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRule
O removeRule(string queryName, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
rule
auto rule(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
rule
O rule(string name, string properties)
Undocumented in source. Be warned that the author may not have intended to support it.
rule
O rule(string queryName, string name, string properties)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(string[] queryNames)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_queries
DCSSMediaQuery[string] _queries;
Undocumented in source.

Meta