Class FileOperationType
source code
File type function file operations (capabilities).
The difference between save and export is that save is supposed to
create a file containing fairly complete representation of the container,
while export is the possibility to write some information to given file
type. Generally only native file format module implements
FILE_OPERATION_SAVE
, all others implement
FILE_OPERATION_EXPORT
.
Note:
All the enumerated values are defined at the module level,
not the class level. The are just groupped by class here
for easier orientation.
|
FILE_OPERATION_DETECT
Posibility to detect files are of this file type,
|
|
FILE_OPERATION_EXPORT
Posibility to export files of this type.
|
|
FILE_OPERATION_LOAD
Posibility to load files of this type.
|
|
FILE_OPERATION_MASK
The mask for all the flags.
|
|
FILE_OPERATION_SAVE
Posibility to save files of this type.
|