summaryrefslogtreecommitdiffstats
path: root/doxygen/man/man3/SysInfo.3
blob: 690bc648e71a949ae3778e24e49101937a42c6a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.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.