#include <level_properties_dialog.h>
Inheritance diagram for LevelPropertiesDialog::
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 |
|
Contructs the object.
|
|
Returns the new author of the level.
|
|
Returns the new copyright of the level.
|
|
Returns the new difficulty of the level.
|
|
Returns the new homepage of the level.
|
|
Returns the new info of the level.
|
|
Returns the new name of the level.
|
|
The author.
|
|
The copyright.
|
|
The difficulty.
|
|
The homepage.
|
|
The additional info.
|
|
The level name.
|