Trees | Index | Help |
---|
Package flumotion :: Package component :: Package base :: Module admin_gtk :: Class EffectAdminGtkNode |
|
Loggable
--+ |BaseAdminGtkNode
--+ | EffectAdminGtkNode
Method Summary | |
---|---|
| |
effectCallRemote(self,
methodName,
*args,
**kwargs)
| |
Inherited from BaseAdminGtkNode | |
| |
Create a new widget instance from the glade file. | |
Get the value of the given property of the element with the given name. | |
| |
| |
I am called when the widget tree has been gotten from the glade file. | |
Returns: a deferred returning the widget tree from the glade file. | |
I am meant to be overridden. | |
| |
| |
Set the given property on the element with the given name. | |
Called by the BaseAdminGtk when it gets the UI state and the GUI is ready. | |
Override me | |
Override me | |
Override me | |
Override me | |
Override me | |
| |
| |
Inherited from Loggable | |
Log a debug message. | |
dict |
Log a message at the given level, with the possibility of going higher up in the stack. |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. |
Instance Variable Summary | |
---|---|
Inherited from BaseAdminGtkNode | |
gtk.Widget |
widget : the main widget representing this node |
wtree : the widget tree representation for this node |
Class Variable Summary | |
---|---|
Inherited from BaseAdminGtkNode | |
Implements |
__implemented__ = <implementedBy flumotion.component.bas...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
str |
gettext_domain = 'flumotion'
|
NoneType |
glade_file = None |
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from Loggable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Method Details |
---|
__init__(self,
state,
admin,
effectName,
title=None)
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri May 18 09:35:48 2007 | http://epydoc.sf.net |