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

MapSizeDialog Class Reference

Lets the user select the size of a map. More...

#include <map_size_dialog.h>

Inheritance diagram for MapSizeDialog::

List of all members.

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

Detailed Description

Lets the user select the size of a map.

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


Constructor & Destructor Documentation

MapSizeDialog::MapSizeDialog int width,
int height,
QWidget * parent = 0,
const char * name = 0
 

Contructs the object.

Parameters:
width   The original width of the map.
height   The original height of the map.
parent   The parent widget.
name   The internal name.


Member Function Documentation

int MapSizeDialog::height const
 

Returns the new height.

int MapSizeDialog::width const
 

Returns the new width.


Member Data Documentation

KIntNumInput* MapSizeDialog::m_height [private]
 

The height of the map.

KIntNumInput* MapSizeDialog::m_width [private]
 

The width of the map.


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