Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
UM.Mesh.ReadMeshJob.ReadMeshJob Class Reference

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

Inheritance diagram for UM.Mesh.ReadMeshJob.ReadMeshJob:
UM.FileHandler.ReadFileJob.ReadFileJob UM.Job.Job

Public Member Functions

def __init__
 
def run
 
- Public Member Functions inherited from UM.FileHandler.ReadFileJob.ReadFileJob
def __init__
 
def getFileName
 
def run
 
- Public Member Functions inherited from UM.Job.Job
def __init__
 Initialize. More...
 
def getDescription
 Get the description for this job. More...
 
def isVisible
 Should this job be shown in the UI. More...
 
def run
 Perform the actual task of this job. More...
 
def getResult
 Get the result of the job. More...
 
def setResult
 Set the result of this job. More...
 
def setError
 Set an exception that was thrown while the job was being executed. More...
 
def start
 Start the job. More...
 
def cancel
 Cancel the job. More...
 
def isRunning
 Check whether the job is currently running. More...
 
def isFinished
 Check whether the job has finished processing. More...
 
def hasError
 Check whether the Job has encountered an error during execution. More...
 
def getError
 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
tuple finished = Signal()
 Emitted when the job has finished processing. More...
 
tuple progress = Signal()
 Emitted when the job processing has progressed. More...
 

Detailed Description

A Job subclass that performs mesh loading.

The result of this Job is a MeshData object.


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