ScriptModule
|
#include <FileInterface.h>
Private 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 class enumerates the different types of stream behaviour the ImageFile can take. An instance of this class is directly accessible through the scripting environment.
You can use it in scriptModule only.
|
private |
< IO types