IOLink  IOL_v1.6.1_release
iolink::MultiImageViewProvider Class Reference

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< MultiImageViewtoMultiImage (std::shared_ptr< View > view) noexcept
 Extracts the MultiImageView interface from a given generic view. More...
 

Detailed Description

Utility class to check and convert a View into a MultiImagevView.

Member Function Documentation

◆ toMultiImage()

static std::shared_ptr<MultiImageView> iolink::MultiImageViewProvider::toMultiImage ( std::shared_ptr< View view)
inlinestaticnoexcept

Extracts the MultiImageView interface from a given generic view.

If the given view is not an MultiImageView, this method will return null.


The documentation for this class was generated from the following file: