Part of vmc.contrib.gtkmvc.model_mt View In Hierarchy
Method | __init__ | Undocumented |
Inherited from ModelMT:
Method | register_observer | Undocumented |
Method | unregister_observer | Undocumented |
Method | __notify_observer__ | This makes a call either through the gtk.idle list or a |
Method | __idle_callback | Undocumented |
Inherited from Model (via ModelMT):
Method | register_property | Registers an existing property to be monitored, and sets |
Method | has_property | Returns true if given property name refers an observable |
Method | _reset_property_notification | Called when it has be done an assignment that changes the |
Method | __add_observer_notification | Searches in the observer for any possible listener, and |
Method | __remove_observer_notification | Undocumented |
Method | notify_property_value_change | Undocumented |
Method | notify_method_before_change | Undocumented |
Method | notify_method_after_change | Undocumented |
Method | notify_signal_emit | Undocumented |