SpikeStream Application Library  0.2
spikestream::NetworkDialog Class Reference

#include <NetworkDialog.h>

List of all members.

Public Member Functions

 NetworkDialog (QWidget *parent=0)
 NetworkDialog (const QString &name, const QString &description, QWidget *parent=0)
 ~NetworkDialog ()
QString getName ()
QString getDescription ()

Detailed Description

Dialog for adding a new network to the database.

Definition at line 11 of file NetworkDialog.h.


Constructor & Destructor Documentation

NetworkDialog::NetworkDialog ( QWidget *  parent = 0)

Constructor called when creating a new network

Definition at line 15 of file NetworkDialog.cpp.

NetworkDialog::NetworkDialog ( const QString &  name,
const QString &  description,
QWidget *  parent = 0 
)

Constructor called when altering name or description of a network.

Definition at line 23 of file NetworkDialog.cpp.

Destructor

Definition at line 31 of file NetworkDialog.cpp.


Member Function Documentation

Returns the description of the network.

Definition at line 45 of file NetworkDialog.cpp.

Returns the name of the network.

Definition at line 36 of file NetworkDialog.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Friends Defines