enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Plugins.Extensions.DVDBurn.Process.BurnTask Class Reference
Inheritance diagram for Plugins.Extensions.DVDBurn.Process.BurnTask:
Components.Task.Task

Public Member Functions

def __init__ (self, job, extra_args=[], tool="growisofs")
 
def prepare (self)
 
def processOutputLine (self, line)
 
def setTool (self, tool)
 
- Public Member Functions inherited from Components.Task.Task
def __init__ (self, job, name)
 
def setCommandline (self, cmd, args)
 
def setCmdline (self, cmdline)
 
def checkPreconditions (self, immediate=False)
 
def run (self, callback)
 
def cleanup (self, failed)
 
def processStdout (self, data)
 
def processStderr (self, data)
 
def processOutput (self, data)
 
def processFinished (self, returncode)
 
def abort (self)
 
def finish (self, aborted=False)
 
def afterRun (self)
 
def writeInput (self, input)
 
def getProgress (self)
 
def setProgress (self, progress)
 

Public Attributes

 weighting
 
 end
 
 error
 
 progress
 
 postconditions
 
 cmd
 
 args
 
- Public Attributes inherited from Components.Task.Task
 name
 
 immediate_preconditions
 
 global_preconditions
 
 postconditions
 
 returncode
 
 initial_input
 
 job
 
 end
 
 weighting
 
 cmd
 
 cwd
 
 args
 
 cmdline
 
 task_progress_changed
 
 output_line
 
 container
 
 callback
 
 appClosed_conn
 
 stdoutAvail_conn
 
 stderrAvail_conn
 

Static Public Attributes

 ERROR_NOTWRITEABLE
 
 ERROR_LOAD
 
 ERROR_SIZE
 
 ERROR_WRITE_FAILED
 
 ERROR_DVDROM
 
 ERROR_ISOFS
 
 ERROR_FILETOOLARGE
 
 ERROR_ISOTOOLARGE
 
 ERROR_MINUSRWBUG
 
 ERROR_UNKNOWN
 

Additional Inherited Members

- Properties inherited from Components.Task.Task
 progress = property(getProgress, setProgress)
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.Extensions.DVDBurn.Process.BurnTask.__init__ (   self,
  job,
  extra_args = [],
  tool = "growisofs" 
)

Member Function Documentation

◆ prepare()

def Plugins.Extensions.DVDBurn.Process.BurnTask.prepare (   self)

Reimplemented from Components.Task.Task.

◆ processOutputLine()

def Plugins.Extensions.DVDBurn.Process.BurnTask.processOutputLine (   self,
  line 
)

Reimplemented from Components.Task.Task.

◆ setTool()

def Plugins.Extensions.DVDBurn.Process.BurnTask.setTool (   self,
  tool 
)

Reimplemented from Components.Task.Task.

Member Data Documentation

◆ args

Plugins.Extensions.DVDBurn.Process.BurnTask.args

◆ cmd

Plugins.Extensions.DVDBurn.Process.BurnTask.cmd

◆ end

Plugins.Extensions.DVDBurn.Process.BurnTask.end

◆ error

Plugins.Extensions.DVDBurn.Process.BurnTask.error

◆ ERROR_DVDROM

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_DVDROM
static

◆ ERROR_FILETOOLARGE

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_FILETOOLARGE
static

◆ ERROR_ISOFS

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_ISOFS
static

◆ ERROR_ISOTOOLARGE

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_ISOTOOLARGE
static

◆ ERROR_LOAD

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_LOAD
static

◆ ERROR_MINUSRWBUG

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_MINUSRWBUG
static

◆ ERROR_NOTWRITEABLE

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_NOTWRITEABLE
static

◆ ERROR_SIZE

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_SIZE
static

◆ ERROR_UNKNOWN

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_UNKNOWN
static

◆ ERROR_WRITE_FAILED

Plugins.Extensions.DVDBurn.Process.BurnTask.ERROR_WRITE_FAILED
static

◆ postconditions

Plugins.Extensions.DVDBurn.Process.BurnTask.postconditions

◆ progress

Plugins.Extensions.DVDBurn.Process.BurnTask.progress

◆ weighting

Plugins.Extensions.DVDBurn.Process.BurnTask.weighting

The documentation for this class was generated from the following file: