API Documentation
|
#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 | name |
TranslatedString | description |
UUID | file_format_id |
String | extension |
String | icon |
bool | read_supported = false |
bool | write_supported = false |
bool | is_ascii = false |
|
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 |