LeechCraft Monocle  %{LEECHCRAFT_VERSION}
Modular document viewer for LeechCraft
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
LeechCraft::Monocle::DocumentInfo Struct Reference

Document metadata. More...

#include "idocument.h"

Public Attributes

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

Detailed Description

Document metadata.

All fields in this structure can be null.

Definition at line 49 of file idocument.h.

Member Data Documentation

QString LeechCraft::Monocle::DocumentInfo::Author_

The author of the document.

Definition at line 59 of file idocument.h.

QDateTime LeechCraft::Monocle::DocumentInfo::Date_

Date this document was created.

Definition at line 70 of file idocument.h.

QStringList LeechCraft::Monocle::DocumentInfo::Genres_

Genres of this document.

Definition at line 63 of file idocument.h.

QStringList LeechCraft::Monocle::DocumentInfo::Keywords_

Keywords corresponding to this document.

Definition at line 66 of file idocument.h.

QString LeechCraft::Monocle::DocumentInfo::Subject_

The subject line of this document.

Definition at line 56 of file idocument.h.

QString LeechCraft::Monocle::DocumentInfo::Title_

Document title.

Definition at line 53 of file idocument.h.


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