|
ndgui/NetworkDiscovery
|
#include <sysinfo.h>
Public Member Functions | |
| SysInfo () | |
| ~SysInfo () | |
| const QString | getInfo (const QString &infoName) |
| SysInfo::SysInfo | ( | ) |
A empty constructor.
| SysInfo::~SysInfo | ( | ) |
A empty destructor.
| const QString SysInfo::getInfo | ( | const QString & | infoName | ) |
This method returns system informations.
This method returns system informations according to the parameter. This method can be called from the JavascriptInterface class with the method JavascriptInterface::getSysInfo(const QString& info).
| infoName | Is of type QString. Defines which method will be called. Possible values are:
|
