LeechCraft Monocle 0.6.70-14794-g33744ae6ce
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
LC::Monocle::DocumentInfo Struct Reference

Document metadata. More...

#include "idocument.h"

Public Attributes

QString Title_
 Document title.
 
QString Subject_
 The subject line of this document.
 
QString Description_
 Description of the document.
 
QString Author_
 The author of the document.
 
QStringList Genres_
 Genres of this document.
 
QStringList Keywords_
 Keywords corresponding to this document.
 
QDateTime Date_
 Date this document was created.
 

Detailed Description

Document metadata.

All fields in this structure can be null.

Definition at line 31 of file idocument.h.

Member Data Documentation

◆ Author_

QString LC::Monocle::DocumentInfo::Author_

The author of the document.

Definition at line 44 of file idocument.h.

◆ Date_

QDateTime LC::Monocle::DocumentInfo::Date_

Date this document was created.

Definition at line 55 of file idocument.h.

◆ Description_

QString LC::Monocle::DocumentInfo::Description_

Description of the document.

Definition at line 41 of file idocument.h.

◆ Genres_

QStringList LC::Monocle::DocumentInfo::Genres_

Genres of this document.

Definition at line 48 of file idocument.h.

◆ Keywords_

QStringList LC::Monocle::DocumentInfo::Keywords_

Keywords corresponding to this document.

Definition at line 51 of file idocument.h.

◆ Subject_

QString LC::Monocle::DocumentInfo::Subject_

The subject line of this document.

Definition at line 38 of file idocument.h.

◆ Title_

QString LC::Monocle::DocumentInfo::Title_

Document title.

Definition at line 35 of file idocument.h.


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