Package flumotion :: Package component :: Package producers :: Package looper :: Module wizard_gtk :: Class _LoopCommon
[hide private]

Class _LoopCommon

source code

Instance Methods [hide private]
 
__init__(self) source code
 
workerChanged(self, worker) source code
 
setup(self) source code
 
_runChecks(self) source code
 
_runFileCheck(self, location, id) source code
 
_abortScheduledCheck(self) source code
 
_scheduleCheck(self, checkToRun, data, id) source code
 
_clearMessage(self, id) source code
 
_verify(self) source code
 
_showFileSelector(self, response_cb, location) source code
 
_updateFileProperties(self, props) source code
 
on_browse_clicked(self, button) source code
 
on_location_changed(self, entry) source code
Class Variables [hide private]
  icon = 'looper.png'
  componentType = 'filesrc'
  gladeFile = os.path.join(os.path.dirname(os.path.abspath(__fil...
  _mimetype = 'application/ogg'
  _audio_required = True
  _video_required = True
Class Variable Details [hide private]

gladeFile

Value:
os.path.join(os.path.dirname(os.path.abspath(__file__)), 'wizard.glade\
')