From 04fec063699f742fcd2ea552ef8c77fb402ce870 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 9 Nov 2011 15:27:51 +0100 Subject: some documentation changes (adding comments) and doxygen files) --- doxygen/html/class_sys_info.html | 205 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 doxygen/html/class_sys_info.html (limited to 'doxygen/html/class_sys_info.html') diff --git a/doxygen/html/class_sys_info.html b/doxygen/html/class_sys_info.html new file mode 100644 index 0000000..ab85765 --- /dev/null +++ b/doxygen/html/class_sys_info.html @@ -0,0 +1,205 @@ + + +
+ +|
+ 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:
+
|
