libwolfram20
◆
WASubpod()
[1/2]
WASubpod::WASubpod
(
const
WASubpod
&
old
)
Copy constructor.
Parameters
[in]
old
Object to copy
17
{
18
this->
_title
= old.
_title
;
19
this->
_plain
= old.
_plain
;
20
this->
_img
=
nullptr
;
21
if
(old.
_img
!=
nullptr
) this->
_img
=
new
WAImage
(*old.
_img
);
22
}
WAImage
Wolfram API image.
Definition:
WAImage.h:24
WASubpod::_img
WAImage * _img
Included img block.
Definition:
WASubpod.h:41
WASubpod::_title
std::string _title
TODO.
Definition:
WASubpod.h:39
WASubpod::_plain
std::string _plain
TODO.
Definition:
WASubpod.h:40
WASubpod
Generated by
1.9.2