libwolfram20

◆ hasImage()

bool WASubpod::hasImage ( )

Returns if the subpod contains an image.

Return values
trueThe subpod have an image
falseThe subpod doesn't have any image
74 {
75 return (this->_img != nullptr);
76}
WAImage * _img
Included img block.
Definition: WASubpod.h:41