LeechCraft Monocle  0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
LeechCraft::Monocle::ISaveableDocument::SaveQueryResult Struct Reference

Describes the result of check for the possibility of saving. More...

#include "isaveabledocument.h"

Public Attributes

bool CanSave_
 Whether the document can be saved. More...
 
QString Reason_
 Human-readable reason string. More...
 

Detailed Description

Describes the result of check for the possibility of saving.

Definition at line 61 of file isaveabledocument.h.

Member Data Documentation

bool LeechCraft::Monocle::ISaveableDocument::SaveQueryResult::CanSave_

Whether the document can be saved.

Definition at line 65 of file isaveabledocument.h.

QString LeechCraft::Monocle::ISaveableDocument::SaveQueryResult::Reason_

Human-readable reason string.

If the document cannot be saved, this field contains the human-readable string containing the reason why it can't be saved.

Definition at line 73 of file isaveabledocument.h.


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