MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isStructurallyVolatile

Method isStructurallyVolatile

src/eepp/ui/uistyle.cpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool UIStyle::isStructurallyVolatile() const {
186 return mGlobalDefinition && mGlobalDefinition->isStructurallyVolatile();
187}
188
189void UIStyle::reloadFontFamily() {
190 if ( mDefinition && mDefinition->getPropertyIds().contains( (Uint32)PropertyId::FontFamily ) ) {

Calls

no outgoing calls

Tested by

no test coverage detected