CCIMXDesktop
 
Loading...
Searching...
No Matches
PlatformDriverFactory.h
1#ifndef PLATFORMDRIVERFACTORY_H
2#define PLATFORMDRIVERFACTORY_H
3#include <QtClassHelperMacros>
7
43
44#endif // PLATFORMDRIVERFACTORY_H
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 PlatformDriverFactory class provides the platform driver factory.
Definition PlatformDriverFactory.h:12
PlatformDriverFactory()=default
Construct a new Platform Driver Factory object.
static CCIMX_AbstractCPUStateDriver * cpustate_from_platform()
cpustate_from_platform fetch the cpu state driver
Definition PlatformDriverFactory.cpp:19
Q_DISABLE_COPY(PlatformDriverFactory)
disable copy
static CCIMX_AbstractMemoryInfoDriver * meminfo_from_platform()
target_meminfo fetch the memory info driver
Definition PlatformDriverFactory.cpp:10
static CCIMX_AbstractProcessBroswerDriver * processdriver_from_platform()
processdriver_from_platform fetch the process driver
Definition PlatformDriverFactory.cpp:28