Trait cxx_qt_lib::PropertyChangeHandler
source · [−]pub trait PropertyChangeHandler<C, P> {
fn handle_property_change(&mut self, cpp: &mut C, property: P);
}
pub trait PropertyChangeHandler<C, P> {
fn handle_property_change(&mut self, cpp: &mut C, property: P);
}