Uranium
Application Framework
|
A Job subclass that performs mesh loading. More...
Public Member Functions | |
def | __init__ (self, filename) |
def | run (self) |
![]() | |
def | __init__ (self, filename, handler=None) |
def | getFileName (self) |
def | run (self) |
![]() | |
def | __init__ (self) |
def | run (self) |
Perform the actual task of this job. More... | |
def | getMessage (self) |
def | setMessage |
def | getResult (self) |
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 (self) |
Start the job. More... | |
def | cancel (self) |
Cancel the job. More... | |
def | isRunning (self) |
Check whether the job is currently running. More... | |
def | isFinished (self) |
Check whether the job has finished processing. More... | |
def | hasError (self) |
Check whether the Job has encountered an error during execution. More... | |
def | getError (self) |
Get the error that was encountered during execution. More... | |
Additional Inherited Members | |
![]() | |
def | yieldThread () |
Utility function that allows us to yield thread processing. More... | |
![]() | |
finished = Signal() | |
Emitted when the job has finished processing. More... | |
progress = Signal() | |
Emitted when the job processing has progressed. More... | |
A Job subclass that performs mesh loading.
The result of this Job is a MeshData object.