IOLink IOL_v1.8.0_release
|
Utility class to check and convert a View into a MultiImagevView. More...
#include <iolink/view/MultiImageViewProvider.h>
Static Public Member Functions | |
static bool | isMultiImage (std::shared_ptr< View > view) noexcept |
Checks if given View is a MultiImageView. | |
static std::shared_ptr< MultiImageView > | toMultiImage (std::shared_ptr< View > view) noexcept |
Extracts the MultiImageView interface from a given generic view. | |
Utility class to check and convert a View into a MultiImagevView.
|
inlinestaticnoexcept |
Extracts the MultiImageView interface from a given generic view.
If the given view is not an MultiImageView, this method will return null.