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: SysInfo Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
ndgui/NetworkDiscovery
+
+
+ + +
+
+ +
+
+
+ +
+
+ +
+

SysInfo Class Reference

+
+
+ +

#include <sysinfo.h>

+ +

List of all members.

+ + + + + +

+Public Member Functions

 SysInfo ()
 ~SysInfo ()
const QString getInfo (const QString &infoName)
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
SysInfo::SysInfo ()
+
+
+

A empty constructor.

+ +
+
+ +
+
+ + + + + + + +
SysInfo::~SysInfo ()
+
+
+

A empty destructor.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
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).

+
Parameters:
+ + +
infoNameIs of type QString. Defines which method will be called. Possible values are:

+
    +
  • mbserial
  • +
  • usb
  • +
+
+
+
+
Returns:
QString the output of the called method or "info_error" if an error occurred (e. g. invalid parameter).
+
See also:
JavascriptInterface::getSysInfo(const QString& info)
+ +

+Here is the caller graph for this function:
+
+
+ + +
+

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + +
+ All Classes Files Functions Variables Defines
+ + +
+ +
+ + + + -- cgit v1.2.3-55-g7522