![]() |
LeechCraft Monocle
0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
|
Describes a single typical file type. More...
#include "iknowfileextensions.h"
Public Attributes | |
QString | Description_ |
Human-readable description. More... | |
QList< QString > | Extensions_ |
Typically used extensions for the file type. More... | |
Describes a single typical file type.
A single file type may have multiple typical extensions in the wild, thus it contains a list of extensions in the Extensions_ field.
Definition at line 61 of file iknowfileextensions.h.
QString LeechCraft::Monocle::IKnowFileExtensions::ExtInfo::Description_ |
Human-readable description.
For example, "DjVu files".
Definition at line 67 of file iknowfileextensions.h.
QList<QString> LeechCraft::Monocle::IKnowFileExtensions::ExtInfo::Extensions_ |
Typically used extensions for the file type.
For example, for DjVu format this will have djvu and djvu extensions.
Definition at line 74 of file iknowfileextensions.h.