/********************************************************************************************************************* * Copyright 2013-2014 Tobii Technology AB. All rights reserved. * Query.hpp *********************************************************************************************************************/ #if !defined(__TOBII_TX_CLIENT_CPPBINDINGS_Query__HPP__) #define __TOBII_TX_CLIENT_CPPBINDINGS_Query__HPP__ /*********************************************************************************************************************/ TX_NAMESPACE_BEGIN /*********************************************************************************************************************/ class Query : public InteractionObject { public: Query(const std::shared_ptr& spContext, TX_HANDLE hQuery); std::shared_ptr GetBounds() const; std::vector GetWindowIds() const; }; /*********************************************************************************************************************/ TX_NAMESPACE_END /*********************************************************************************************************************/ #endif // !defined(__TOBII_TX_CLIENT_CPPBINDINGS_Query__HPP__) /*********************************************************************************************************************/