#include <FileInput.h>
emp::web::FileInput::FileInputInfo::FileInputInfo |
( |
const std::string & |
in_id = "" | ) |
|
|
inlineprotected |
emp::web::FileInput::FileInputInfo::FileInputInfo |
( |
const FileInputInfo & |
| ) |
|
|
protecteddelete |
virtual emp::web::FileInput::FileInputInfo::~FileInputInfo |
( |
| ) |
|
|
inlineprotectedvirtual |
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 |
virtual Widget emp::web::internal::WidgetInfo::Append |
( |
const std::string & |
text | ) |
|
|
inlinevirtualinherited |
virtual Widget emp::web::internal::WidgetInfo::Append |
( |
const std::function< std::string()> & |
fn | ) |
|
|
inlinevirtualinherited |
virtual Widget emp::web::internal::WidgetInfo::Append |
( |
Widget |
info | ) |
|
|
inlinevirtualinherited |
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 |
virtual void emp::web::internal::WidgetInfo::DoActivate |
( |
bool |
top_level = true | ) |
|
|
inlinevirtualinherited |
void emp::web::FileInput::FileInputInfo::DoCallback |
( |
const std::string & |
file_body | ) |
|
|
inlineprotected |
template<typename FWD_TYPE >
Widget emp::web::internal::WidgetInfo::ForwardAppend |
( |
FWD_TYPE && |
arg | ) |
|
|
inlineinherited |
virtual void emp::web::FileInput::FileInputInfo::GetHTML |
( |
std::stringstream & |
HTML | ) |
|
|
inlineoverrideprotectedvirtual |
virtual std::string emp::web::FileInput::FileInputInfo::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::WidgetInfo::IsTableInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::IsTextAreaInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool emp::web::internal::WidgetInfo::IsTextInfo |
( |
| ) |
const |
|
inlinevirtualinherited |
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 |
virtual void emp::web::internal::WidgetInfo::RegisterChildren |
( |
DivInfo * |
registrar | ) |
|
|
inlinevirtualinherited |
virtual void emp::web::internal::WidgetInfo::ReplaceHTML |
( |
| ) |
|
|
inlinevirtualinherited |
virtual void emp::web::internal::WidgetInfo::TriggerJS |
( |
| ) |
|
|
inlinevirtualinherited |
std::string emp::web::FileInput::FileInputInfo::TypeName |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
virtual void emp::web::internal::WidgetInfo::Unregister |
( |
Widget & |
w | ) |
|
|
inlinevirtualinherited |
virtual void emp::web::internal::WidgetInfo::Unregister_recurse |
( |
Widget & |
w | ) |
|
|
inlinevirtualinherited |
virtual void emp::web::internal::WidgetInfo::UnregisterChildren |
( |
DivInfo * |
regestrar | ) |
|
|
inlinevirtualinherited |
void emp::web::FileInput::FileInputInfo::UpdateAutofocus |
( |
bool |
in_af | ) |
|
|
inlineprotected |
void emp::web::FileInput::FileInputInfo::UpdateCallback |
( |
const std::function< void(const std::string &)> & |
in_cb | ) |
|
|
inlineprotected |
void emp::web::internal::WidgetInfo::UpdateDependants |
( |
| ) |
|
|
inlineinherited |
void emp::web::FileInput::FileInputInfo::UpdateDisabled |
( |
bool |
in_dis | ) |
|
|
inlineprotected |
void emp::web::FileInput::FileInputInfo::UpdateTitle |
( |
const std::string & |
in_title | ) |
|
|
inlineprotected |
bool emp::web::FileInput::FileInputInfo::autofocus |
|
protected |
std::function<void(const std::string &)> emp::web::FileInput::FileInputInfo::callback |
|
protected |
uint32_t emp::web::FileInput::FileInputInfo::callback_id |
|
protected |
Widgets to be refreshed if this one is triggered.
bool emp::web::FileInput::FileInputInfo::disabled |
|
protected |
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?
Is this element active in DOM?
std::string emp::web::FileInput::FileInputInfo::title |
|
protected |
The documentation for this class was generated from the following file: