Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

CollectionPropertiesDialog Class Reference

Lets the user edit the properties (name, author, etc.) of a collection. More...

#include <collection_properties_dialog.h>

Inheritance diagram for CollectionPropertiesDialog::

List of all members.

Public Methods

 CollectionPropertiesDialog (Collection const &collection, QWidget *parent=0, const char *name=0)
QString author () const
QString homepage () const
QString copyright () const
QString name () const
QString info () const
int difficulty () const

Private Attributes

KLineEdit * m_author
KLineEdit * m_hompage
KLineEdit * m_copyright
KLineEdit * m_name
QMultiLineEdit * m_info
QComboBox * m_difficulty

Detailed Description

Lets the user edit the properties (name, author, etc.) of a collection.

Author:
Ralf Schmelter (ralfs@pc2a.chemie.uni-dortmund.de).
Version:
0.1


Constructor & Destructor Documentation

CollectionPropertiesDialog::CollectionPropertiesDialog Collection const & collection,
QWidget * parent = 0,
const char * name = 0
 

Contructs the object.

Parameters:
collection   The collection for which to edit the properties.
parent   The parent widget.
name   The internal name.


Member Function Documentation

QString CollectionPropertiesDialog::author const
 

Returns the new author of the collection.

QString CollectionPropertiesDialog::copyright const
 

Returns the new copyright of the collection.

int CollectionPropertiesDialog::difficulty const
 

Returns the new difficulty of the collection.

QString CollectionPropertiesDialog::homepage const
 

Returns the new homepage of the collection.

QString CollectionPropertiesDialog::info const
 

Returns the new info of the collection.

QString CollectionPropertiesDialog::name const
 

Returns the new name of the collection.


Member Data Documentation

KLineEdit* CollectionPropertiesDialog::m_author [private]
 

The new author of the collection.

KLineEdit* CollectionPropertiesDialog::m_copyright [private]
 

The new copyright of the collection.

QComboBox* CollectionPropertiesDialog::m_difficulty [private]
 

The difficulty.

KLineEdit* CollectionPropertiesDialog::m_hompage [private]
 

The new homepage of the collection.

QMultiLineEdit* CollectionPropertiesDialog::m_info [private]
 

The new infor of the collection.

KLineEdit* CollectionPropertiesDialog::m_name [private]
 

The new name of the collection.


The documentation for this class was generated from the following file:
Generated at Sun Jan 6 18:49:10 2002 for EasySok by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001