Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'anim/task.hpp')
-rw-r--r--anim/task.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/anim/task.hpp b/anim/task.hpp
index 8cea0054dd..470d22b1e9 100644
--- a/anim/task.hpp
+++ b/anim/task.hpp
@@ -69,6 +69,10 @@ namespace anim
void Lock();
void Unlock();
+ /// is this animation task animate something,
+ /// which is directly changing visual appearance.
+ virtual bool IsVisual() const;
+
void AddCallback(EState state, TCallback const & cb);
};
}