From 35e695a9fbf7a8632ff38c141372f84a86954145 Mon Sep 17 00:00:00 2001 From: Niklas Goby Date: Wed, 23 Nov 2011 11:29:46 +0100 Subject: deleted the doxygen/html, /latex and /man folder and put them into to gitignore list --- doxygen/html/classinterfaceconfiguration.html | 525 -------------------------- 1 file changed, 525 deletions(-) delete mode 100644 doxygen/html/classinterfaceconfiguration.html (limited to 'doxygen/html/classinterfaceconfiguration.html') diff --git a/doxygen/html/classinterfaceconfiguration.html b/doxygen/html/classinterfaceconfiguration.html deleted file mode 100644 index b0d3bb4..0000000 --- a/doxygen/html/classinterfaceconfiguration.html +++ /dev/null @@ -1,525 +0,0 @@ - - -
- -|
- 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. |
