libwolfram20
WASubpod Class Reference

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...
 
WAImagegetImage ()
 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.
 

Detailed Description

Wolfram API element.

It contains information about the pod. More information on Wolfram documentation.


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