summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h')
-rw-r--r--src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h b/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h
index 674de9f4..13616aee 100644
--- a/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h
+++ b/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h
@@ -96,6 +96,10 @@ public:
// Takes a *relative* path from the document
virtual void InvalidateBuffer(const CFilePath &inSourcePath) = 0;
+ virtual void reloadImageSet(const QSet<QString> &imageSet, bool flipCompressedTextures) = 0;
+
+ virtual void reloadAll(bool flipCompressedTextures) = 0;
+
// Don't send events but just clear everything out. Used on document::close
virtual void Clear() = 0;