Module GnomeMagDevice :: Class PropertyBagProxy
[hide private]
[frames] | no frames]

Class PropertyBagProxy

source code

object --+
         |
        PropertyBagProxy

Proxy class for bonobo.PropertyBag that provides a dictionary interface for the propery bag. In addition it also converts (x, y, w, h) tuples to GNOME.Magnifier.RectBounds and (r, g, b) tuples to 0xrrggbb.

Instance Methods [hide private]
 
__init__(self, property_bag)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__len__(self) source code
 
__getitem__(self, key) source code
 
__setitem__(self, key, value) source code
 
__iter__(self) source code
 
iterkeys(self) source code
 
itervalues(self) source code
 
keys(self) source code
 
values(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]
bonobo.PropertyBag _property_bag
Last style object to be applied to output
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, property_bag)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)