Trees | Index | Help |
---|
Package flumotion :: Package component :: Module feedcomponent :: Class Effect |
|
Loggable
--+
|
Effect
Method Summary | |
---|---|
| |
FeedComponent
|
Get the component owning this effect. |
Set the given component as the effect's owner. | |
Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. |
Instance Variable Summary | |
---|---|
FeedComponent |
component : component owning the effect |
string | name : name of the effect |
Class Variable Summary | |
---|---|
str |
logCategory : Implementors can provide a category to log their messages under. |
Method Details |
---|
__init__(self,
name)
|
getComponent(self)Get the component owning this effect.
|
setComponent(self, component)Set the given component as the effect's owner.
|
Instance Variable Details |
---|
componentcomponent owning the effect
|
namename of the effect
|
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:22:59 2005 | http://epydoc.sf.net |