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

Method onMessage

src/eepp/ui/uitextspan.cpp:357–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357Uint32 UITextSpan::onMessage( const NodeMessage* Msg ) {
358 switch ( Msg->getMsg() ) {
359 case NodeMessage::LayoutAttributeChange: {
360 notifyLayoutAttrChangeParent();
361 return 1;
362 }
363 }
364 return UIWidget::onMessage( Msg );
365}
366
367void UITextSpan::loadFromXmlNode( const pugi::xml_node& node ) {
368 beginAttributesTransaction();

Callers

nothing calls this directly

Calls 4

onMessageFunction · 0.85
getFlagsMethod · 0.80
emptyMethod · 0.45
openURLMethod · 0.45

Tested by

no test coverage detected