#include <ui_QmitkIGTRecorderViewControls.h>

Public Member Functions | |
| void | setupUi (QWidget *QmitkIGTRecorderControls) |
| void | retranslateUi (QWidget *QmitkIGTRecorderControls) |
Public Attributes | |
| QVBoxLayout * | vboxLayout |
| QGroupBox * | m_DeviceConfigGroup |
| QVBoxLayout * | verticalLayout |
| QCheckBox * | m_UpdateTrajectory |
| QCheckBox * | m_UpdateRecorder |
| QPushButton * | m_StartRecording |
| QPushButton * | m_PauseRecording |
| QPushButton * | m_StopRecording |
| QPushButton * | m_StartReplay |
| QPushButton * | m_StopReplay |
| QSpacerItem * | verticalSpacer |
Definition at line 29 of file ui_QmitkIGTRecorderViewControls.h.
| void Ui_QmitkIGTRecorderControls::retranslateUi | ( | QWidget * | QmitkIGTRecorderControls ) | [inline] |
Definition at line 122 of file ui_QmitkIGTRecorderViewControls.h.
References m_DeviceConfigGroup, m_PauseRecording, m_StartRecording, m_StartReplay, m_StopRecording, m_StopReplay, m_UpdateRecorder, and m_UpdateTrajectory.
Referenced by setupUi().
{
QmitkIGTRecorderControls->setWindowTitle(QApplication::translate("QmitkIGTRecorderControls", "QmitkIGTExample", 0, QApplication::UnicodeUTF8));
m_DeviceConfigGroup->setTitle(QApplication::translate("QmitkIGTRecorderControls", "Select Tracking Device", 0, QApplication::UnicodeUTF8));
m_UpdateTrajectory->setText(QApplication::translate("QmitkIGTRecorderControls", "Update Trajectory", 0, QApplication::UnicodeUTF8));
m_UpdateRecorder->setText(QApplication::translate("QmitkIGTRecorderControls", "Update Recorder", 0, QApplication::UnicodeUTF8));
m_StartRecording->setText(QApplication::translate("QmitkIGTRecorderControls", "Start Recording", 0, QApplication::UnicodeUTF8));
m_PauseRecording->setText(QApplication::translate("QmitkIGTRecorderControls", "Pause Recording", 0, QApplication::UnicodeUTF8));
m_StopRecording->setText(QApplication::translate("QmitkIGTRecorderControls", "Stop Recording", 0, QApplication::UnicodeUTF8));
m_StartReplay->setText(QApplication::translate("QmitkIGTRecorderControls", "Replay recorded file", 0, QApplication::UnicodeUTF8));
m_StopReplay->setText(QApplication::translate("QmitkIGTRecorderControls", "Stop Replaying", 0, QApplication::UnicodeUTF8));
} // retranslateUi
| void Ui_QmitkIGTRecorderControls::setupUi | ( | QWidget * | QmitkIGTRecorderControls ) | [inline] |
Definition at line 44 of file ui_QmitkIGTRecorderViewControls.h.
References m_DeviceConfigGroup, m_PauseRecording, m_StartRecording, m_StartReplay, m_StopRecording, m_StopReplay, m_UpdateRecorder, m_UpdateTrajectory, retranslateUi(), vboxLayout, verticalLayout, and verticalSpacer.
Referenced by QmitkIGTRecorderView::CreateQtPartControl().
{
if (QmitkIGTRecorderControls->objectName().isEmpty())
QmitkIGTRecorderControls->setObjectName(QString::fromUtf8("QmitkIGTRecorderControls"));
QmitkIGTRecorderControls->resize(389, 339);
QmitkIGTRecorderControls->setMinimumSize(QSize(0, 0));
vboxLayout = new QVBoxLayout(QmitkIGTRecorderControls);
vboxLayout->setSpacing(6);
vboxLayout->setContentsMargins(11, 11, 11, 11);
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
m_DeviceConfigGroup = new QGroupBox(QmitkIGTRecorderControls);
m_DeviceConfigGroup->setObjectName(QString::fromUtf8("m_DeviceConfigGroup"));
QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(m_DeviceConfigGroup->sizePolicy().hasHeightForWidth());
m_DeviceConfigGroup->setSizePolicy(sizePolicy);
verticalLayout = new QVBoxLayout(m_DeviceConfigGroup);
verticalLayout->setSpacing(6);
verticalLayout->setContentsMargins(11, 11, 11, 11);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
vboxLayout->addWidget(m_DeviceConfigGroup);
m_UpdateTrajectory = new QCheckBox(QmitkIGTRecorderControls);
m_UpdateTrajectory->setObjectName(QString::fromUtf8("m_UpdateTrajectory"));
m_UpdateTrajectory->setChecked(true);
vboxLayout->addWidget(m_UpdateTrajectory);
m_UpdateRecorder = new QCheckBox(QmitkIGTRecorderControls);
m_UpdateRecorder->setObjectName(QString::fromUtf8("m_UpdateRecorder"));
m_UpdateRecorder->setChecked(true);
vboxLayout->addWidget(m_UpdateRecorder);
m_StartRecording = new QPushButton(QmitkIGTRecorderControls);
m_StartRecording->setObjectName(QString::fromUtf8("m_StartRecording"));
m_StartRecording->setEnabled(false);
vboxLayout->addWidget(m_StartRecording);
m_PauseRecording = new QPushButton(QmitkIGTRecorderControls);
m_PauseRecording->setObjectName(QString::fromUtf8("m_PauseRecording"));
m_PauseRecording->setEnabled(false);
m_PauseRecording->setCheckable(true);
m_PauseRecording->setChecked(false);
vboxLayout->addWidget(m_PauseRecording);
m_StopRecording = new QPushButton(QmitkIGTRecorderControls);
m_StopRecording->setObjectName(QString::fromUtf8("m_StopRecording"));
m_StopRecording->setEnabled(false);
vboxLayout->addWidget(m_StopRecording);
m_StartReplay = new QPushButton(QmitkIGTRecorderControls);
m_StartReplay->setObjectName(QString::fromUtf8("m_StartReplay"));
m_StartReplay->setEnabled(false);
vboxLayout->addWidget(m_StartReplay);
m_StopReplay = new QPushButton(QmitkIGTRecorderControls);
m_StopReplay->setObjectName(QString::fromUtf8("m_StopReplay"));
m_StopReplay->setEnabled(false);
vboxLayout->addWidget(m_StopReplay);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout->addItem(verticalSpacer);
retranslateUi(QmitkIGTRecorderControls);
QMetaObject::connectSlotsByName(QmitkIGTRecorderControls);
} // setupUi
Definition at line 33 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by QmitkIGTRecorderView::CreateQtPartControl(), retranslateUi(), and setupUi().
| QPushButton* Ui_QmitkIGTRecorderControls::m_PauseRecording |
Definition at line 38 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by QmitkIGTRecorderView::CreateConnections(), QmitkIGTRecorderView::OnConnect(), QmitkIGTRecorderView::OnDisconnect(), retranslateUi(), and setupUi().
| QPushButton* Ui_QmitkIGTRecorderControls::m_StartRecording |
Definition at line 37 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by QmitkIGTRecorderView::CreateConnections(), QmitkIGTRecorderView::OnConnect(), QmitkIGTRecorderView::OnDisconnect(), retranslateUi(), and setupUi().
| QPushButton* Ui_QmitkIGTRecorderControls::m_StartReplay |
Definition at line 40 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by QmitkIGTRecorderView::CreateConnections(), retranslateUi(), and setupUi().
| QPushButton* Ui_QmitkIGTRecorderControls::m_StopRecording |
Definition at line 39 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by QmitkIGTRecorderView::CreateConnections(), QmitkIGTRecorderView::OnConnect(), QmitkIGTRecorderView::OnDisconnect(), retranslateUi(), and setupUi().
| QPushButton* Ui_QmitkIGTRecorderControls::m_StopReplay |
Definition at line 41 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by QmitkIGTRecorderView::CreateConnections(), retranslateUi(), and setupUi().
Definition at line 36 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by QmitkIGTRecorderView::RecordFrame(), retranslateUi(), and setupUi().
Definition at line 35 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by QmitkIGTRecorderView::RecordFrame(), retranslateUi(), and setupUi().
| QVBoxLayout* Ui_QmitkIGTRecorderControls::vboxLayout |
Definition at line 32 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by setupUi().
| QVBoxLayout* Ui_QmitkIGTRecorderControls::verticalLayout |
Definition at line 34 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by setupUi().
| QSpacerItem* Ui_QmitkIGTRecorderControls::verticalSpacer |
Definition at line 42 of file ui_QmitkIGTRecorderViewControls.h.
Referenced by setupUi().
1.7.2