mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:45:07 +00:00
ProcessManager: Add CPU/memory usage graphs in a separate tab.
Finally we get some real use for the new GTabWidget. :^)
This commit is contained in:
parent
6df3df62be
commit
25bb7a59ac
10 changed files with 140 additions and 19 deletions
|
@ -4,11 +4,12 @@
|
|||
#include <AK/Function.h>
|
||||
#include <unistd.h>
|
||||
|
||||
class GraphWidget;
|
||||
class ProcessModel;
|
||||
|
||||
class ProcessTableView final : public GTableView {
|
||||
public:
|
||||
explicit ProcessTableView(GWidget* parent);
|
||||
ProcessTableView(GraphWidget&, GWidget* parent);
|
||||
virtual ~ProcessTableView() override;
|
||||
|
||||
pid_t selected_pid() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue