NewNodeDialog Class Reference

A dialog to create a new node. More...

#include <newnodedialog.h>

List of all members.

Public Member Functions

 NewNodeDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 ~NewNodeDialog ()
QString getCaption () const
AbstractNodeContentgetContent () const
QStringList getLabels () const

Detailed Description

A dialog to create a new node.

This dialog provides the user with a GUI to create a new node. The dialog does not create a node, it only provides the necessary elements to create one.

Author:
Manuel Unglaub

Constructor & Destructor Documentation

NewNodeDialog::NewNodeDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

The constructor.

Constructs the NewNodeDialog which is a child of parent.

Parameters:
parent The parent of this NewNodeDialog.
f The dialog flags f are passed on to the QDialog constructor.
NewNodeDialog::~NewNodeDialog (  ) 

The destructor.

Destroys the object.


Member Function Documentation

QString NewNodeDialog::getCaption (  )  const

Get the caption the user entered at the dialog for the new node.

Returns:
The caption the user entered.
AbstractNodeContent * NewNodeDialog::getContent (  )  const

Get the content the user selected at the dialog for the new node.

Returns:
The content the user selected.
QStringList NewNodeDialog::getLabels (  )  const

Get the labels the user selected for the new node.

Returns:
A QStringList which contains the selected labels.

The documentation for this class was generated from the following files:
Generated on Fri May 14 19:12:51 2010 for Silence by  doxygen 1.6.3