Base class for all RemoteCaches of explorer.Explorer cachables.
Meaning that when an Explorer comes back over the wire, one of
these is created. From this, you can make a Visage for the
SpelunkDisplay, or a widget to display as an Attribute.
Methods
|
|
give_attributes
give_properties
newAttributeWidget
newVisage
requestState
|
|
give_attributes
|
give_attributes ( self, spelunker )
|
|
give_properties
|
give_properties ( self, spelunker )
Give a spelunker my properties in an ordered list.
|
|
newAttributeWidget
|
newAttributeWidget ( self, group )
Make a new attribute item for my object.
Returns a gtk.Widget.
|
|
newVisage
|
newVisage (
self,
group,
canvas=None,
)
Make a new visage for the object I explore.
Returns a Visage.
|
|
requestState
|
requestState ( self )
|
|