#include <map_size_dialog.h>
Inheritance diagram for MapSizeDialog::
Public Methods | |
MapSizeDialog (int width, int height, QWidget *parent=0, const char *name=0) | |
int | width () const |
int | height () const |
Private Attributes | |
KIntNumInput * | m_width |
KIntNumInput * | m_height |
|
Contructs the object.
|
|
Returns the new height.
|
|
Returns the new width.
|
|
The height of the map.
|
|
The width of the map.
|