Uranium
Application Framework
|
Public Member Functions | |
def | __init__ |
def | supportedReadFileTypes (self) |
def | supportedWriteFileTypes (self) |
def | readLocalFile |
def | getSupportedFileTypesWrite (self) |
def | getSupportedFileTypesRead (self) |
def | addReader |
def | addWriter |
def | readerRead |
def | getWriterByMimeType |
def | getWriter |
def | getReaderForFile |
def | getInstance (cls, args, kwargs) |
Static Public Attributes | |
constant | |
Central class for reading and writing meshes. This class is created by Application and handles reading and writing mesh files.
def UM.FileHandler.FileHandler.FileHandler.getSupportedFileTypesWrite | ( | self, | |
List, | |||
Dict, | |||
str, | |||
Union, | |||
str, | |||
int | |||
) |
Get list of all supported filetypes for writing. :return: List of dicts containing id, extension, description and mime_type for all supported file types.