LeechCraft Monocle  0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
LeechCraft::Monocle::IKnowFileExtensions::ExtInfo Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: