class STSystemAPI
|
Simple interfacing to command Linux functions.
More... |
|
|
Public Methods
Things for Linux.
int GetAppPid ()
| GetAppPid |
Returns PID for the running app
void GetPidList (QString &AppName, STIntList *PidList,bool HoleMatch)
| GetPidList |
Fills a list with PID's for all app with the name AppName.
If HoleMatch == true AppName must match, if false it must contain.
QString GetAppNameFromPid (int ProcessID)
| GetAppNameFromPid |
void GetIpAddresses (STStringList *FillAddressList)
| GetIpAddresses |
Fills a given STStringList with IP addresses of the system.
STSystemAPI ()
| STSystemAPI |
Constructor
~STSystemAPI ()
| ~STSystemAPI |
Destructor
Generated by: root on UtopiaPlanitia.Ept on Mon Dec 10 22:55:12 2001, using kdoc 2.0a53. |