The SystemStateWindow class The SystemStateWindow class provides the system state window. More...
#include <SystemStateWindow.h>
Public Types | |
| enum | PageIndex { CPUUsage , MemoryInfo , ProcessBrowser , PageIndexMax } |
| The PageIndex enum The PageIndex enum provides the page index. More... | |
Public Member Functions | |
| SystemStateWindow (QWidget *parent=nullptr) | |
| Construct a new System State Window object. | |
| void | switch_index (PageIndex index) |
| switch_index | |
The SystemStateWindow class The SystemStateWindow class provides the system state window.
The PageIndex enum The PageIndex enum provides the page index.
| Enumerator | |
|---|---|
| CPUUsage | CPU Usage Index. |
| MemoryInfo | Memory Info Index. |
| ProcessBrowser | Process Browser Index. |
| PageIndexMax | Max Page Index Index. |
| SystemStateWindow::SystemStateWindow | ( | QWidget * | parent = nullptr | ) |
Construct a new System State Window object.
| parent |
| void SystemStateWindow::switch_index | ( | PageIndex | index | ) |
switch_index
| index | This function is used to switch the page index |