#include <WidgetExtras.h>
|
template<typename SET_TYPE > |
void | SetStyle (const std::string &s, SET_TYPE v) |
|
bool | HasStyle (const std::string &setting) const |
|
const std::string & | GetStyle (const std::string &setting) |
|
void | RemoveStyle (const std::string &setting) |
|
template<typename SET_TYPE > |
void | SetAttr (const std::string &s, SET_TYPE v) |
|
bool | HasAttr (const std::string &setting) const |
|
const std::string & | GetAttr (const std::string &setting) |
|
void | RemoveAttr (const std::string &setting) |
|
void | Apply (const std::string &name) |
| Apply all HTML details associated with this widget. More...
|
|
void | Clear () |
| Clear all of style, attributes, and listeners. More...
|
|
| operator bool () const |
| Have any details been set? More...
|
|
void emp::web::WidgetExtras::Apply |
( |
const std::string & |
name | ) |
|
|
inline |
Apply all HTML details associated with this widget.
void emp::web::WidgetExtras::Clear |
( |
| ) |
|
|
inline |
Clear all of style, attributes, and listeners.
const std::string& emp::web::WidgetExtras::GetAttr |
( |
const std::string & |
setting | ) |
|
|
inline |
const std::string& emp::web::WidgetExtras::GetStyle |
( |
const std::string & |
setting | ) |
|
|
inline |
bool emp::web::WidgetExtras::HasAttr |
( |
const std::string & |
setting | ) |
const |
|
inline |
bool emp::web::WidgetExtras::HasStyle |
( |
const std::string & |
setting | ) |
const |
|
inline |
emp::web::WidgetExtras::operator bool |
( |
| ) |
const |
|
inline |
Have any details been set?
void emp::web::WidgetExtras::RemoveAttr |
( |
const std::string & |
setting | ) |
|
|
inline |
void emp::web::WidgetExtras::RemoveStyle |
( |
const std::string & |
setting | ) |
|
|
inline |
template<typename SET_TYPE >
void emp::web::WidgetExtras::SetAttr |
( |
const std::string & |
s, |
|
|
SET_TYPE |
v |
|
) |
| |
|
inline |
template<typename SET_TYPE >
void emp::web::WidgetExtras::SetStyle |
( |
const std::string & |
s, |
|
|
SET_TYPE |
v |
|
) |
| |
|
inline |
Style emp::web::WidgetExtras::style |
The documentation for this struct was generated from the following file: