#include <sensesp/ui/status_page_item.h>
Definition at line 19 of file status_page_item.h.
◆ StatusPageItemBase()
| sensesp::StatusPageItemBase::StatusPageItemBase |
( |
String |
name, |
|
|
String |
group, |
|
|
int |
order |
|
) |
| |
|
inline |
◆ ~StatusPageItemBase()
| sensesp::StatusPageItemBase::~StatusPageItemBase |
( |
| ) |
|
|
virtual |
Unregisters this item from the static registry so the registry never holds a dangling pointer.
Definition at line 7 of file status_page_item.cpp.
◆ as_json()
| virtual JsonDocument sensesp::StatusPageItemBase::as_json |
( |
| ) |
|
|
pure virtual |
◆ clear_registry()
| void sensesp::StatusPageItemBase::clear_registry |
( |
| ) |
|
|
static |
Empties the status page item registry. Intended for clean app restart and test isolation; not for normal runtime use.
Definition at line 17 of file status_page_item.cpp.
◆ get_name()
| String & sensesp::StatusPageItemBase::get_name |
( |
| ) |
|
|
inline |
◆ get_status_page_items()
| static const std::map< String, StatusPageItemBase * > * sensesp::StatusPageItemBase::get_status_page_items |
( |
| ) |
|
|
inlinestatic |
◆ group_
◆ name_
| String sensesp::StatusPageItemBase::name_ |
|
protected |
◆ order_
◆ status_page_items_
The documentation for this class was generated from the following files: