Package flumotion :: Package component :: Package base :: Module propertiesnode :: Class PropertiesAdminGtkNode
[hide private]

Class PropertiesAdminGtkNode

source code

   extern.log.log.Loggable --+    
                             |    
baseadminnode.BaseAdminGtkNode --+
                                 |
                                PropertiesAdminGtkNode

Instance Methods [hide private]
 
__init__(self, state, admin) source code
 
haveWidgetTree(self)
I am called when the widget tree has been gotten from the glade file.
source code
 
stateSet(self, object, key, value)
Override me
source code
 
_reloadProperties(self, properties) source code

Inherited from baseadminnode.BaseAdminGtkNode: addMessage, callRemote, cleanup, createWidget, getWidget, gotUIState, loadGladeFile, render, setDebugEnabled, setUIState, 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]
  gladeFile = os.path.join('flumotion', 'component', 'base', 'pr...
hash(x)
  uiStateHandlers = None
hash(x)
  _properties = {}

Inherited from baseadminnode.BaseAdminGtkNode: gettextDomain, logCategory

Inherited from extern.log.log.Loggable: __implemented__

Instance Variables [hide private]

Inherited from baseadminnode.BaseAdminGtkNode: widget, wtree

Method Details [hide private]

__init__(self, state, admin)
(Constructor)

source code 
Parameters:
  • state - state of component this is a UI node for
  • admin - the admin model that interfaces with the manager for us
  • title - the (translated) title to show this node with
Overrides: baseadminnode.BaseAdminGtkNode.__init__
(inherited documentation)

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: baseadminnode.BaseAdminGtkNode.haveWidgetTree
(inherited documentation)

stateSet(self, object, key, value)

source code 

Override me

Overrides: baseadminnode.BaseAdminGtkNode.stateSet
(inherited documentation)

Class Variable Details [hide private]

gladeFile

hash(x)

Value:
os.path.join('flumotion', 'component', 'base', 'properties.glade')