summaryrefslogtreecommitdiffstats
path: root/doxygen/man/man3/interfaceconfiguration.3
blob: d13b7a6e10b5d9ab98df09c2f9849ab18ea1a6b8 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.TH "interfaceconfiguration" 3 "Wed Nov 9 2011" "ndgui/NetworkDiscovery" \" -*- nroff -*-
.ad l
.nh
.SH NAME
interfaceconfiguration \- 
.PP
reads and stores a interface configuration.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <interfaceconfiguration.h>\fP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBinterfaceconfiguration\fP ()"
.br
.ti -1c
.RI "\fBinterfaceconfiguration\fP (const \fBinterfaceconfiguration\fP &other)"
.br
.ti -1c
.RI "\fBinterfaceconfiguration\fP & \fBoperator=\fP (const \fBinterfaceconfiguration\fP &other)"
.br
.ti -1c
.RI "virtual \fB~interfaceconfiguration\fP ()"
.br
.ti -1c
.RI "bool \fBreadConfigOutOfFile\fP (QString pathToConfig)"
.br
.ti -1c
.RI "QString \fBgetBroadcast\fP ()"
.br
.ti -1c
.RI "QString \fBgetClientid\fP ()"
.br
.ti -1c
.RI "QString \fBgetDhcpchaddr\fP ()"
.br
.ti -1c
.RI "QString \fBgetDhcpsid\fP ()"
.br
.ti -1c
.RI "QString \fBgetDnssearch\fP ()"
.br
.ti -1c
.RI "QString \fBgetDnsservers\fP ()"
.br
.ti -1c
.RI "QString \fBgetGateways\fP ()"
.br
.ti -1c
.RI "QString \fBgetGateway\fP ()"
.br
.ti -1c
.RI "QString \fBgetHostname\fP ()"
.br
.ti -1c
.RI "QString \fBgetInterface\fP ()"
.br
.ti -1c
.RI "QString \fBgetIpAddress\fP ()"
.br
.ti -1c
.RI "QString \fBgetNetmask\fP ()"
.br
.ti -1c
.RI "QString \fBgetNetwork\fP ()"
.br
.ti -1c
.RI "QString \fBgetRoutes\fP ()"
.br
.in -1c
.SH "Detailed Description"
.PP 
reads and stores a interface configuration. 

Copyright (c) 2010,2011 - RZ Uni Freiburg Copyright (c) 2010,2011 - OpenSLX Project
.PP
This program/file is free software distributed under the GPL version 2. See http://openslx.org/COPYING
.PP
If you have any feedback please consult http://openslx.org/feedback and send your feedback to feedback@openslx.org
.PP
General information about OpenSLX can be found under http://openslx.org
.PP
reads and stores a interface configuration. the config file has already to exist. It is created by the cdhcpcd client process. 
.SH "Constructor & Destructor Documentation"
.PP 
.SS "interfaceconfiguration::interfaceconfiguration ()"
.SS "interfaceconfiguration::interfaceconfiguration (const \fBinterfaceconfiguration\fP &other)"
.SS "interfaceconfiguration::~interfaceconfiguration ()\fC [virtual]\fP"
.SH "Member Function Documentation"
.PP 
.SS "QString interfaceconfiguration::getBroadcast ()"
.SS "QString interfaceconfiguration::getClientid ()"
.SS "QString interfaceconfiguration::getDhcpchaddr ()"
.SS "QString interfaceconfiguration::getDhcpsid ()"
.SS "QString interfaceconfiguration::getDnssearch ()"
.SS "QString interfaceconfiguration::getDnsservers ()"
.SS "QString interfaceconfiguration::getGateway ()"
.SS "QString interfaceconfiguration::getGateways ()"
.SS "QString interfaceconfiguration::getHostname ()"
.SS "QString interfaceconfiguration::getInterface ()"
.SS "QString interfaceconfiguration::getIpAddress ()"
.SS "QString interfaceconfiguration::getNetmask ()"
.SS "QString interfaceconfiguration::getNetwork ()"
.SS "QString interfaceconfiguration::getRoutes ()"
.SS "\fBinterfaceconfiguration\fP& interfaceconfiguration::operator= (const \fBinterfaceconfiguration\fP &other)"
.SS "bool interfaceconfiguration::readConfigOutOfFile (QStringpathToConfig)"This method reads the configuration values out of a file.
.PP
This method reads the configuration values out of a file. The file has to be created before by the customdhcpcd QProcess. (Overwrites the old values if they are already present.)
.PP
\fBParameters:\fP
.RS 4
\fIpathToConfig\fP contains the path to the configuration file. 
.RE
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for ndgui/NetworkDiscovery from the source code.