12 #ifndef EMP_WEB_TABLE_ROW_H 13 #define EMP_WEB_TABLE_ROW_H 27 void DoCSS(
const std::string & setting,
const std::string & value)
override {
32 void DoAttr(
const std::string & setting,
const std::string & value)
override {
37 void DoListen(
const std::string & event_name,
size_t fun_id)
override {
52 std::string
GetCSS(
const std::string & setting)
override {
TableRow & Clear()
Definition: _TableRow.h:44
TableRow & ClearStyle()
Definition: _TableRow.h:45
void ClearRow(size_t row_id)
Definition: Table.h:368
TableRow & ClearCells()
Definition: _TableRow.h:50
TableRow(const Widget &in)
Definition: _TableRow.h:23
void ClearRowChildren(size_t row_id)
Definition: Table.h:328
TableRow(size_t r, size_t c, const std::string &in_id="")
Definition: _TableRow.h:21
void DoListen(const std::string &event_name, size_t fun_id) override
Definition: _TableRow.h:37
TableRow & ClearAttr()
Definition: _TableRow.h:46
std::string GetCSS(const std::string &setting) override
Definition: _TableRow.h:52
TableRow & ClearListen()
Definition: _TableRow.h:47
An object that focuses on a single column in a specified table.
Definition: _TableRow.h:19
emp::vector< TableRowInfo > rows
Definition: Table.h:113
bool InStateRow() const
Definition: _TableRow.h:42
void DoCSS(const std::string &setting, const std::string &value) override
Definition: _TableRow.h:27
If we are in emscripten, make sure to include the header.
Definition: array.h:37
TableRow(const TableWidget &in)
Definition: _TableRow.h:22
TableRow & ClearChildren()
Definition: _TableRow.h:49
void ReplaceHTML() override
Definition: Table.h:462
TableRow & ClearExtras()
Definition: _TableRow.h:48
TableRow(internal::TableInfo *in_info, size_t _row=0)
Definition: _TableRow.h:24
void DoAttr(const std::string &setting, const std::string &value) override
Definition: _TableRow.h:32