![]() |
OTX-Runtime for C++
|
|
This is the complete list of members for OpenTestSystem::Otx::Runtime::Api::Custom::ICustomScreenImplementation, including all inherited members.
CloseAll(std::shared_ptr< IRuntimeContext > runtimeContext)=0 | OpenTestSystem::Otx::Runtime::Api::Custom::ICustomScreenImplementation | pure virtual |
CloseScreen(std::shared_ptr< CustomScreenImplementation::IScreenHandle > screen)=0 | OpenTestSystem::Otx::Runtime::Api::Custom::ICustomScreenImplementation | pure virtual |
HighlightScreen(std::shared_ptr< CustomScreenImplementation::IScreenHandle > screen)=0 | OpenTestSystem::Otx::Runtime::Api::Custom::ICustomScreenImplementation | pure virtual |
OpenScreen(std::shared_ptr< IRuntimeContext > runtimeContext, std::shared_ptr< CustomScreenImplementation::IScreenHandle > screen, std::vector< std::shared_ptr< CustomScreenImplementation::IScreenParameter >> parameters, bool modal)=0 | OpenTestSystem::Otx::Runtime::Api::Custom::ICustomScreenImplementation | pure virtual |
ScreenIsOpen(std::shared_ptr< CustomScreenImplementation::IScreenHandle > screen)=0 | OpenTestSystem::Otx::Runtime::Api::Custom::ICustomScreenImplementation | pure virtual |
UpdateScreenParameterValues(std::shared_ptr< CustomScreenImplementation::IScreenHandle > screen, std::vector< std::string > parameterNames, std::shared_ptr< DataTypes::Object > value)=0 | OpenTestSystem::Otx::Runtime::Api::Custom::ICustomScreenImplementation | pure virtual |