The IO JavaScript global object. Enumerates the different types of stream behaviour the ImageFile can take. More...
Public Types | |
enum | IOTypes { RAW = QIODevice::Unbuffered, READ_ONLY = QIODevice::ReadOnly, WRITE_ONLY = QIODevice::WriteOnly, READ_WRITE = QIODevice::ReadWrite, APPEND = QIODevice::Append, TRUNCATE = QIODevice::Truncate, TRANSLATE = QIODevice::Text } |
< IO types More... | |
The IO JavaScript global object. Enumerates the different types of stream behaviour the ImageFile can take.
The FileIOType class enumerates the different types of stream behaviour the ImageFile can take. An instance of this class is directly accessible through the scripting environment.
enum FileIOType::IOTypes |