Uranium
Application Framework
Loading...
Searching...
No Matches
UM.Mesh.ReadMeshJob.ReadMeshJob Class Reference
Inheritance diagram for UM.Mesh.ReadMeshJob.ReadMeshJob:
UM.FileHandler.ReadFileJob.ReadFileJob UM.Job.Job

Public Member Functions

None __init__ (self, *args, **kwargs)
 
 run (self)
 
- Public Member Functions inherited from UM.FileHandler.ReadFileJob.ReadFileJob
 getFileName (self)
 
 getAddToRecentFiles (self)
 
- Public Member Functions inherited from UM.Job.Job
Any getResult (self)
 
None setResult (self, Any result)
 
None setError (self, Exception error)
 
None start (self)
 
None cancel (self)
 
bool isRunning (self)
 
bool isFinished (self)
 
bool hasError (self)
 
Optional[Exception] getError (self)
 

Protected Attributes

 _application
 
 _handler
 
 _add_to_recent_files
 
 _result
 
- Protected Attributes inherited from UM.FileHandler.ReadFileJob.ReadFileJob
 _filename
 
 _handler
 
 _loading_message
 
 _add_to_recent_files
 
- Protected Attributes inherited from UM.Job.Job
 _running
 
 _finished
 
 _result
 
 _message
 
 _error
 

Additional Inherited Members

- Static Public Member Functions inherited from UM.Job.Job
None yieldThread ()
 
- Static Public Attributes inherited from UM.Job.Job
 finished = Signal()
 
 progress = Signal()
 

Detailed Description

A Job subclass that performs mesh loading.

The result of this Job is a MeshData object.

Constructor & Destructor Documentation

◆ __init__()

None UM.Mesh.ReadMeshJob.ReadMeshJob.__init__ ( self,
* args,
** kwargs )

Member Function Documentation

◆ run()

UM.Mesh.ReadMeshJob.ReadMeshJob.run ( self)
Perform the actual task of this job. Should be reimplemented by subclasses.

:exception NotImplementedError

Reimplemented from UM.FileHandler.ReadFileJob.ReadFileJob.


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