![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
#include <CAD4FE_HtmlText.h>
Fonctions membres publiques | |
HtmlText_Page () | |
void | operator<< (const std::ostringstream &__os) |
void | Add (std::string __string) |
void | Close () |
virtual std::string | GetHtml () |
void | Show (std::string __filename) |
void | WriteFile (std::string __filename) |
void | Clear () |
![]() | |
operator std::string () | |
Attributs protégés | |
std::string | _html |
Définition à la ligne 51 du fichier CAD4FE_HtmlText.h.
HtmlText_Page::HtmlText_Page | ( | ) |
Définition à la ligne 79 du fichier CAD4FE_HtmlText.cpp.
void HtmlText_Page::Add | ( | std::string | __string | ) |
Définition à la ligne 83 du fichier CAD4FE_HtmlText.cpp.
Références _html.
Référencé par CAD4FE::MCAAHtmlReport::Build(), et CAD4FE::MeshQualityReport::Build().
void HtmlText_Page::Clear | ( | ) |
Définition à la ligne 122 du fichier CAD4FE_HtmlText.cpp.
Références _html.
Référencé par CAD4FE::MCAAHtmlReport::Build().
void HtmlText_Page::Close | ( | ) |
Définition à la ligne 93 du fichier CAD4FE_HtmlText.cpp.
|
virtual |
Réimplémentée à partir de CAD4FE::HtmlText.
Définition à la ligne 97 du fichier CAD4FE_HtmlText.cpp.
Références _html.
void HtmlText_Page::operator<< | ( | const std::ostringstream & | __os | ) |
Définition à la ligne 88 du fichier CAD4FE_HtmlText.cpp.
Références _html.
void HtmlText_Page::Show | ( | std::string | __filename | ) |
Définition à la ligne 103 du fichier CAD4FE_HtmlText.cpp.
Références WriteFile().
Référencé par CAD4FE::MeshQualityReport::Show().
void HtmlText_Page::WriteFile | ( | std::string | __filename | ) |
Définition à la ligne 113 du fichier CAD4FE_HtmlText.cpp.
Références _html.
Référencé par Show().
|
protected |
Définition à la ligne 62 du fichier CAD4FE_HtmlText.h.
Référencé par Add(), Clear(), GetHtml(), operator<<(), et WriteFile().