aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Base/GemWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/develop/include/Gem/Base/GemWindow.h')
-rw-r--r--Gem/develop/include/Gem/Base/GemWindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gem/develop/include/Gem/Base/GemWindow.h b/Gem/develop/include/Gem/Base/GemWindow.h
index c5105c4..18ad28f 100644
--- a/Gem/develop/include/Gem/Base/GemWindow.h
+++ b/Gem/develop/include/Gem/Base/GemWindow.h
@@ -30,6 +30,7 @@ DESCRIPTION
namespace gem {
class Context;
};
+class GemBase;
class GEM_EXTERN GemWindow : public CPPExtern
{
@@ -86,6 +87,12 @@ class GEM_EXTERN GemWindow : public CPPExtern
*/
static gem::Context*destroyContext(gem::Context*);
+ /*
+ * call stopRendering() of a given objects for all valid contexts
+ * (this will make each context current, call obj->stopRendering and switch back to the original context)
+ */
+ static void stopInAllContexts(GemBase*obj);
+
/* this MUST be called from the derived classes
* as it will eventually establish a new GemContext (if m_context is non-NULL)
* if you want to share GemContext's you MUST call