summaryrefslogtreecommitdiffstats
path: root/doxygen/man/man3/SysInfo.3
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/man/man3/SysInfo.3')
-rw-r--r--doxygen/man/man3/SysInfo.358
1 files changed, 0 insertions, 58 deletions
diff --git a/doxygen/man/man3/SysInfo.3 b/doxygen/man/man3/SysInfo.3
deleted file mode 100644
index 690bc64..0000000
--- a/doxygen/man/man3/SysInfo.3
+++ /dev/null
@@ -1,58 +0,0 @@
-.TH "SysInfo" 3 "Wed Nov 9 2011" "ndgui/NetworkDiscovery" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-SysInfo \-
-.SH SYNOPSIS
-.br
-.PP
-.PP
-\fC#include <sysinfo.h>\fP
-.SS "Public Member Functions"
-
-.in +1c
-.ti -1c
-.RI "\fBSysInfo\fP ()"
-.br
-.ti -1c
-.RI "\fB~SysInfo\fP ()"
-.br
-.ti -1c
-.RI "const QString \fBgetInfo\fP (const QString &infoName)"
-.br
-.in -1c
-.SH "Constructor & Destructor Documentation"
-.PP
-.SS "SysInfo::SysInfo ()"A empty constructor.
-.SS "SysInfo::~SysInfo ()"A empty destructor.
-.SH "Member Function Documentation"
-.PP
-.SS "const QString SysInfo::getInfo (const QString &infoName)"This method returns system informations.
-.PP
-This method returns system informations according to the parameter. This method can be called from the \fBJavascriptInterface\fP class with the method \fBJavascriptInterface::getSysInfo(const QString& info)\fP.
-.PP
-\fBParameters:\fP
-.RS 4
-\fIinfoName\fP Is of type QString. Defines which method will be called. Possible values are:
-.IP "\(bu" 2
-mbserial
-.IP "\(bu" 2
-usb
-.PP
-.RE
-.PP
-\fBReturns:\fP
-.RS 4
-QString the output of the called method or 'info_error' if an error occurred (e. g. invalid parameter).
-.RE
-.PP
-\fBSee also:\fP
-.RS 4
-\fBJavascriptInterface::getSysInfo(const QString& info)\fP
-.RE
-.PP
-
-
-.SH "Author"
-.PP
-Generated automatically by Doxygen for ndgui/NetworkDiscovery from the source code.