mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #545 CCached allows to query whether a value is saved or not.
This commit is contained in:
@@ -70,6 +70,12 @@ namespace BlackMisc
|
||||
//! Get the timestamp corresponding to the element.
|
||||
qint64 getTimestamp(const Element &element) const;
|
||||
|
||||
//! Get whether this element is already saved to disk.
|
||||
bool isSaved(const Element &element) const;
|
||||
|
||||
//! Get whether this element is currently being saved to disk.
|
||||
bool isSaving(const Element &element) const;
|
||||
|
||||
//! Synchronize with a change caused by another page.
|
||||
//! Connected to signal CValueCache::valuesChanged.
|
||||
//! \param values The new values.
|
||||
|
||||
Reference in New Issue
Block a user