HyperspaceExplorer 0.7.1
|
A Dialog to select settings concerning the writing of animated frames to disk. More...
#include <AnimationDialogImpl.h>
Public Member Functions | |
AnimationDialogImpl (QWidget *parent=0, Qt::WFlags f=0) | |
virtual | ~AnimationDialogImpl () |
Empty destructor Read the maximum number of frames written to disk. | |
int | getFrames () |
QString | getDir () |
Read the directory where the images are stored. | |
QString | getPrefix () |
Read the prefix of the filenames of stored images. | |
Protected Slots | |
void | openFileDialog () |
Open a QFileDialog to select save directory. |
A Dialog to select settings concerning the writing of animated frames to disk.
UI::Dialogs::AnimationDialogImpl::AnimationDialogImpl | ( | QWidget * | parent = 0 , |
Qt::WFlags | f = 0 |
||
) |
AnimationDialogImpl c'tor taking parameters for the parent AnimationDialog, which in turn inherited them from QDialog displays the dialog
parent | parent widget (NULL) |
f | window flags |
References openFileDialog().
QString UI::Dialogs::AnimationDialogImpl::getDir | ( | ) | [inline] |
Read the directory where the images are stored.
Referenced by C4DView::Menu4D::AnimationSettings().
int UI::Dialogs::AnimationDialogImpl::getFrames | ( | ) | [inline] |
Referenced by C4DView::Menu4D::AnimationSettings().
QString UI::Dialogs::AnimationDialogImpl::getPrefix | ( | ) | [inline] |
Read the prefix of the filenames of stored images.
Referenced by C4DView::Menu4D::AnimationSettings().