#include <image_storer_dialog.h>
Inheritance diagram for ImageStorerDialog::
Public Methods | |
ImageStorerDialog (Map const &map, Theme const *theme, QWidget *parent=0, char const *name=0) | |
virtual | ~ImageStorerDialog () |
bool | transparentBackground () const |
int | pieceSize () const |
bool | lowQuality () const |
Private Slots | |
void | pieceSizeChanged (int size) |
Private Attributes | |
Theme const * | m_theme |
QCheckBox * | m_transparent_background |
KIntNumInput * | m_piece_size |
QLabel * | m_whole_size |
QCheckBox * | m_low_quality |
int | m_map_width |
int | m_map_height |
|
Constructs the object.
|
|
Stores the values.
|
|
Return true, if we only use low quality images.
|
|
Returns the piece size.
|
|
Called, when the piece size has changed.
|
|
Returns true, if the background should be transparent.
|
|
Use low quality images.
|
|
The map height.
|
|
The map width.
|
|
The piece size.
|
|
The theme to use.
|
|
The background checkbox.
|
|
Label which displays the whole image size.
|