libwolfram20

◆ getSrc()

std::string WAImage::getSrc ( )

Returning a 'src' attribute of image.

Returns
Address of image
26 {
27 return this->_src;
28}
std::string _src
The exact URL of the image being displayed.
Definition: WAImage.h:41