Script
Private Types | List of all members
SCR_FileIOTypeWrapper Class Reference

#include <fileinterface.h>

Inheritance diagram for SCR_FileIOTypeWrapper:
Inheritance graph
[legend]
Collaboration diagram for SCR_FileIOTypeWrapper:
Collaboration graph
[legend]

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...
 

Detailed Description

The SCR_FileIOTypeWrapper 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.

Member Enumeration Documentation

< IO types

Enumerator:
RAW 

Raw file I/O.

READ_ONLY 

Read only stream.

WRITE_ONLY 

Write only stream.

READ_WRITE 

Read and write stream.

APPEND 

Append to existing stream.

TRUNCATE 

Truncate stream.

TRANSLATE 

Translate stream.


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