Part of vmc.contrib.gtkmvc.support.metaclasses View In Hierarchy
Known subclasses: vmc.contrib.gtkmvc.support.metaclasses.ObservablePropertyGObjectMetaMT, vmc.contrib.gtkmvc.support.metaclasses.ObservablePropertyGObjectMetaMT 0
Method | __init__ | class constructor |
Method | get_setter_source | This must be overrided if you need a different implementation. |
Inherited from PropertyMeta (via ObservablePropertyMeta):
Method | __msg__ | if level is less or equal to VERBOSE_LEVEL, ths message will |
Method | __create_prop_accessors__ | Private method that creates getter and setter, and the |
Method | __create_property | Undocumented |
Method | check_value_change | Checks whether the value of the property changed in type |
Method | create_value | This is used to create a value to be assigned to a |
Method | get_getter_source | This must be overrided if you need a different implementation. |