API Documentation
|
Data that describes a particular file format and how to use the format with the program. Used especially with IOFactory. More...
#include <FileFormat.h>
Public Member Functions | |
FileFormat (const UUID &id) | |
bool | operator!= (const FileFormat &format) const |
bool | operator== (const FileFormat &format) const |
Static Public Member Functions | |
static FileFormat | InvalidFormat () |
Public Attributes | |
TranslatedString | description |
String | extension |
UUID | file_format_id |
String | icon |
bool | is_ascii = false |
TranslatedString | name |
bool | read_supported = false |
bool | write_supported = false |
Data that describes a particular file format and how to use the format with the program. Used especially with IOFactory.
|
inline |
|
inlinestatic |
|
inline |
|
inline |
TranslatedString description |
String extension |
UUID file_format_id |
String icon |
bool is_ascii = false |
TranslatedString name |
bool read_supported = false |
bool write_supported = false |