#include <graph.h>
Definition at line 108 of file graph.h.
◆ get_continuous()
bool esphome::graph::GraphTrace::get_continuous |
( |
| ) |
|
|
inline |
◆ get_line_color()
Color esphome::graph::GraphTrace::get_line_color |
( |
| ) |
|
|
inline |
◆ get_line_thickness()
uint8_t esphome::graph::GraphTrace::get_line_thickness |
( |
| ) |
|
|
inline |
◆ get_line_type()
enum LineType esphome::graph::GraphTrace::get_line_type |
( |
| ) |
|
|
inline |
◆ get_name()
std::string esphome::graph::GraphTrace::get_name |
( |
| ) |
|
|
inline |
◆ get_tracedata()
const HistoryData* esphome::graph::GraphTrace::get_tracedata |
( |
| ) |
|
|
inline |
◆ init()
void esphome::graph::GraphTrace::init |
( |
Graph * |
g | ) |
|
◆ set_continuous()
void esphome::graph::GraphTrace::set_continuous |
( |
bool |
continuous | ) |
|
|
inline |
◆ set_line_color()
void esphome::graph::GraphTrace::set_line_color |
( |
Color |
val | ) |
|
|
inline |
◆ set_line_thickness()
void esphome::graph::GraphTrace::set_line_thickness |
( |
uint8_t |
val | ) |
|
|
inline |
◆ set_line_type()
void esphome::graph::GraphTrace::set_line_type |
( |
enum LineType |
val | ) |
|
|
inline |
◆ set_name()
void esphome::graph::GraphTrace::set_name |
( |
std::string |
name | ) |
|
|
inline |
◆ set_sensor()
void esphome::graph::GraphTrace::set_sensor |
( |
sensor::Sensor * |
sensor | ) |
|
|
inline |
◆ continuous_
bool esphome::graph::GraphTrace::continuous_ {false} |
|
protected |
◆ data_
◆ Graph
friend esphome::graph::GraphTrace::Graph |
|
protected |
◆ GraphLegend
friend esphome::graph::GraphTrace::GraphLegend |
|
protected |
◆ line_color_
◆ line_thickness_
uint8_t esphome::graph::GraphTrace::line_thickness_ {3} |
|
protected |
◆ name_
std::string esphome::graph::GraphTrace::name_ {""} |
|
protected |
◆ sensor_
The documentation for this class was generated from the following files:
- /opt/build/esphome/esphome/components/graph/graph.h
- /opt/build/esphome/esphome/components/graph/graph.cpp