#include <animation_storer_dialog.h>
Inheritance diagram for AnimationStorerDialog::
Public Methods | |
AnimationStorerDialog (Map const &map, Theme const *theme, QWidget *parent=0, char const *name=0) | |
virtual | ~AnimationStorerDialog () |
bool | transparentBackground () const |
int | pieceSize () const |
int | startDelay () const |
int | delay () const |
bool | cylcle () const |
int | endDelay () const |
bool | lowQuality () const |
Private Slots | |
void | pieceSizeChanged (int size) |
void | cycleChanged (bool cycle) |
Private Methods | |
void | createSizeGroup (QWidget *parent, KConfig *config) |
void | createBackgroundGroup (QWidget *parent, KConfig *config) |
void | createDelayGroup (QWidget *parent, KConfig *config) |
void | createCycleGroup (QWidget *parent, KConfig *config) |
void | createQualityGroup (QWidget *parent, KConfig *config) |
Private Attributes | |
Theme const * | m_theme |
QCheckBox * | m_transparent_background |
KIntNumInput * | m_piece_size |
QLabel * | m_whole_size |
KIntNumInput * | m_start_delay |
KIntNumInput * | m_delay |
KIntNumInput * | m_end_delay |
QCheckBox * | m_cycle |
QCheckBox * | m_low_quality |
int | m_map_width |
int | m_map_height |
|
Constructs the object.
|
|
Stores the settings.
|
|
Creates the background group.
|
|
Creates the cylce group.
|
|
Creates the delay group.
|
|
Creates the quality group.
|
|
Creates the piece size group.
|
|
Called, when the cycle option was changed.
|
|
Returns true, if we should cycle.
|
|
Returns the delay between two frames.
|
|
Returns the end delay.
|
|
Return true, if we only use low quality images.
|
|
Returns the piece size.
|
|
Called, when the piece size has changed.
|
|
Returns the start delay.
|
|
Returns true, if the background should be transparent.
|
|
Cylcle?
|
|
The delay.
|
|
The end delay.
|
|
Use low quality images.
|
|
The map height.
|
|
The map width.
|
|
The piece size.
|
|
The start delay.
|
|
The theme to use.
|
|
The background checkbox.
|
|
Label which displays the whole image size.
|