![]() |
LeechCraft Monocle 0.6.70-18450-gabe19ee3b0
Modular document viewer for LeechCraft
|
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. | |
Describes the result of check for the possibility of saving.
Definition at line 38 of file isaveabledocument.h.
| bool LC::Monocle::ISaveableDocument::SaveQueryResult::CanSave_ |
Whether the document can be saved.
Definition at line 42 of file isaveabledocument.h.
| 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 50 of file isaveabledocument.h.