1#ifndef SYSTEMSTATEWINDOW_H
2#define SYSTEMSTATEWINDOW_H
49 void setup_charts_and_widgets();
50 void setup_connections();
51 Ui::SystemStateWindow* ui;
The CPUStateFetcher class Provides CPU state information in a platform-independent manner....
Definition CPUStateFetcher.h:14
The CPUUsageChart class The CPU UsageChart class provides the CPU usage chart displaying.
Definition CPUUsageChart.h:17
The MemoryInfoFetcher class Provides memory usage information in a platform-independent manner....
Definition MemoryInfoFetcher.h:15
The ProcessBroswer class Provides an interface to retrieve and monitor system processes information....
Definition ProcessBroswer.h:15
The SystemStateWindow class The SystemStateWindow class provides the system state window.
Definition SystemStateWindow.h:19
PageIndex
The PageIndex enum The PageIndex enum provides the page index.
Definition SystemStateWindow.h:28
@ MemoryInfo
Memory Info Index.
Definition SystemStateWindow.h:30
@ CPUUsage
CPU Usage Index.
Definition SystemStateWindow.h:29
@ ProcessBrowser
Process Browser Index.
Definition SystemStateWindow.h:31
@ PageIndexMax
Max Page Index Index.
Definition SystemStateWindow.h:32
void switch_index(PageIndex index)
switch_index
Definition SystemStateWindow.cpp:29