BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioHtml.h>
Public Member Functions | |
BioHtml () | |
BioHtml (const string &) | |
~BioHtml () | |
void | setHeading (string txt_, int size=1) |
void | setPageTitle (string title="NULL") |
void | setHyperLink (string txt, string url) |
void | setFile (const string &) |
void | setBold (bool) |
void | setItalic (bool) |
void | setUnderLine (bool) |
void | setFont (string fontName_) |
void | setFontClose () |
void | setAlign (string align_) |
void | setBreakLine () |
void | setFontSize (int size) |
void | setFontSizeClose () |
void | setImage (string img_="NULL", int width=0, int height=0, string alt_="NULL") |
void | setBackgroundColor (string bgColor_) |
void | setFontColor (string fgColor_) |
void | setFontColorClose () |
string | getRGBColor (int r, int g, int b) |
void | addText (string txt_) |
void | setStyleBegin (string fontName_="Verdana", int fontSize=11, string bgcolor_="white", string fgcolor="black", bool bold_=0, bool italic_=0, string align_="LEFT") |
void | setStyleEnd () |
void | setBlockBegin (string fontName_="Verdana", int fontSize=11, string bgcolor_="white", string fgcolor="black", bool bold_=0, bool italic_=0, int width=650, int height=0) |
void | setBlockEnd () |
void | BioHtmlClose () |
void | setTableBegin (string align_="CENTER", int border_=1, int width_=800, int height_=0, string bg_="lightgrey") |
void | setRowBegin () |
void | setRowEnd () |
void | setColumnBegin (int width_=0, int heigt_=0, int mergeRows_=1, int mergeCols_=1) |
void | setColumnEnd () |
void | setColumn (string txt_, int mergeRows_=1, int mergeCols_=1, int width_=0) |
void | setTableEnd () |
void | showGraph (BioData data, int col=0, const string &caption="NULL", bool asItIs_=0) |
void | showGraph (vector< long > vl, vector< string > vst, const string &cap="NULL", bool asItIs_=0) |
void | showGraph (vector< double > vd, vector< string > vst, const string &cap="NULL", bool asItIs_=0) |
void | showGraph (vector< int > vd, vector< string > vst, const string &cap="NULL", bool asItIs_=0) |
void | showGraph (vector< int > vl, const string &cap="NULL", bool asItIs_=0) |
void | showGraph (vector< long > vl, const string &cap="NULL", bool asItIs_=0) |
void | showGraph (vector< double > vd, const string &cap="NULL", bool asItIs_=0) |
void | showMultipleGraphs (vector< BioData > vst, vector< string >, bool asItIs_=0) |
BioHtml::BioHtml | ( | ) |
BioHtml::BioHtml | ( | const string & | ) |
void BioHtml::addText | ( | string | txt_ | ) |
void BioHtml::BioHtmlClose | ( | ) |
string BioHtml::getRGBColor | ( | int | r, |
int | g, | ||
int | b | ||
) |
void BioHtml::setAlign | ( | string | align_ | ) |
void BioHtml::setBackgroundColor | ( | string | bgColor_ | ) |
void BioHtml::setBlockBegin | ( | string | fontName_ = "Verdana" , |
int | fontSize = 11 , |
||
string | bgcolor_ = "white" , |
||
string | fgcolor = "black" , |
||
bool | bold_ = 0 , |
||
bool | italic_ = 0 , |
||
int | width = 650 , |
||
int | height = 0 |
||
) |
void BioHtml::setBlockEnd | ( | ) |
void BioHtml::setBold | ( | bool | ) |
void BioHtml::setBreakLine | ( | ) |
void BioHtml::setColumn | ( | string | txt_, |
int | mergeRows_ = 1 , |
||
int | mergeCols_ = 1 , |
||
int | width_ = 0 |
||
) |
void BioHtml::setColumnBegin | ( | int | width_ = 0 , |
int | heigt_ = 0 , |
||
int | mergeRows_ = 1 , |
||
int | mergeCols_ = 1 |
||
) |
void BioHtml::setColumnEnd | ( | ) |
void BioHtml::setFile | ( | const string & | ) |
void BioHtml::setFont | ( | string | fontName_ | ) |
void BioHtml::setFontClose | ( | ) |
void BioHtml::setFontColor | ( | string | fgColor_ | ) |
void BioHtml::setFontColorClose | ( | ) |
void BioHtml::setFontSize | ( | int | size | ) |
void BioHtml::setFontSizeClose | ( | ) |
void BioHtml::setHeading | ( | string | txt_, |
int | size = 1 |
||
) |
void BioHtml::setHyperLink | ( | string | txt, |
string | url | ||
) |
void BioHtml::setImage | ( | string | img_ = "NULL" , |
int | width = 0 , |
||
int | height = 0 , |
||
string | alt_ = "NULL" |
||
) |
void BioHtml::setItalic | ( | bool | ) |
void BioHtml::setPageTitle | ( | string | title = "NULL" | ) |
void BioHtml::setRowBegin | ( | ) |
void BioHtml::setRowEnd | ( | ) |
void BioHtml::setStyleBegin | ( | string | fontName_ = "Verdana" , |
int | fontSize = 11 , |
||
string | bgcolor_ = "white" , |
||
string | fgcolor = "black" , |
||
bool | bold_ = 0 , |
||
bool | italic_ = 0 , |
||
string | align_ = "LEFT" |
||
) |
void BioHtml::setStyleEnd | ( | ) |
void BioHtml::setTableBegin | ( | string | align_ = "CENTER" , |
int | border_ = 1 , |
||
int | width_ = 800 , |
||
int | height_ = 0 , |
||
string | bg_ = "lightgrey" |
||
) |
void BioHtml::setTableEnd | ( | ) |
void BioHtml::setUnderLine | ( | bool | ) |
void BioHtml::showGraph | ( | BioData | data, |
int | col = 0 , |
||
const string & | caption = "NULL" , |
||
bool | asItIs_ = 0 |
||
) |
void BioHtml::showGraph | ( | vector< long > | vl, |
vector< string > | vst, | ||
const string & | cap = "NULL" , |
||
bool | asItIs_ = 0 |
||
) |
void BioHtml::showGraph | ( | vector< double > | vd, |
vector< string > | vst, | ||
const string & | cap = "NULL" , |
||
bool | asItIs_ = 0 |
||
) |
void BioHtml::showGraph | ( | vector< int > | vd, |
vector< string > | vst, | ||
const string & | cap = "NULL" , |
||
bool | asItIs_ = 0 |
||
) |
void BioHtml::showGraph | ( | vector< int > | vl, |
const string & | cap = "NULL" , |
||
bool | asItIs_ = 0 |
||
) |
void BioHtml::showGraph | ( | vector< long > | vl, |
const string & | cap = "NULL" , |
||
bool | asItIs_ = 0 |
||
) |
void BioHtml::showGraph | ( | vector< double > | vd, |
const string & | cap = "NULL" , |
||
bool | asItIs_ = 0 |
||
) |
void BioHtml::showMultipleGraphs | ( | vector< BioData > | vst, |
vector< string > | , | ||
bool | asItIs_ = 0 |
||
) |