LeechCraft Monocle 0.6.70-14794-g33744ae6ce
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
LC::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.
 
QString Reason_
 Human-readable reason string.
 

Detailed Description

Describes the result of check for the possibility of saving.

Definition at line 40 of file isaveabledocument.h.

Member Data Documentation

◆ CanSave_

bool LC::Monocle::ISaveableDocument::SaveQueryResult::CanSave_

Whether the document can be saved.

Definition at line 44 of file isaveabledocument.h.

◆ Reason_

QString LC::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 52 of file isaveabledocument.h.


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