![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
#include <CAD4FE_HtmlText.h>
Fonctions membres publiques | |
HtmlText_Table (std::vector< std::string > &__head) | |
HtmlText_Table (std::vector< std::string > &__head, std::vector< std::vector< std::string > > &__rows) | |
void | AddRow (std::vector< std::string > &__row) |
void | Close () |
virtual std::string | GetHtml () |
![]() | |
operator std::string () | |
Attributs protégés | |
std::string | _nbCols |
std::vector< std::string > | _head |
std::vector< std::vector< std::string > > | _rows |
Définition à la ligne 38 du fichier CAD4FE_HtmlText.h.
HtmlText_Table::HtmlText_Table | ( | std::vector< std::string > & | __head | ) |
Définition à la ligne 43 du fichier CAD4FE_HtmlText.cpp.
Références _head.
HtmlText_Table::HtmlText_Table | ( | std::vector< std::string > & | __head, |
std::vector< std::vector< std::string > > & | __rows | ||
) |
Définition à la ligne 48 du fichier CAD4FE_HtmlText.cpp.
void HtmlText_Table::AddRow | ( | std::vector< std::string > & | __row | ) |
Définition à la ligne 54 du fichier CAD4FE_HtmlText.cpp.
Références _rows.
void CAD4FE::HtmlText_Table::Close | ( | ) |
|
virtual |
Réimplémentée à partir de CAD4FE::HtmlText.
Définition à la ligne 59 du fichier CAD4FE_HtmlText.cpp.
|
protected |
Définition à la ligne 47 du fichier CAD4FE_HtmlText.h.
Référencé par GetHtml(), et HtmlText_Table().
|
protected |
Définition à la ligne 46 du fichier CAD4FE_HtmlText.h.
|
protected |
Définition à la ligne 48 du fichier CAD4FE_HtmlText.h.
Référencé par AddRow(), GetHtml(), et HtmlText_Table().