Uranium
Application Framework
|
Public Member Functions | |
None | __init__ (self, str filename, Optional[FileHandler] handler=None, bool add_to_recent_files=True) |
def | getFileName (self) |
def | getAddToRecentFiles (self) |
None | run (self) |
![]() | |
None | __init__ (self) |
def | getMessage (self) |
None | setMessage (self, message) |
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) |
Additional Inherited Members | |
![]() | |
None | yieldThread () |
![]() | |
finished = Signal() | |
progress = Signal() | |
A Job subclass that performs file loading.
None UM.FileHandler.ReadFileJob.ReadFileJob.run | ( | self | ) |
Perform the actual task of this job. Should be reimplemented by subclasses. :exception NotImplementedError
Reimplemented from UM.Job.Job.
Reimplemented in UM.Mesh.ReadMeshJob.ReadMeshJob.