Public Member Functions | Public Attributes

Ui_QmitkIGTExampleControls Class Reference

#include <ui_QmitkIGTExampleViewControls.h>

Inheritance diagram for Ui_QmitkIGTExampleControls:
Inheritance graph
[legend]
Collaboration diagram for Ui_QmitkIGTExampleControls:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void setupUi (QWidget *QmitkIGTExampleControls)
void retranslateUi (QWidget *QmitkIGTExampleControls)

Public Attributes

QVBoxLayout * verticalLayout_2
QGroupBox * groupBox
QVBoxLayout * verticalLayout
QComboBox * m_TrackingDevice
QHBoxLayout * hboxLayout
QPushButton * m_LoadToolBtn
QLabel * m_ToolFileName
QHBoxLayout * hboxLayout1
QLabel * m_PortLabel
QLineEdit * m_Port
QPushButton * m_StartTrackingButton
QPushButton * m_StartNavigationButton
QTextEdit * m_TextOutput
QmitkPlotWidgetm_ErrorPlot
QHBoxLayout * _2
QPushButton * m_ShowErrorPlotBtn
QProgressBar * m_ErrorBar
QPushButton * m_MeasureBtn
QPushButton * m_MeasureContinuously
QPushButton * m_StopBtn
QHBoxLayout * hboxLayout2
QLabel * textLabel1
QLineEdit * m_X
QLineEdit * m_Y
QLineEdit * m_Z
QPushButton * m_ChangeOffset
QCheckBox * m_ShowTrajectories
QPushButton * m_RecordingButtonToggle
QPushButton * m_PlayingButtonToggle

Detailed Description

Definition at line 34 of file ui_QmitkIGTExampleViewControls.h.


Member Function Documentation

void Ui_QmitkIGTExampleControls::retranslateUi ( QWidget *  QmitkIGTExampleControls ) [inline]

Definition at line 244 of file ui_QmitkIGTExampleViewControls.h.

References groupBox, m_ChangeOffset, m_LoadToolBtn, m_MeasureBtn, m_MeasureContinuously, m_PlayingButtonToggle, m_PortLabel, m_RecordingButtonToggle, m_ShowErrorPlotBtn, m_ShowTrajectories, m_StartNavigationButton, m_StartTrackingButton, m_StopBtn, m_ToolFileName, m_TrackingDevice, m_X, m_Y, m_Z, and textLabel1.

Referenced by setupUi().

    {
        QmitkIGTExampleControls->setWindowTitle(QApplication::translate("QmitkIGTExampleControls", "QmitkIGTExample", 0, QApplication::UnicodeUTF8));
        groupBox->setTitle(QApplication::translate("QmitkIGTExampleControls", "Select Tracking Device", 0, QApplication::UnicodeUTF8));
        m_TrackingDevice->clear();
        m_TrackingDevice->insertItems(0, QStringList()
         << QApplication::translate("QmitkIGTExampleControls", "NDI Polaris", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkIGTExampleControls", "NDI Aurora", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkIGTExampleControls", "Micron Tracker", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkIGTExampleControls", "MicroBird", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkIGTExampleControls", "VirtualTrackingDevice", 0, QApplication::UnicodeUTF8)
        );
        m_LoadToolBtn->setText(QApplication::translate("QmitkIGTExampleControls", "Load Tool(s)", 0, QApplication::UnicodeUTF8));
        m_ToolFileName->setText(QString());
        m_PortLabel->setText(QApplication::translate("QmitkIGTExampleControls", "Port (e.g. COM4, /dev/ttyUSB0):", 0, QApplication::UnicodeUTF8));
        m_StartTrackingButton->setText(QApplication::translate("QmitkIGTExampleControls", "Start MITK-IGT-Tracking Test", 0, QApplication::UnicodeUTF8));
        m_StartNavigationButton->setText(QApplication::translate("QmitkIGTExampleControls", "Start MITK-IGT-Navigation Test", 0, QApplication::UnicodeUTF8));
        m_ShowErrorPlotBtn->setText(QApplication::translate("QmitkIGTExampleControls", "Show Error Plot", 0, QApplication::UnicodeUTF8));
        m_MeasureBtn->setText(QApplication::translate("QmitkIGTExampleControls", "Measure!", 0, QApplication::UnicodeUTF8));
        m_MeasureContinuously->setText(QApplication::translate("QmitkIGTExampleControls", "Start measure continuously", 0, QApplication::UnicodeUTF8));
        m_StopBtn->setText(QApplication::translate("QmitkIGTExampleControls", "End MITK-IGT-Navigation Test", 0, QApplication::UnicodeUTF8));
        textLabel1->setText(QApplication::translate("QmitkIGTExampleControls", "Offset(x,y,z)", 0, QApplication::UnicodeUTF8));
        m_X->setText(QApplication::translate("QmitkIGTExampleControls", "0.0", 0, QApplication::UnicodeUTF8));
        m_Y->setText(QApplication::translate("QmitkIGTExampleControls", "0.0", 0, QApplication::UnicodeUTF8));
        m_Z->setText(QApplication::translate("QmitkIGTExampleControls", "0.0", 0, QApplication::UnicodeUTF8));
        m_ChangeOffset->setText(QApplication::translate("QmitkIGTExampleControls", "Change Offset", 0, QApplication::UnicodeUTF8));
        m_ShowTrajectories->setText(QApplication::translate("QmitkIGTExampleControls", "Show trajectories", 0, QApplication::UnicodeUTF8));
        m_RecordingButtonToggle->setText(QApplication::translate("QmitkIGTExampleControls", "Start Recording Test", 0, QApplication::UnicodeUTF8));
        m_PlayingButtonToggle->setText(QApplication::translate("QmitkIGTExampleControls", "Start Replaying", 0, QApplication::UnicodeUTF8));
    } // retranslateUi
void Ui_QmitkIGTExampleControls::setupUi ( QWidget *  QmitkIGTExampleControls ) [inline]

Definition at line 67 of file ui_QmitkIGTExampleViewControls.h.

References _2, groupBox, hboxLayout, hboxLayout1, hboxLayout2, m_ChangeOffset, m_ErrorBar, m_ErrorPlot, m_LoadToolBtn, m_MeasureBtn, m_MeasureContinuously, m_PlayingButtonToggle, m_Port, m_PortLabel, m_RecordingButtonToggle, m_ShowErrorPlotBtn, m_ShowTrajectories, m_StartNavigationButton, m_StartTrackingButton, m_StopBtn, m_TextOutput, m_ToolFileName, m_TrackingDevice, m_X, m_Y, m_Z, retranslateUi(), textLabel1, verticalLayout, and verticalLayout_2.

Referenced by QmitkIGTExampleView::CreateQtPartControl().

    {
        if (QmitkIGTExampleControls->objectName().isEmpty())
            QmitkIGTExampleControls->setObjectName(QString::fromUtf8("QmitkIGTExampleControls"));
        QmitkIGTExampleControls->resize(510, 706);
        QmitkIGTExampleControls->setMinimumSize(QSize(0, 0));
        verticalLayout_2 = new QVBoxLayout(QmitkIGTExampleControls);
        verticalLayout_2->setSpacing(6);
        verticalLayout_2->setContentsMargins(11, 11, 11, 11);
        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
        groupBox = new QGroupBox(QmitkIGTExampleControls);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        verticalLayout = new QVBoxLayout(groupBox);
        verticalLayout->setSpacing(6);
        verticalLayout->setContentsMargins(11, 11, 11, 11);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        m_TrackingDevice = new QComboBox(groupBox);
        m_TrackingDevice->setObjectName(QString::fromUtf8("m_TrackingDevice"));

        verticalLayout->addWidget(m_TrackingDevice);

        hboxLayout = new QHBoxLayout();
        hboxLayout->setSpacing(6);
        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
        m_LoadToolBtn = new QPushButton(groupBox);
        m_LoadToolBtn->setObjectName(QString::fromUtf8("m_LoadToolBtn"));

        hboxLayout->addWidget(m_LoadToolBtn);

        m_ToolFileName = new QLabel(groupBox);
        m_ToolFileName->setObjectName(QString::fromUtf8("m_ToolFileName"));
        m_ToolFileName->setWordWrap(false);

        hboxLayout->addWidget(m_ToolFileName);


        verticalLayout->addLayout(hboxLayout);

        hboxLayout1 = new QHBoxLayout();
        hboxLayout1->setSpacing(6);
        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
        m_PortLabel = new QLabel(groupBox);
        m_PortLabel->setObjectName(QString::fromUtf8("m_PortLabel"));
        m_PortLabel->setWordWrap(false);

        hboxLayout1->addWidget(m_PortLabel);

        m_Port = new QLineEdit(groupBox);
        m_Port->setObjectName(QString::fromUtf8("m_Port"));
        m_Port->setMinimumSize(QSize(80, 0));

        hboxLayout1->addWidget(m_Port);


        verticalLayout->addLayout(hboxLayout1);


        verticalLayout_2->addWidget(groupBox);

        m_StartTrackingButton = new QPushButton(QmitkIGTExampleControls);
        m_StartTrackingButton->setObjectName(QString::fromUtf8("m_StartTrackingButton"));

        verticalLayout_2->addWidget(m_StartTrackingButton);

        m_StartNavigationButton = new QPushButton(QmitkIGTExampleControls);
        m_StartNavigationButton->setObjectName(QString::fromUtf8("m_StartNavigationButton"));

        verticalLayout_2->addWidget(m_StartNavigationButton);

        m_TextOutput = new QTextEdit(QmitkIGTExampleControls);
        m_TextOutput->setObjectName(QString::fromUtf8("m_TextOutput"));

        verticalLayout_2->addWidget(m_TextOutput);

        m_ErrorPlot = new QmitkPlotWidget(QmitkIGTExampleControls);
        m_ErrorPlot->setObjectName(QString::fromUtf8("m_ErrorPlot"));
        m_ErrorPlot->setEnabled(false);
        QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(m_ErrorPlot->sizePolicy().hasHeightForWidth());
        m_ErrorPlot->setSizePolicy(sizePolicy);
        m_ErrorPlot->setMinimumSize(QSize(80, 60));

        verticalLayout_2->addWidget(m_ErrorPlot);

        _2 = new QHBoxLayout();
        _2->setSpacing(6);
        _2->setObjectName(QString::fromUtf8("_2"));
        m_ShowErrorPlotBtn = new QPushButton(QmitkIGTExampleControls);
        m_ShowErrorPlotBtn->setObjectName(QString::fromUtf8("m_ShowErrorPlotBtn"));

        _2->addWidget(m_ShowErrorPlotBtn);

        m_ErrorBar = new QProgressBar(QmitkIGTExampleControls);
        m_ErrorBar->setObjectName(QString::fromUtf8("m_ErrorBar"));
        m_ErrorBar->setValue(0);
        m_ErrorBar->setTextVisible(false);

        _2->addWidget(m_ErrorBar);


        verticalLayout_2->addLayout(_2);

        m_MeasureBtn = new QPushButton(QmitkIGTExampleControls);
        m_MeasureBtn->setObjectName(QString::fromUtf8("m_MeasureBtn"));
        m_MeasureBtn->setEnabled(false);

        verticalLayout_2->addWidget(m_MeasureBtn);

        m_MeasureContinuously = new QPushButton(QmitkIGTExampleControls);
        m_MeasureContinuously->setObjectName(QString::fromUtf8("m_MeasureContinuously"));
        m_MeasureContinuously->setEnabled(false);

        verticalLayout_2->addWidget(m_MeasureContinuously);

        m_StopBtn = new QPushButton(QmitkIGTExampleControls);
        m_StopBtn->setObjectName(QString::fromUtf8("m_StopBtn"));
        m_StopBtn->setEnabled(false);

        verticalLayout_2->addWidget(m_StopBtn);

        hboxLayout2 = new QHBoxLayout();
        hboxLayout2->setSpacing(6);
        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
        textLabel1 = new QLabel(QmitkIGTExampleControls);
        textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
        textLabel1->setWordWrap(false);

        hboxLayout2->addWidget(textLabel1);

        m_X = new QLineEdit(QmitkIGTExampleControls);
        m_X->setObjectName(QString::fromUtf8("m_X"));

        hboxLayout2->addWidget(m_X);

        m_Y = new QLineEdit(QmitkIGTExampleControls);
        m_Y->setObjectName(QString::fromUtf8("m_Y"));

        hboxLayout2->addWidget(m_Y);

        m_Z = new QLineEdit(QmitkIGTExampleControls);
        m_Z->setObjectName(QString::fromUtf8("m_Z"));

        hboxLayout2->addWidget(m_Z);

        m_ChangeOffset = new QPushButton(QmitkIGTExampleControls);
        m_ChangeOffset->setObjectName(QString::fromUtf8("m_ChangeOffset"));

        hboxLayout2->addWidget(m_ChangeOffset);


        verticalLayout_2->addLayout(hboxLayout2);

        m_ShowTrajectories = new QCheckBox(QmitkIGTExampleControls);
        m_ShowTrajectories->setObjectName(QString::fromUtf8("m_ShowTrajectories"));

        verticalLayout_2->addWidget(m_ShowTrajectories);

        m_RecordingButtonToggle = new QPushButton(QmitkIGTExampleControls);
        m_RecordingButtonToggle->setObjectName(QString::fromUtf8("m_RecordingButtonToggle"));
        m_RecordingButtonToggle->setCheckable(true);

        verticalLayout_2->addWidget(m_RecordingButtonToggle);

        m_PlayingButtonToggle = new QPushButton(QmitkIGTExampleControls);
        m_PlayingButtonToggle->setObjectName(QString::fromUtf8("m_PlayingButtonToggle"));
        m_PlayingButtonToggle->setCheckable(true);

        verticalLayout_2->addWidget(m_PlayingButtonToggle);


        retranslateUi(QmitkIGTExampleControls);

        QMetaObject::connectSlotsByName(QmitkIGTExampleControls);
    } // setupUi

Member Data Documentation

Definition at line 51 of file ui_QmitkIGTExampleViewControls.h.

Referenced by setupUi().

Definition at line 38 of file ui_QmitkIGTExampleViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 41 of file ui_QmitkIGTExampleViewControls.h.

Referenced by setupUi().

Definition at line 44 of file ui_QmitkIGTExampleViewControls.h.

Referenced by setupUi().

Definition at line 57 of file ui_QmitkIGTExampleViewControls.h.

Referenced by setupUi().

Definition at line 58 of file ui_QmitkIGTExampleViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 39 of file ui_QmitkIGTExampleViewControls.h.

Referenced by setupUi().

Definition at line 37 of file ui_QmitkIGTExampleViewControls.h.

Referenced by setupUi().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines