The CCIMX_AbstractProcessBroswerDriver class Abstract base class for platform-specific process browser drivers. Implementations should populate the process list data. More...
#include <ProcessBroswer.h>
Public Member Functions | |
virtual void | factory (QList< ProcessBroswer::ProcessInfo > &lists)=0 |
factory Populate the list with current system processes information. | |
The CCIMX_AbstractProcessBroswerDriver class Abstract base class for platform-specific process browser drivers. Implementations should populate the process list data.
|
pure virtual |
factory Populate the list with current system processes information.
lists | Reference to a list to be filled with ProcessInfo data. |
Implemented in LinuxPlatformProcessBrowserDriver, and Win32PlatformProcessBroswerDriver.