Uranium
Application Framework
|
Public Member Functions | |
def | __init__ (self, file_name) |
def | run (self) |
![]() | |
None | __init__ (self) |
None | run (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() | |
Protected class that ensures that the mesh for the machine platform is loaded.
def UM.Scene.Platform._LoadPlatformJob.__init__ | ( | self, | |
file_name | |||
) |
Reimplemented from UM.Job.Job.
def UM.Scene.Platform._LoadPlatformJob.run | ( | self | ) |
Perform the actual task of this job. Should be reimplemented by subclasses. :exception NotImplementedError
Reimplemented from UM.Job.Job.