mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
SystemMonitor: Register GraphWidget's stack_values property
This commit is contained in:
parent
a7d9d416d5
commit
98ed18124d
2 changed files with 15 additions and 2 deletions
|
@ -34,10 +34,11 @@ public:
|
|||
m_value_format.resize(index + 1);
|
||||
m_value_format[index] = move(format);
|
||||
}
|
||||
void set_stack_values(bool stack_values) { m_stack_values = stack_values; }
|
||||
void set_stack_values(bool stack_values);
|
||||
bool stack_values() const { return m_stack_values; }
|
||||
|
||||
private:
|
||||
explicit GraphWidget() = default;
|
||||
explicit GraphWidget();
|
||||
|
||||
virtual void paint_event(GUI::PaintEvent&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue