#include <Table.h>
|
template<typename SETTING_TYPE > |
TableRowInfo & | CellsCSS (const std::string &setting, SETTING_TYPE &&value) |
| Apply CSS to all cells in row. More...
|
|
template<typename SETTING_TYPE > |
TableRowInfo & | CellCSS (size_t col_id, const std::string &setting, SETTING_TYPE &&value) |
| Apply CSS to specific cell in row. More...
|
|
bool | OK (std::stringstream &ss, bool verbose=false, const std::string &prefix="") |
| Debug function to determine if this row is structually consistent. More...
|
|
template<typename SETTING_TYPE >
TableRowInfo& emp::web::internal::TableRowInfo::CellCSS |
( |
size_t |
col_id, |
|
|
const std::string & |
setting, |
|
|
SETTING_TYPE && |
value |
|
) |
| |
|
inline |
Apply CSS to specific cell in row.
template<typename SETTING_TYPE >
TableRowInfo& emp::web::internal::TableRowInfo::CellsCSS |
( |
const std::string & |
setting, |
|
|
SETTING_TYPE && |
value |
|
) |
| |
|
inline |
Apply CSS to all cells in row.
bool emp::web::internal::TableRowInfo::OK |
( |
std::stringstream & |
ss, |
|
|
bool |
verbose = false , |
|
|
const std::string & |
prefix = "" |
|
) |
| |
|
inline |
Debug function to determine if this row is structually consistent.
detail object for each cell in this row.
Extra annotations (attributes, style, listeners)
The documentation for this struct was generated from the following file: