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

LevelPropertiesDialog Class Reference

Lets the user edit the properies (name, author, etc.) of a level. More...

#include <level_properties_dialog.h>

Inheritance diagram for LevelPropertiesDialog::

List of all members.

Public Methods

 LevelPropertiesDialog (Level const &level, 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 properies (name, author, etc.) of a level.

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


Constructor & Destructor Documentation

LevelPropertiesDialog::LevelPropertiesDialog Level const & level,
QWidget * parent = 0,
const char * name = 0
 

Contructs the object.

Parameters:
level   The level to edit the properties.
parent   The parent widget.
name   The internal name.


Member Function Documentation

QString LevelPropertiesDialog::author const
 

Returns the new author of the level.

QString LevelPropertiesDialog::copyright const
 

Returns the new copyright of the level.

int LevelPropertiesDialog::difficulty const
 

Returns the new difficulty of the level.

QString LevelPropertiesDialog::homepage const
 

Returns the new homepage of the level.

QString LevelPropertiesDialog::info const
 

Returns the new info of the level.

QString LevelPropertiesDialog::name const
 

Returns the new name of the level.


Member Data Documentation

KLineEdit* LevelPropertiesDialog::m_author [private]
 

The author.

KLineEdit* LevelPropertiesDialog::m_copyright [private]
 

The copyright.

QComboBox* LevelPropertiesDialog::m_difficulty [private]
 

The difficulty.

KLineEdit* LevelPropertiesDialog::m_hompage [private]
 

The homepage.

QMultiLineEdit* LevelPropertiesDialog::m_info [private]
 

The additional info.

KLineEdit* LevelPropertiesDialog::m_name [private]
 

The level name.


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