#include <Table.h>
emp::web::internal::TableInfo::TableInfo |
( |
const std::string & |
in_id = "" | ) |
|
|
inlineprotected |
Which col is triggering an append?
emp::web::internal::TableInfo::TableInfo |
( |
const TableInfo & |
| ) |
|
|
protecteddelete |
virtual emp::web::internal::TableInfo::~TableInfo |
( |
| ) |
|
|
inlineprotectedvirtual |
void emp::web::internal::TableInfo::AddChild |
( |
size_t |
r, |
|
|
size_t |
c, |
|
|
Widget |
in |
|
) |
| |
|
inlineprotected |
void emp::web::internal::TableInfo::AddChild |
( |
Widget |
in | ) |
|
|
inlineprotected |
void emp::web::internal::WidgetInfo::AddDependant |
( |
Widget |
in | ) |
|
|
inlineinherited |
template<typename... T>
void emp::web::internal::WidgetInfo::AddDependants |
( |
Widget |
first, |
|
|
T... |
widgets |
|
) |
| |
|
inlineinherited |
void emp::web::internal::WidgetInfo::AddDependants |
( |
| ) |
|
|
inlineinherited |
|
inlineoverrideprotectedvirtual |
Widget emp::web::internal::TableInfo::Append |
( |
const std::string & |
text | ) |
|
|
inlineoverrideprotectedvirtual |
Widget emp::web::internal::TableInfo::Append |
( |
const std::function< std::string()> & |
in_fun | ) |
|
|
inlineoverrideprotectedvirtual |
virtual Widget emp::web::internal::WidgetInfo::Append |
( |
const Font & |
font | ) |
|
|
inlinevirtualinherited |
virtual Widget emp::web::internal::WidgetInfo::Append |
( |
char |
in_char | ) |
|
|
inlinevirtualinherited |
virtual Widget emp::web::internal::WidgetInfo::Append |
( |
double |
in_num | ) |
|
|
inlinevirtualinherited |
virtual Widget emp::web::internal::WidgetInfo::Append |
( |
int |
in_num | ) |
|
|
inlinevirtualinherited |
virtual Widget emp::web::internal::WidgetInfo::Append |
( |
uint32_t |
in_num | ) |
|
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::AppendOK |
( |
| ) |
const |
|
inlinevirtualinherited |
void emp::web::internal::TableInfo::ClearCell |
( |
size_t |
row_id, |
|
|
size_t |
col_id |
|
) |
| |
|
inlineprotected |
void emp::web::internal::TableInfo::ClearCellChildren |
( |
size_t |
row_id, |
|
|
size_t |
col_id |
|
) |
| |
|
inlineprotected |
void emp::web::internal::TableInfo::ClearCol |
( |
size_t |
col_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearColCells |
( |
size_t |
col_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearColChildren |
( |
size_t |
col_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearColGroup |
( |
size_t |
col_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearColGroupChildren |
( |
size_t |
col_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearRow |
( |
size_t |
row_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearRowCells |
( |
size_t |
row_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearRowChildren |
( |
size_t |
row_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearRowGroup |
( |
size_t |
row_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearRowGroupChildren |
( |
size_t |
row_id | ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearTable |
( |
| ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearTableCells |
( |
| ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearTableChildren |
( |
| ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::ClearTableRows |
( |
| ) |
|
|
inlineprotected |
void emp::web::internal::TableInfo::DoActivate |
( |
bool |
top_level = true | ) |
|
|
inlineoverrideprotectedvirtual |
template<typename FWD_TYPE >
Widget emp::web::internal::WidgetInfo::ForwardAppend |
( |
FWD_TYPE && |
arg | ) |
|
|
inlineinherited |
virtual void emp::web::internal::TableInfo::GetHTML |
( |
std::stringstream & |
HTML | ) |
|
|
inlineoverrideprotectedvirtual |
web::Text& emp::web::internal::TableInfo::GetTextWidget |
( |
size_t |
r, |
|
|
size_t |
c |
|
) |
| |
|
inlineprotected |
web::Text& emp::web::internal::TableInfo::GetTextWidget |
( |
| ) |
|
|
inlineprotected |
virtual std::string emp::web::internal::TableInfo::GetType |
( |
| ) |
|
|
inlineoverridevirtual |
virtual bool emp::web::internal::WidgetInfo::IsButtonInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::IsCanvasInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::IsD3VisualiationInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::IsDivInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::IsImageInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::IsSelectorInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::TableInfo::IsTableInfo |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
virtual bool emp::web::internal::WidgetInfo::IsTextAreaInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::IsTextInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
bool emp::web::internal::TableInfo::OK |
( |
std::stringstream & |
ss, |
|
|
bool |
verbose = false , |
|
|
const std::string & |
prefix = "" |
|
) |
| |
|
inlineprotected |
virtual void emp::web::internal::WidgetInfo::PreventAppend |
( |
| ) |
|
|
inlinevirtualinherited |
virtual void emp::web::internal::WidgetInfo::Register |
( |
Widget & |
w | ) |
|
|
inlinevirtualinherited |
virtual void emp::web::internal::WidgetInfo::Register_recurse |
( |
Widget & |
w | ) |
|
|
inlinevirtualinherited |
void emp::web::internal::TableInfo::RegisterChildren |
( |
internal::DivInfo * |
regestrar | ) |
|
|
inlineoverrideprotectedvirtual |
void emp::web::internal::TableInfo::ReplaceHTML |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
void emp::web::internal::TableInfo::Resize |
( |
size_t |
new_rows, |
|
|
size_t |
new_cols |
|
) |
| |
|
inlineprotected |
virtual void emp::web::internal::WidgetInfo::TriggerJS |
( |
| ) |
|
|
inlinevirtualinherited |
std::string emp::web::internal::TableInfo::TypeName |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
virtual void emp::web::internal::WidgetInfo::Unregister |
( |
Widget & |
w | ) |
|
|
inlinevirtualinherited |
virtual void emp::web::internal::WidgetInfo::Unregister_recurse |
( |
Widget & |
w | ) |
|
|
inlinevirtualinherited |
void emp::web::internal::TableInfo::UnregisterChildren |
( |
internal::DivInfo * |
regestrar | ) |
|
|
inlineoverrideprotectedvirtual |
void emp::web::internal::WidgetInfo::UpdateDependants |
( |
| ) |
|
|
inlineinherited |
size_t emp::web::internal::TableInfo::append_col |
|
protected |
Which row is triggering an append?
size_t emp::web::internal::TableInfo::append_row |
|
protected |
Detail object for each row group (if needed)
size_t emp::web::internal::TableInfo::col_count |
|
protected |
Detail object for each column (if needed)
Detail object for each row.
Widgets to be refreshed if this one is triggered.
HTML attributes, CSS style, and listeners for web events.
std::string emp::web::internal::WidgetInfo::id |
|
inherited |
ID used for associated DOM element.
WidgetInfo* emp::web::internal::WidgetInfo::parent |
|
inherited |
int emp::web::internal::WidgetInfo::ptr_count |
|
inherited |
How many widgets are pointing to this info?
size_t emp::web::internal::TableInfo::row_count |
|
protected |
Detail object for each column group (if needed)
Is this element active in DOM?
The documentation for this class was generated from the following file: