![]() |
LeechCraft Monocle
0.6.70-13729-g7046a9d2a7
Modular document viewer for LeechCraft
|
Document metadata. More...
#include "idocument.h"
Public Attributes | |
| QString | Title_ |
| Document title. More... | |
| QString | Subject_ |
| The subject line of this document. More... | |
| QString | Description_ |
| Description of the 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... | |
Document metadata.
All fields in this structure can be null.
Definition at line 52 of file idocument.h.
| QString LC::Monocle::DocumentInfo::Author_ |
The author of the document.
Definition at line 65 of file idocument.h.
| QDateTime LC::Monocle::DocumentInfo::Date_ |
Date this document was created.
Definition at line 76 of file idocument.h.
| QString LC::Monocle::DocumentInfo::Description_ |
Description of the document.
Definition at line 62 of file idocument.h.
| QStringList LC::Monocle::DocumentInfo::Genres_ |
Genres of this document.
Definition at line 69 of file idocument.h.
| QStringList LC::Monocle::DocumentInfo::Keywords_ |
Keywords corresponding to this document.
Definition at line 72 of file idocument.h.
| QString LC::Monocle::DocumentInfo::Subject_ |
The subject line of this document.
Definition at line 59 of file idocument.h.
| QString LC::Monocle::DocumentInfo::Title_ |
Document title.
Definition at line 56 of file idocument.h.