MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
Référence de la classe CAD4FE::HtmlText_Table

#include <CAD4FE_HtmlText.h>

Graphe d'héritage de CAD4FE::HtmlText_Table:
Graphe de collaboration de CAD4FE::HtmlText_Table:

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 ()
 
- Fonctions membres publiques hérités de CAD4FE::HtmlText
 operator std::string ()
 

Attributs protégés

std::string _nbCols
 
std::vector< std::string > _head
 
std::vector< std::vector< std::string > > _rows
 

Description détaillée

Définition à la ligne 38 du fichier CAD4FE_HtmlText.h.

Documentation des constructeurs et destructeur

◆ HtmlText_Table() [1/2]

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() [2/2]

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.

Références _head, et _rows.

Documentation des fonctions membres

◆ AddRow()

void HtmlText_Table::AddRow ( std::vector< std::string > &  __row)

Définition à la ligne 54 du fichier CAD4FE_HtmlText.cpp.

Références _rows.

◆ Close()

void CAD4FE::HtmlText_Table::Close ( )

◆ GetHtml()

std::string HtmlText_Table::GetHtml ( )
virtual

Réimplémentée à partir de CAD4FE::HtmlText.

Définition à la ligne 59 du fichier CAD4FE_HtmlText.cpp.

Références _head, et _rows.

Documentation des données membres

◆ _head

std::vector<std::string> CAD4FE::HtmlText_Table::_head
protected

Définition à la ligne 47 du fichier CAD4FE_HtmlText.h.

Référencé par GetHtml(), et HtmlText_Table().

◆ _nbCols

std::string CAD4FE::HtmlText_Table::_nbCols
protected

Définition à la ligne 46 du fichier CAD4FE_HtmlText.h.

◆ _rows

std::vector< std::vector < std::string> > CAD4FE::HtmlText_Table::_rows
protected

Définition à la ligne 48 du fichier CAD4FE_HtmlText.h.

Référencé par AddRow(), GetHtml(), et HtmlText_Table().


La documentation de cette classe a été générée à partir des fichiers suivants :