Package flumotion :: Package component :: Package effects :: Package deinterlace :: Module admin_gtk :: Class DeinterlaceAdminGtkNode
[hide private]

Class DeinterlaceAdminGtkNode

source code

        extern.log.log.Loggable --+        
                                  |        
base.baseadminnode.BaseAdminGtkNode --+    
                                      |    
    base.effectsnode.EffectAdminGtkNode --+
                                          |
                                         DeinterlaceAdminGtkNode

Instance Methods [hide private]
 
haveWidgetTree(self)
I am called when the widget tree has been gotten from the glade file.
source code
 
setUIState(self, state)
Called by the BaseAdminGtk when it gets the UI state and the GUI is ready.
source code
 
stateSet(self, state, key, value)
Override me
source code
 
modeSet(self, mode) source code
 
methodSet(self, method) source code
 
setModeErrback(self, failure) source code
 
setMethodErrback(self, failure) source code
 
_cb_mode_set(self, widget) source code
 
_cb_method_set(self, widget) source code

Inherited from base.effectsnode.EffectAdminGtkNode: __init__, effectCallRemote

Inherited from base.baseadminnode.BaseAdminGtkNode: addMessage, callRemote, cleanup, createWidget, getWidget, gotUIState, loadGladeFile, render, setDebugEnabled, stateAppend, stateDelitem, stateRemove, stateSetitem, status_pop, status_push

Inherited from extern.log.log.Loggable: __providedBy__, __provides__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  logCategory = 'deinterlace'
Implementors can provide a category to log their messages under.
  gladeFile = os.path.join('flumotion', 'component', 'effects', ...
hash(x)
  uiStateHandlers = None
hash(x)

Inherited from base.baseadminnode.BaseAdminGtkNode: gettextDomain

Inherited from extern.log.log.Loggable: __implemented__

Instance Variables [hide private]

Inherited from base.baseadminnode.BaseAdminGtkNode: widget, wtree

Method Details [hide private]

haveWidgetTree(self)

source code 

I am called when the widget tree has been gotten from the glade file. Responsible for setting self.widget.

Override me to act on it.

Overrides: base.baseadminnode.BaseAdminGtkNode.haveWidgetTree
(inherited documentation)

setUIState(self, state)

source code 

Called by the BaseAdminGtk when it gets the UI state and the GUI is ready. Chain up if you provide your own implementation.

Overrides: base.baseadminnode.BaseAdminGtkNode.setUIState
(inherited documentation)

stateSet(self, state, key, value)

source code 

Override me

Overrides: base.baseadminnode.BaseAdminGtkNode.stateSet
(inherited documentation)

Class Variable Details [hide private]

gladeFile

hash(x)

Value:
os.path.join('flumotion', 'component', 'effects', 'deinterlace', 'dein\
terlace.glade')