MCPcopy Create free account
hub / github.com/AccessKit/accesskit / notify_changes

Method notify_changes

platforms/atspi-common/src/node.rs:538–548  ·  view source on GitHub ↗
(
        &self,
        window_bounds: &WindowBounds,
        adapter: &Adapter,
        old: &NodeWrapper<'_>,
    )

Source from the content-addressed store, hash-verified

536 }
537
538 pub(crate) fn notify_changes(
539 &self,
540 window_bounds: &WindowBounds,
541 adapter: &Adapter,
542 old: &NodeWrapper<'_>,
543 ) {
544 self.notify_state_changes(adapter, old);
545 self.notify_property_changes(adapter, old);
546 self.notify_bounds_changes(window_bounds, adapter, old);
547 self.notify_children_changes(adapter, old);
548 }
549
550 fn notify_state_changes(&self, adapter: &Adapter, old: &NodeWrapper<'_>) {
551 let old_state = old.state(true);

Callers 1

node_updatedMethod · 0.80

Calls 4

notify_state_changesMethod · 0.80
notify_bounds_changesMethod · 0.80

Tested by

no test coverage detected