1#ifndef LINUXPLATFORMDRIVERS_H
2#define LINUXPLATFORMDRIVERS_H
5#include "Core/CPUStateFetcher.h"
6#include "Core/MemoryInfoFetcher.h"
7#include "Core/ProcessBroswer.h"
8#include <QtClassHelperMacros>
58 void factory(QList<ProcessBroswer::ProcessInfo>& lists)
override;
The CCIMX_AbstractCPUStateDriver class Abstract base class factory to provide platform-specific CPU s...
Definition CPUStateFetcher.h:78
The CCIMX_AbstractMemoryInfoDriver class Abstract base class for platform-specific memory information...
Definition MemoryInfoFetcher.h:100
The CCIMX_AbstractProcessBroswerDriver class Abstract base class for platform-specific process browse...
Definition ProcessBroswer.h:91
The CPUState struct Represents CPU usage state including idle, user, kernel and total time....
Definition CPUStateFetcher.h:33
The MemoryStat struct Holds memory statistics at the byte level.
Definition MemoryInfoFetcher.h:46