CCIMXDesktop
 
Loading...
Searching...
No Matches
CCIMX_AbstractProcessBroswerDriver Class Referenceabstract

The CCIMX_AbstractProcessBroswerDriver class Abstract base class for platform-specific process browser drivers. Implementations should populate the process list data. More...

#include <ProcessBroswer.h>

Inheritance diagram for CCIMX_AbstractProcessBroswerDriver:
LinuxPlatformProcessBrowserDriver Win32PlatformProcessBroswerDriver

Public Member Functions

virtual void factory (QList< ProcessBroswer::ProcessInfo > &lists)=0
 factory Populate the list with current system processes information.
 

Detailed Description

The CCIMX_AbstractProcessBroswerDriver class Abstract base class for platform-specific process browser drivers. Implementations should populate the process list data.

Member Function Documentation

◆ factory()

virtual void CCIMX_AbstractProcessBroswerDriver::factory ( QList< ProcessBroswer::ProcessInfo > &  lists)
pure virtual

factory Populate the list with current system processes information.

Parameters
listsReference to a list to be filled with ProcessInfo data.

Implemented in LinuxPlatformProcessBrowserDriver, and Win32PlatformProcessBroswerDriver.


The documentation for this class was generated from the following file: