Part of pida.utils.rat.swp View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
53 | Method | __init__ | @param widget: This is the widget this is observing. |
85 | Method | get_data | Undocumented |
91 | Method | set_data | Undocumented |
99 | Method | get_widget | Undocumented |
107 | Method | _on_destroy | Undocumented |
110 | Method | _on_widget_changed | Undocumented |
117 | Method | _on_storage_changed | Undocumented |
128 | Method | sync_widget | Synchronizes the widget in favour of the gconf key. You must check if |
146 | Method | _check_sync | Undocumented |
156 | Method | sync_storage | Synchronizes the gconf key in favour of the widget. You must check if |
@param widget_getter: The function that gets the widget's data
@param widget_setter: The function that sets the widget's data
@param changed_signal: The name of the signal this observer should be connecting too.
@param storage: The value contained in the data storage
@type storage: IStorage