LeechCraft Monocle 0.6.70-16373-g319c272718
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
LC::Monocle::IKnowFileExtensions::ExtInfo Struct Reference

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.
 

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 40 of file iknowfileextensions.h.

Member Data Documentation

◆ Description_

QString LC::Monocle::IKnowFileExtensions::ExtInfo::Description_

Human-readable description.

For example, "DjVu files".

Definition at line 46 of file iknowfileextensions.h.

◆ Extensions_

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.


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