SpikeStream Application Library
0.2
|
#include <NetworkDialog.h>
Public Member Functions | |
NetworkDialog (QWidget *parent=0) | |
NetworkDialog (const QString &name, const QString &description, QWidget *parent=0) | |
~NetworkDialog () | |
QString | getName () |
QString | getDescription () |
Dialog for adding a new network to the database.
Definition at line 11 of file NetworkDialog.h.
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.
QString NetworkDialog::getDescription | ( | ) |
Returns the description of the network.
Definition at line 45 of file NetworkDialog.cpp.
QString NetworkDialog::getName | ( | ) |
Returns the name of the network.
Definition at line 36 of file NetworkDialog.cpp.