Uranium
Application Framework
Loading...
Searching...
No Matches
UM.Scene.Platform._LoadPlatformJob Class Reference
Inheritance diagram for UM.Scene.Platform._LoadPlatformJob:
UM.Job.Job

Public Member Functions

def __init__ (self, file_name)
 
def run (self)
 
- Public Member Functions inherited from UM.Job.Job
None __init__ (self)
 
None run (self)
 
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

 _file_name
 
 _mesh_handler
 
- 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
Signal finished = Signal()
 
Signal progress = Signal()
 

Detailed Description

Protected class that ensures that the mesh for the machine platform is loaded.

Constructor & Destructor Documentation

◆ __init__()

def UM.Scene.Platform._LoadPlatformJob.__init__ (   self,
  file_name 
)

Reimplemented from UM.Job.Job.

Member Function Documentation

◆ run()

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.


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