libwolfram20
|
Wolfram API element. More...
#include <WASubpod.h>
Public Member Functions | |
WASubpod (const WASubpod &old) | |
Copy constructor. More... | |
WASubpod (xml_node<> *subpod) | |
It generates the object with the subpod . More... | |
~WASubpod () | |
Destructor. More... | |
std::string | getTitle () |
Returns a 'title' attribute of subpod. More... | |
std::string | getPlainText () |
Returns a plain-text data, included on subpod. More... | |
WAImage * | getImage () |
Returns the subpod's image. More... | |
bool | hasImage () |
Returns if the subpod contains an image. More... | |
Private Member Functions | |
void | parse (xml_node<> *subpod) |
Parsing the input subpod . More... | |
Private Attributes | |
std::string | _title |
TODO. | |
std::string | _plain |
TODO. | |
WAImage * | _img |
Included img block. | |
Wolfram API element.
It contains information about the pod. More information on Wolfram documentation.