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: interfaceconfiguration Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
ndgui/NetworkDiscovery
+
+
+ + +
+
+ +
+
+
+ +
+
+ +
+

interfaceconfiguration Class Reference

+
+
+ +

reads and stores a interface configuration. +More...

+ +

#include <interfaceconfiguration.h>

+ +

List of all members.

+ + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 interfaceconfiguration ()
 interfaceconfiguration (const interfaceconfiguration &other)
interfaceconfigurationoperator= (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 ()
+

Detailed Description

+

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.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
interfaceconfiguration::interfaceconfiguration ()
+
+
+ +
+
+ +
+
+ + + + + + + + +
interfaceconfiguration::interfaceconfiguration (const interfaceconfigurationother)
+
+
+ +
+
+ +
+
+ + + + + + + +
interfaceconfiguration::~interfaceconfiguration () [virtual]
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
QString interfaceconfiguration::getBroadcast ()
+
+
+ +

+Here is the caller graph for this function:
+
+
+ + +
+

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

+Here is the caller graph for this function:
+
+
+ + +
+

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

+Here is the caller graph for this function:
+
+
+ + +
+

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

+Here is the caller graph for this function:
+
+
+ + +
+

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

+Here is the caller graph for this function:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + +
QString interfaceconfiguration::getNetwork ()
+
+
+ +
+
+ +
+
+ + + + + + + +
QString interfaceconfiguration::getRoutes ()
+
+
+ +
+
+ +
+
+ + + + + + + + +
interfaceconfiguration& interfaceconfiguration::operator= (const interfaceconfigurationother)
+
+
+ +
+
+ +
+
+ + + + + + + + +
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.)

+
Parameters:
+ + +
pathToConfigcontains the path to the configuration file.
+
+
+ +

+Here is the caller graph for this function:
+
+
+ + +
+

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + +
+ All Classes Files Functions Variables Defines
+ + +
+ +
+ + + + -- cgit v1.2.3-55-g7522