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/classinterfaceconfiguration.html | 525 ++++++++++++++++++++++++++ 1 file changed, 525 insertions(+) create mode 100644 doxygen/html/classinterfaceconfiguration.html (limited to 'doxygen/html/classinterfaceconfiguration.html') diff --git a/doxygen/html/classinterfaceconfiguration.html b/doxygen/html/classinterfaceconfiguration.html new file mode 100644 index 0000000..92d1dc8 --- /dev/null +++ b/doxygen/html/classinterfaceconfiguration.html @@ -0,0 +1,525 @@ + + +
+ +|
+ ndgui/NetworkDiscovery
+ |
+
reads and stores a interface configuration. +More...
+ +#include <interfaceconfiguration.h>
+Public Member Functions | |
| interfaceconfiguration () | |
| interfaceconfiguration (const interfaceconfiguration &other) | |
| interfaceconfiguration & | operator= (const interfaceconfiguration &other) |
| virtual | ~interfaceconfiguration () |
| bool | readConfigOutOfFile (QString pathToConfig) |
| QString | getBroadcast () |
| QString | getClientid () |
| QString | getDhcpchaddr () |
| QString | getDhcpsid () |
| QString | getDnssearch () |
| QString | getDnsservers () |
| QString | getGateways () |
| QString | getGateway () |
| QString | getHostname () |
| QString | getInterface () |
| QString | getIpAddress () |
| QString | getNetmask () |
| QString | getNetwork () |
| QString | getRoutes () |
reads and stores a interface configuration.
+Copyright (c) 2010,2011 - RZ Uni Freiburg Copyright (c) 2010,2011 - OpenSLX Project
+This program/file is free software distributed under the GPL version 2. See http://openslx.org/COPYING
+If you have any feedback please consult http://openslx.org/feedback and send your feedback to feedback@openslx.org
+General information about OpenSLX can be found under http://openslx.org
+reads and stores a interface configuration. the config file has already to exist. It is created by the cdhcpcd client process.
+| interfaceconfiguration::interfaceconfiguration | +( | +) | ++ |
| interfaceconfiguration::interfaceconfiguration | +( | +const interfaceconfiguration & | +other | ) | ++ |
| interfaceconfiguration::~interfaceconfiguration | +( | +) | + [virtual] |
+
| QString interfaceconfiguration::getBroadcast | +( | +) | ++ |

| QString interfaceconfiguration::getClientid | +( | +) | ++ |
| QString interfaceconfiguration::getDhcpchaddr | +( | +) | ++ |
| QString interfaceconfiguration::getDhcpsid | +( | +) | ++ |
| QString interfaceconfiguration::getDnssearch | +( | +) | ++ |
| QString interfaceconfiguration::getDnsservers | +( | +) | ++ |

| QString interfaceconfiguration::getGateway | +( | +) | ++ |

| QString interfaceconfiguration::getGateways | +( | +) | ++ |
| QString interfaceconfiguration::getHostname | +( | +) | ++ |
| QString interfaceconfiguration::getInterface | +( | +) | ++ |
| QString interfaceconfiguration::getIpAddress | +( | +) | ++ |

| QString interfaceconfiguration::getNetmask | +( | +) | ++ |

| QString interfaceconfiguration::getNetwork | +( | +) | ++ |
| QString interfaceconfiguration::getRoutes | +( | +) | ++ |
| interfaceconfiguration& interfaceconfiguration::operator= | +( | +const interfaceconfiguration & | +other | ) | ++ |
| bool interfaceconfiguration::readConfigOutOfFile | +( | +QString | +pathToConfig | ) | ++ |
This method reads the configuration values out of a file.
+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.)
+| pathToConfig | contains the path to the configuration file. |
