Package flumotion :: Package component :: Package effects :: Package audioresync :: Module admin_gtk :: Class AudioresyncAdminGtkNode
[hide private]

Class AudioresyncAdminGtkNode

source code

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

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
 
delaySet(self, diff) source code
 
setResyncErrback(self, failure) source code
 
_cb_delay_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 = 'audioresync-delay'
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', 'audioresync', 'audi\
oresync.glade')