![]() |
LeechCraft Monocle 0.6.70-17335-ge406ffdcaf
Modular document viewer for LeechCraft
|
Describes a single typical file type. More...
#include "iknowfileextensions.h"
Public Attributes | |
QString | Description_ |
Human-readable description. | |
QList< QString > | Extensions_ |
Typically used extensions for the file type. | |
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 40 of file iknowfileextensions.h.
QString LC::Monocle::IKnowFileExtensions::ExtInfo::Description_ |
Human-readable description.
For example, "DjVu files".
Definition at line 46 of file iknowfileextensions.h.
QList<QString> LC::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 53 of file iknowfileextensions.h.