#include <ui_QmitkMovieMakerControls.h>


Public Member Functions | |
| void | setupUi (QWidget *QmitkMovieMakerControls) |
| void | retranslateUi (QWidget *QmitkMovieMakerControls) |
Public Attributes | |
| QGridLayout * | gridLayout_2 |
| QLabel * | textLabel3 |
| QComboBox * | cmbSelectedStepperWindow |
| QLabel * | textLabel3_2 |
| QComboBox * | cmbSelectedRecordingWindow |
| QGroupBox * | groupBox |
| QGridLayout * | gridLayout |
| QHBoxLayout * | hboxLayout |
| QLabel * | textLabel1 |
| QmitkSliderNavigatorWidget * | slidAngle |
| QHBoxLayout * | hboxLayout1 |
| QToolButton * | btnPlay |
| QToolButton * | btnPause |
| QToolButton * | btnStop |
| QToolButton * | btnMovie |
| QToolButton * | btnScreenshot |
| QToolButton * | m_HRScreenshot |
| QGroupBox * | groupBox_2 |
| QVBoxLayout * | vboxLayout |
| QWidget * | buttonGroup1 |
| QVBoxLayout * | vboxLayout1 |
| QRadioButton * | rbtnSpatial |
| QRadioButton * | rbtnTemporal |
| QRadioButton * | rbtnCombined |
| QHBoxLayout * | hboxLayout2 |
| QLabel * | textLabel2_2 |
| QSpinBox * | spatialTimeRelation |
| QFrame * | line2 |
| QWidget * | buttonGroup2 |
| QVBoxLayout * | vboxLayout2 |
| QRadioButton * | rbtnForward |
| QRadioButton * | rbtnBackward |
| QRadioButton * | rbtnPingPong |
| QHBoxLayout * | hboxLayout3 |
| QLabel * | textLabel2 |
| QSpinBox * | spnDuration |
| QSpacerItem * | spacerItem |
Definition at line 34 of file ui_QmitkMovieMakerControls.h.
| void Ui_QmitkMovieMakerControls::retranslateUi | ( | QWidget * | QmitkMovieMakerControls ) | [inline] |
Definition at line 363 of file ui_QmitkMovieMakerControls.h.
References btnMovie, btnPause, btnPlay, btnScreenshot, btnStop, groupBox, groupBox_2, m_HRScreenshot, rbtnBackward, rbtnCombined, rbtnForward, rbtnPingPong, rbtnSpatial, rbtnTemporal, textLabel1, textLabel2, textLabel2_2, textLabel3, and textLabel3_2.
Referenced by setupUi().
{
QmitkMovieMakerControls->setWindowTitle(QApplication::translate("QmitkMovieMakerControls", "MovieMaker", 0, QApplication::UnicodeUTF8));
textLabel3->setText(QApplication::translate("QmitkMovieMakerControls", "Window for stepping", 0, QApplication::UnicodeUTF8));
textLabel3_2->setText(QApplication::translate("QmitkMovieMakerControls", "Window for recording", 0, QApplication::UnicodeUTF8));
groupBox->setTitle(QApplication::translate("QmitkMovieMakerControls", "Recording options", 0, QApplication::UnicodeUTF8));
textLabel1->setText(QApplication::translate("QmitkMovieMakerControls", "Step", 0, QApplication::UnicodeUTF8));
btnPlay->setText(QString());
btnPause->setText(QString());
btnStop->setText(QString());
btnMovie->setText(QApplication::translate("QmitkMovieMakerControls", "Write Movie (MS Windows only) ...", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
btnScreenshot->setToolTip(QApplication::translate("QmitkMovieMakerControls", "Writes a screenshot of the selected window.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
btnScreenshot->setText(QApplication::translate("QmitkMovieMakerControls", "Write Screenshot", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
m_HRScreenshot->setToolTip(QApplication::translate("QmitkMovieMakerControls", "Writes a screenshot of the selected window.", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
m_HRScreenshot->setText(QApplication::translate("QmitkMovieMakerControls", "Write high resolution 3D Screenshot", 0, QApplication::UnicodeUTF8));
groupBox_2->setTitle(QApplication::translate("QmitkMovieMakerControls", "Playing options", 0, QApplication::UnicodeUTF8));
rbtnSpatial->setText(QApplication::translate("QmitkMovieMakerControls", "Spatial", 0, QApplication::UnicodeUTF8));
rbtnTemporal->setText(QApplication::translate("QmitkMovieMakerControls", "Temporal", 0, QApplication::UnicodeUTF8));
rbtnCombined->setText(QApplication::translate("QmitkMovieMakerControls", "Combined", 0, QApplication::UnicodeUTF8));
textLabel2_2->setText(QApplication::translate("QmitkMovieMakerControls", "S/T Relation", 0, QApplication::UnicodeUTF8));
rbtnForward->setText(QApplication::translate("QmitkMovieMakerControls", "Forward", 0, QApplication::UnicodeUTF8));
rbtnBackward->setText(QApplication::translate("QmitkMovieMakerControls", "Backward", 0, QApplication::UnicodeUTF8));
rbtnPingPong->setText(QApplication::translate("QmitkMovieMakerControls", "Ping-Pong", 0, QApplication::UnicodeUTF8));
textLabel2->setText(QApplication::translate("QmitkMovieMakerControls", "Cycle (sec)", 0, QApplication::UnicodeUTF8));
} // retranslateUi
| void Ui_QmitkMovieMakerControls::setupUi | ( | QWidget * | QmitkMovieMakerControls ) | [inline] |
Definition at line 75 of file ui_QmitkMovieMakerControls.h.
References btnMovie, btnPause, btnPlay, btnScreenshot, btnStop, buttonGroup1, buttonGroup2, cmbSelectedRecordingWindow, cmbSelectedStepperWindow, gridLayout, gridLayout_2, groupBox, groupBox_2, hboxLayout, hboxLayout1, hboxLayout2, hboxLayout3, line2, m_HRScreenshot, rbtnBackward, rbtnCombined, rbtnForward, rbtnPingPong, rbtnSpatial, rbtnTemporal, retranslateUi(), slidAngle, spacerItem, spatialTimeRelation, spnDuration, textLabel1, textLabel2, textLabel2_2, textLabel3, textLabel3_2, vboxLayout, vboxLayout1, and vboxLayout2.
Referenced by QmitkMovieMaker::CreateQtPartControl().
{
if (QmitkMovieMakerControls->objectName().isEmpty())
QmitkMovieMakerControls->setObjectName(QString::fromUtf8("QmitkMovieMakerControls"));
QmitkMovieMakerControls->resize(371, 665);
gridLayout_2 = new QGridLayout(QmitkMovieMakerControls);
gridLayout_2->setSpacing(6);
gridLayout_2->setContentsMargins(11, 11, 11, 11);
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
textLabel3 = new QLabel(QmitkMovieMakerControls);
textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(textLabel3->sizePolicy().hasHeightForWidth());
textLabel3->setSizePolicy(sizePolicy);
QFont font;
font.setBold(true);
font.setWeight(75);
textLabel3->setFont(font);
textLabel3->setWordWrap(false);
gridLayout_2->addWidget(textLabel3, 0, 0, 1, 1);
cmbSelectedStepperWindow = new QComboBox(QmitkMovieMakerControls);
cmbSelectedStepperWindow->setObjectName(QString::fromUtf8("cmbSelectedStepperWindow"));
QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(cmbSelectedStepperWindow->sizePolicy().hasHeightForWidth());
cmbSelectedStepperWindow->setSizePolicy(sizePolicy1);
gridLayout_2->addWidget(cmbSelectedStepperWindow, 1, 0, 1, 2);
textLabel3_2 = new QLabel(QmitkMovieMakerControls);
textLabel3_2->setObjectName(QString::fromUtf8("textLabel3_2"));
sizePolicy.setHeightForWidth(textLabel3_2->sizePolicy().hasHeightForWidth());
textLabel3_2->setSizePolicy(sizePolicy);
textLabel3_2->setFont(font);
textLabel3_2->setWordWrap(false);
gridLayout_2->addWidget(textLabel3_2, 2, 0, 1, 1);
cmbSelectedRecordingWindow = new QComboBox(QmitkMovieMakerControls);
cmbSelectedRecordingWindow->setObjectName(QString::fromUtf8("cmbSelectedRecordingWindow"));
sizePolicy1.setHeightForWidth(cmbSelectedRecordingWindow->sizePolicy().hasHeightForWidth());
cmbSelectedRecordingWindow->setSizePolicy(sizePolicy1);
gridLayout_2->addWidget(cmbSelectedRecordingWindow, 3, 0, 1, 2);
groupBox = new QGroupBox(QmitkMovieMakerControls);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setFont(font);
gridLayout = new QGridLayout(groupBox);
gridLayout->setSpacing(6);
gridLayout->setContentsMargins(11, 11, 11, 11);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
hboxLayout = new QHBoxLayout();
hboxLayout->setSpacing(6);
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
textLabel1 = new QLabel(groupBox);
textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Fixed);
sizePolicy2.setHorizontalStretch(0);
sizePolicy2.setVerticalStretch(0);
sizePolicy2.setHeightForWidth(textLabel1->sizePolicy().hasHeightForWidth());
textLabel1->setSizePolicy(sizePolicy2);
QFont font1;
textLabel1->setFont(font1);
textLabel1->setWordWrap(false);
hboxLayout->addWidget(textLabel1);
slidAngle = new QmitkSliderNavigatorWidget(groupBox);
slidAngle->setObjectName(QString::fromUtf8("slidAngle"));
hboxLayout->addWidget(slidAngle);
gridLayout->addLayout(hboxLayout, 0, 0, 1, 2);
hboxLayout1 = new QHBoxLayout();
hboxLayout1->setSpacing(6);
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
btnPlay = new QToolButton(groupBox);
btnPlay->setObjectName(QString::fromUtf8("btnPlay"));
QSizePolicy sizePolicy3(QSizePolicy::Expanding, QSizePolicy::Minimum);
sizePolicy3.setHorizontalStretch(0);
sizePolicy3.setVerticalStretch(0);
sizePolicy3.setHeightForWidth(btnPlay->sizePolicy().hasHeightForWidth());
btnPlay->setSizePolicy(sizePolicy3);
btnPlay->setFont(font1);
QIcon icon;
icon.addFile(QString::fromUtf8(":/QmitkMovieMakerView/play.xpm"), QSize(), QIcon::Normal, QIcon::Off);
btnPlay->setIcon(icon);
hboxLayout1->addWidget(btnPlay);
btnPause = new QToolButton(groupBox);
btnPause->setObjectName(QString::fromUtf8("btnPause"));
sizePolicy3.setHeightForWidth(btnPause->sizePolicy().hasHeightForWidth());
btnPause->setSizePolicy(sizePolicy3);
btnPause->setFont(font1);
QIcon icon1;
icon1.addFile(QString::fromUtf8(":/QmitkMovieMakerView/pause.xpm"), QSize(), QIcon::Normal, QIcon::Off);
btnPause->setIcon(icon1);
hboxLayout1->addWidget(btnPause);
btnStop = new QToolButton(groupBox);
btnStop->setObjectName(QString::fromUtf8("btnStop"));
sizePolicy3.setHeightForWidth(btnStop->sizePolicy().hasHeightForWidth());
btnStop->setSizePolicy(sizePolicy3);
btnStop->setFont(font1);
QIcon icon2;
icon2.addFile(QString::fromUtf8(":/QmitkMovieMakerView/stop.xpm"), QSize(), QIcon::Normal, QIcon::Off);
btnStop->setIcon(icon2);
hboxLayout1->addWidget(btnStop);
gridLayout->addLayout(hboxLayout1, 1, 0, 1, 2);
btnMovie = new QToolButton(groupBox);
btnMovie->setObjectName(QString::fromUtf8("btnMovie"));
QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
sizePolicy4.setHorizontalStretch(0);
sizePolicy4.setVerticalStretch(0);
sizePolicy4.setHeightForWidth(btnMovie->sizePolicy().hasHeightForWidth());
btnMovie->setSizePolicy(sizePolicy4);
btnMovie->setFont(font1);
gridLayout->addWidget(btnMovie, 2, 0, 1, 2);
btnScreenshot = new QToolButton(groupBox);
btnScreenshot->setObjectName(QString::fromUtf8("btnScreenshot"));
QSizePolicy sizePolicy5(QSizePolicy::Preferred, QSizePolicy::Fixed);
sizePolicy5.setHorizontalStretch(0);
sizePolicy5.setVerticalStretch(0);
sizePolicy5.setHeightForWidth(btnScreenshot->sizePolicy().hasHeightForWidth());
btnScreenshot->setSizePolicy(sizePolicy5);
btnScreenshot->setFont(font1);
gridLayout->addWidget(btnScreenshot, 3, 0, 1, 1);
m_HRScreenshot = new QToolButton(groupBox);
m_HRScreenshot->setObjectName(QString::fromUtf8("m_HRScreenshot"));
sizePolicy5.setHeightForWidth(m_HRScreenshot->sizePolicy().hasHeightForWidth());
m_HRScreenshot->setSizePolicy(sizePolicy5);
m_HRScreenshot->setFont(font1);
gridLayout->addWidget(m_HRScreenshot, 3, 1, 1, 1);
gridLayout_2->addWidget(groupBox, 4, 0, 1, 2);
groupBox_2 = new QGroupBox(QmitkMovieMakerControls);
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
groupBox_2->setFont(font);
vboxLayout = new QVBoxLayout(groupBox_2);
vboxLayout->setSpacing(6);
vboxLayout->setContentsMargins(11, 11, 11, 11);
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
buttonGroup1 = new QWidget(groupBox_2);
buttonGroup1->setObjectName(QString::fromUtf8("buttonGroup1"));
vboxLayout1 = new QVBoxLayout(buttonGroup1);
vboxLayout1->setSpacing(6);
vboxLayout1->setContentsMargins(11, 11, 11, 11);
vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
rbtnSpatial = new QRadioButton(buttonGroup1);
rbtnSpatial->setObjectName(QString::fromUtf8("rbtnSpatial"));
rbtnSpatial->setFont(font1);
rbtnSpatial->setChecked(true);
vboxLayout1->addWidget(rbtnSpatial);
rbtnTemporal = new QRadioButton(buttonGroup1);
rbtnTemporal->setObjectName(QString::fromUtf8("rbtnTemporal"));
rbtnTemporal->setFont(font1);
vboxLayout1->addWidget(rbtnTemporal);
rbtnCombined = new QRadioButton(buttonGroup1);
rbtnCombined->setObjectName(QString::fromUtf8("rbtnCombined"));
rbtnCombined->setFont(font1);
vboxLayout1->addWidget(rbtnCombined);
hboxLayout2 = new QHBoxLayout();
hboxLayout2->setSpacing(6);
hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
textLabel2_2 = new QLabel(buttonGroup1);
textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
textLabel2_2->setFont(font1);
textLabel2_2->setWordWrap(false);
hboxLayout2->addWidget(textLabel2_2);
spatialTimeRelation = new QSpinBox(buttonGroup1);
spatialTimeRelation->setObjectName(QString::fromUtf8("spatialTimeRelation"));
spatialTimeRelation->setFont(font1);
spatialTimeRelation->setMinimum(-10);
spatialTimeRelation->setMaximum(10);
spatialTimeRelation->setValue(0);
hboxLayout2->addWidget(spatialTimeRelation);
vboxLayout1->addLayout(hboxLayout2);
vboxLayout->addWidget(buttonGroup1);
line2 = new QFrame(groupBox_2);
line2->setObjectName(QString::fromUtf8("line2"));
line2->setFrameShape(QFrame::HLine);
line2->setFrameShadow(QFrame::Sunken);
vboxLayout->addWidget(line2);
buttonGroup2 = new QWidget(groupBox_2);
buttonGroup2->setObjectName(QString::fromUtf8("buttonGroup2"));
vboxLayout2 = new QVBoxLayout(buttonGroup2);
vboxLayout2->setSpacing(6);
vboxLayout2->setContentsMargins(11, 11, 11, 11);
vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
rbtnForward = new QRadioButton(buttonGroup2);
rbtnForward->setObjectName(QString::fromUtf8("rbtnForward"));
rbtnForward->setFont(font1);
rbtnForward->setChecked(true);
vboxLayout2->addWidget(rbtnForward);
rbtnBackward = new QRadioButton(buttonGroup2);
rbtnBackward->setObjectName(QString::fromUtf8("rbtnBackward"));
rbtnBackward->setFont(font1);
vboxLayout2->addWidget(rbtnBackward);
rbtnPingPong = new QRadioButton(buttonGroup2);
rbtnPingPong->setObjectName(QString::fromUtf8("rbtnPingPong"));
rbtnPingPong->setFont(font1);
vboxLayout2->addWidget(rbtnPingPong);
hboxLayout3 = new QHBoxLayout();
hboxLayout3->setSpacing(6);
hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
textLabel2 = new QLabel(buttonGroup2);
textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
textLabel2->setFont(font1);
textLabel2->setWordWrap(false);
hboxLayout3->addWidget(textLabel2);
spnDuration = new QSpinBox(buttonGroup2);
spnDuration->setObjectName(QString::fromUtf8("spnDuration"));
spnDuration->setFont(font1);
spnDuration->setMinimum(1);
spnDuration->setMaximum(200);
spnDuration->setValue(5);
hboxLayout3->addWidget(spnDuration);
vboxLayout2->addLayout(hboxLayout3);
vboxLayout->addWidget(buttonGroup2);
gridLayout_2->addWidget(groupBox_2, 5, 0, 1, 2);
spacerItem = new QSpacerItem(20, 31, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout_2->addItem(spacerItem, 6, 1, 1, 1);
QWidget::setTabOrder(rbtnForward, rbtnBackward);
QWidget::setTabOrder(rbtnBackward, rbtnPingPong);
QWidget::setTabOrder(rbtnPingPong, rbtnSpatial);
QWidget::setTabOrder(rbtnSpatial, rbtnTemporal);
QWidget::setTabOrder(rbtnTemporal, cmbSelectedStepperWindow);
retranslateUi(QmitkMovieMakerControls);
QMetaObject::connectSlotsByName(QmitkMovieMakerControls);
} // setupUi
| QToolButton* Ui_QmitkMovieMakerControls::btnMovie |
Definition at line 51 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::BlockControls(), QmitkMovieMaker::CreateConnections(), QmitkMovieMaker::CreateQtPartControl(), QmitkMovieMaker::PausePlaying(), retranslateUi(), setupUi(), QmitkMovieMaker::StartPlaying(), QmitkMovieMaker::StopPlaying(), and QmitkMovieMaker::UnBlockControlsMovieDeactive().
| QToolButton* Ui_QmitkMovieMakerControls::btnPause |
Definition at line 49 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), QmitkMovieMaker::CreateQtPartControl(), QmitkMovieMaker::PausePlaying(), retranslateUi(), setupUi(), QmitkMovieMaker::StartPlaying(), and QmitkMovieMaker::StopPlaying().
| QToolButton* Ui_QmitkMovieMakerControls::btnPlay |
Definition at line 48 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::BlockControls(), QmitkMovieMaker::CreateConnections(), QmitkMovieMaker::PausePlaying(), retranslateUi(), setupUi(), QmitkMovieMaker::StartPlaying(), and QmitkMovieMaker::StopPlaying().
| QToolButton* Ui_QmitkMovieMakerControls::btnScreenshot |
Definition at line 52 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::BlockControls(), QmitkMovieMaker::CreateConnections(), QmitkMovieMaker::PausePlaying(), retranslateUi(), setupUi(), QmitkMovieMaker::StartPlaying(), and QmitkMovieMaker::StopPlaying().
| QToolButton* Ui_QmitkMovieMakerControls::btnStop |
Definition at line 50 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), retranslateUi(), and setupUi().
Definition at line 56 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
Definition at line 65 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
Definition at line 41 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), QmitkMovieMaker::CreateQtPartControl(), QmitkMovieMaker::FocusChange(), and setupUi().
Definition at line 39 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), QmitkMovieMaker::CreateQtPartControl(), QmitkMovieMaker::FocusChange(), and setupUi().
| QGridLayout* Ui_QmitkMovieMakerControls::gridLayout |
Definition at line 43 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
| QGridLayout* Ui_QmitkMovieMakerControls::gridLayout_2 |
Definition at line 37 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
| QGroupBox* Ui_QmitkMovieMakerControls::groupBox |
Definition at line 42 of file ui_QmitkMovieMakerControls.h.
Referenced by retranslateUi(), and setupUi().
| QGroupBox* Ui_QmitkMovieMakerControls::groupBox_2 |
Definition at line 54 of file ui_QmitkMovieMakerControls.h.
Referenced by retranslateUi(), and setupUi().
| QHBoxLayout* Ui_QmitkMovieMakerControls::hboxLayout |
Definition at line 44 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
| QHBoxLayout* Ui_QmitkMovieMakerControls::hboxLayout1 |
Definition at line 47 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
| QHBoxLayout* Ui_QmitkMovieMakerControls::hboxLayout2 |
Definition at line 61 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
| QHBoxLayout* Ui_QmitkMovieMakerControls::hboxLayout3 |
Definition at line 70 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
Definition at line 64 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
| QToolButton* Ui_QmitkMovieMakerControls::m_HRScreenshot |
Definition at line 53 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), retranslateUi(), and setupUi().
| QRadioButton* Ui_QmitkMovieMakerControls::rbtnBackward |
Definition at line 68 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), retranslateUi(), and setupUi().
| QRadioButton* Ui_QmitkMovieMakerControls::rbtnCombined |
Definition at line 60 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), retranslateUi(), and setupUi().
| QRadioButton* Ui_QmitkMovieMakerControls::rbtnForward |
Definition at line 67 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), retranslateUi(), and setupUi().
| QRadioButton* Ui_QmitkMovieMakerControls::rbtnPingPong |
Definition at line 69 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), retranslateUi(), and setupUi().
| QRadioButton* Ui_QmitkMovieMakerControls::rbtnSpatial |
Definition at line 58 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), retranslateUi(), and setupUi().
| QRadioButton* Ui_QmitkMovieMakerControls::rbtnTemporal |
Definition at line 59 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), retranslateUi(), and setupUi().
Definition at line 46 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::BlockControls(), QmitkMovieMaker::CreateQtPartControl(), QmitkMovieMaker::PausePlaying(), setupUi(), QmitkMovieMaker::StartPlaying(), and QmitkMovieMaker::StopPlaying().
| QSpacerItem* Ui_QmitkMovieMakerControls::spacerItem |
Definition at line 73 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
Definition at line 63 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::CreateConnections(), and setupUi().
| QSpinBox* Ui_QmitkMovieMakerControls::spnDuration |
Definition at line 72 of file ui_QmitkMovieMakerControls.h.
Referenced by QmitkMovieMaker::AdvanceAnimation(), QmitkMovieMaker::BlockControls(), QmitkMovieMaker::GenerateMovie(), and setupUi().
Definition at line 45 of file ui_QmitkMovieMakerControls.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 71 of file ui_QmitkMovieMakerControls.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 62 of file ui_QmitkMovieMakerControls.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 38 of file ui_QmitkMovieMakerControls.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 40 of file ui_QmitkMovieMakerControls.h.
Referenced by retranslateUi(), and setupUi().
| QVBoxLayout* Ui_QmitkMovieMakerControls::vboxLayout |
Definition at line 55 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
| QVBoxLayout* Ui_QmitkMovieMakerControls::vboxLayout1 |
Definition at line 57 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
| QVBoxLayout* Ui_QmitkMovieMakerControls::vboxLayout2 |
Definition at line 66 of file ui_QmitkMovieMakerControls.h.
Referenced by setupUi().
1.7.2