From 72c46bdd7f5d430ab1ad1d420ed77c7f22df857a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 30 Sep 2017 15:01:35 +0200 Subject: rename --- Tobii EyeX/include/eyex-cpp/StateBag.hpp | 44 -------------------------------- 1 file changed, 44 deletions(-) delete mode 100755 Tobii EyeX/include/eyex-cpp/StateBag.hpp (limited to 'Tobii EyeX/include/eyex-cpp/StateBag.hpp') diff --git a/Tobii EyeX/include/eyex-cpp/StateBag.hpp b/Tobii EyeX/include/eyex-cpp/StateBag.hpp deleted file mode 100755 index 3b663ba..0000000 --- a/Tobii EyeX/include/eyex-cpp/StateBag.hpp +++ /dev/null @@ -1,44 +0,0 @@ -/********************************************************************************************************************* - * Copyright 2013-2014 Tobii Technology AB. All rights reserved. - * StateBag.hpp - *********************************************************************************************************************/ - -#if !defined(__TOBII_TX_CLIENT_CPPBINDINGS_STATEBAG__HPP__) -#define __TOBII_TX_CLIENT_CPPBINDINGS_STATEBAG__HPP__ - -/*********************************************************************************************************************/ - -TX_NAMESPACE_BEGIN - -/*********************************************************************************************************************/ - -class StateBag : - public InteractionObject -{ -public: - StateBag(const std::shared_ptr& spContext, TX_HANDLE hBag); - - std::string GetStatePath() const; - - template - bool TryGetStateValue(TValue* pValue, const std::string& valuePath) const; - - template - void SetStateValue(const std::string& valuePath, const TValue& value); - - void SetAsync(AsyncDataHandler fnCompletion = nullptr); - -private: - bool TryGetPropertyForStateValue(std::shared_ptr* pspProperty, const std::string& valuePath, bool createIfNotExists) const; -}; - -/*********************************************************************************************************************/ - -TX_NAMESPACE_END - -/*********************************************************************************************************************/ - - -#endif // !defined(__TOBII_TX_CLIENT_CPPBINDINGS_STATEBAG__HPP__) - -/*********************************************************************************************************************/ -- cgit v1.2.3