Trees | Indices | Help |
---|
|
extern.log.log.Loggable --+ | object --+ | | | ??.GObject --+ | ComponentList
I present a view on the list of components logged in to the manager.
|
|||
|
|||
|
|||
string |
|
||
flumotion.common.component.AdminComponentState |
|
||
list of strings |
|
||
list of AdminComponentState |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
logCategory =
Implementors can provide a category to log their messages under. |
|||
__gtype__ = <GType flumotion+admin+gtk+componentlist+Component
|
|||
__implemented__ = <implementedBy flumotion.admin.gtk.component
|
|
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Fetches a list of all component names
|
Fetches a list of all component states
|
Get whether the selected components can be deleted. Returns True if all components are sleeping. Also returns False if no components are selected.
|
Update the components view by removing all old components and showing the new ones.
|
Set the mood value on the given component name.
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. For example: >>> from zope.interface import Interface >>> class IFooFactory(Interface): ... pass >>> class IFoo(Interface): ... pass >>> class C(object): ... implements(IFoo) ... classProvides(IFooFactory) >>> [i.getName() for i in C.__provides__] ['IFooFactory'] >>> [i.getName() for i in C().__provides__] ['IFoo']
|
|
__gtype__
|
__implemented__
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 11 21:33:36 2010 | http://epydoc.sourceforge.net |