![]() |
ImFusion SDK 4.3
|
This is the complete list of members for SelectorElem, including all inherited members.
| attributesObjectSelector(std::pair< std::string, std::string > attr) | SelectorElem | inlinestatic |
| attributesStructureSelector(std::pair< std::string, std::string > attr) | SelectorElem | inlinestatic |
| contentTypeSelector(AnatomicalStructure::ContentType ct) | SelectorElem | inlinestatic |
| m_attributesObject | SelectorElem | |
| m_attributesStructure | SelectorElem | |
| m_ct | SelectorElem | |
| m_identifier | SelectorElem | |
| m_key | SelectorElem | |
| m_pseudoClasses | SelectorElem | |
| match(const std::string &identifier, const Properties &attributesStructure, std::optional< AnatomicalStructure::ContentType > ct, const std::string &key, const Properties &attributesObject, const std::set< std::string > &pseudoClasses) const | SelectorElem | |
| parse(const std::string &str) | SelectorElem | static |
| pseudoClassesSelector(std::set< std::string > classes) | SelectorElem | inlinestatic |
| SelectorElem(std::optional< AnatomicalStructure::ContentType > ct={}, std::optional< std::string > identifier={}, std::optional< std::string > key={}, std::optional< std::pair< std::string, std::string > > attributeStructure=std::nullopt, std::optional< std::pair< std::string, std::string > > attributeObject=std::nullopt, std::set< std::string > pseudoClasses={}) | SelectorElem | explicit |
| str() const | SelectorElem | |
| wildcardSelector() | SelectorElem | inlinestatic |