Class DataTree#
Defined in File DataTree.h
Inheritance Relationships#
Base Type#
public Karana::WebUI::Widget(Class Widget)
Class Documentation#
-
class DataTree : public Karana::WebUI::Widget#
Widget displaying data values in a tree.
Public Functions
-
void setData(const nlohmann::json &data)#
Set the new data values.
- Parameters:
data – A possibly nested Json object
Protected Functions
-
virtual void _onConnect(int client_id) override#
First setup on initial connection.
- Parameters:
client_id – The ID of the client connecting.
-
void setData(const nlohmann::json &data)#