Uranium
Application Framework
UM.Mesh.WriteMeshJob.WriteMeshJob Class Reference

A Job subclass that performs mesh writing. More...

Inheritance diagram for UM.Mesh.WriteMeshJob.WriteMeshJob:
UM.FileHandler.WriteFileJob.WriteFileJob UM.Job.Job

Public Member Functions

def __init__ (self, writer, stream, nodes, mode)
 Creates a new job for writing meshes. More...
 
- Public Member Functions inherited from UM.FileHandler.WriteFileJob.WriteFileJob
def __init__ (self, writer, stream, data, mode)
 Creates a new job for writing. More...
 
def setFileName (self, name)
 
def getFileName (self)
 
def getStream (self)
 
def run (self)
 
- Public Member Functions inherited from UM.Job.Job
def __init__ (self, kwargs)
 Initialize. More...
 
def getDescription (self)
 Get the description for this job. More...
 
def isVisible (self)
 Should this job be shown in the UI. More...
 
def run (self)
 Perform the actual task of this job. More...
 
def getResult (self)
 Get the result of the job. More...
 
def setResult (self, result)
 Set the result of this job. More...
 
def setError (self, error)
 Set an exception that was thrown while the job was being executed. More...
 
def start (self)
 Start the job. More...
 
def cancel (self)
 Cancel the job. More...
 
def isRunning (self)
 Check whether the job is currently running. More...
 
def isFinished (self)
 Check whether the job has finished processing. More...
 
def hasError (self)
 Check whether the Job has encountered an error during execution. More...
 
def getError (self)
 Get the error that was encountered during execution. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from UM.Job.Job
def yieldThread ()
 Utility function that allows us to yield thread processing. More...
 
- Static Public Attributes inherited from UM.Job.Job
 finished = Signal()
 Emitted when the job has finished processing. More...
 
 progress = Signal()
 Emitted when the job processing has progressed. More...
 

Detailed Description

A Job subclass that performs mesh writing.

The result of this Job is a MeshData object.

Constructor & Destructor Documentation

◆ __init__()

def UM.Mesh.WriteMeshJob.WriteMeshJob.__init__ (   self,
  writer,
  stream,
  nodes,
  mode 
)

Creates a new job for writing meshes.

Parameters
writerThe file writer to use, with the correct MIME type.
streamThe output stream to write to.
nodesA collection of nodes to write to the stream.
modeAdditional information to send to the writer, such as whether to write in binary format or in ASCII format.

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