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