| 1582 | } |
| 1583 | |
| 1584 | bool |
| 1585 | ParsedLayerSource::is_wildcard_layer () const |
| 1586 | { |
| 1587 | return (m_special_purpose == SP_None && ! has_name () && m_layer < 0 && m_datatype < 0 && m_layer_index < 0); |
| 1588 | } |
| 1589 | |
| 1590 | bool |
| 1591 | ParsedLayerSource::match (const db::LayerProperties &lp) const |
no test coverage detected