#include <DummyWindow.h>
Public Slots | |
| void | showProgressBar () |
| void | showThreadProgressBar () |
| void | showWidgetViewer () |
Public Member Functions | |
| DummyWindow (QWidget *parent=0) | |
| ~DummyWindow () | |
Protected Attributes | |
| te::qt::widgets::ProgressViewerBar * | m_barViewer |
| te::qt::widgets::ProgressViewerDialog * | m_dlgViewer |
| QGridLayout * | m_mainLayout |
| QPushButton * | m_progressPushButton |
| QPushButton * | m_progressThreadPushButton |
| QStatusBar * | m_statusBar |
| te::qt::widgets::ProgressViewerWidget * | m_widgetViewer |
Definition at line 18 of file DummyWindow.h.
| DummyWindow::DummyWindow | ( | QWidget * | parent = 0 | ) |
Definition at line 29 of file DummyWindow.cpp.
References m_barViewer, m_dlgViewer, m_mainLayout, m_progressPushButton, m_progressThreadPushButton, m_statusBar, m_widgetViewer, showProgressBar(), showThreadProgressBar(), and showWidgetViewer().
| DummyWindow::~DummyWindow | ( | ) |
Definition at line 63 of file DummyWindow.cpp.
References m_barViewer, m_dlgViewer, and m_widgetViewer.
|
slot |
Definition at line 72 of file DummyWindow.cpp.
References te::common::TaskProgress::isActive(), te::common::TaskProgress::pulse(), te::common::TaskProgress::setMessage(), te::common::TaskProgress::setTotalSteps(), TOTAL_STEPS, and te::common::TaskProgress::useTimer().
Referenced by DummyWindow().
|
slot |
Definition at line 94 of file DummyWindow.cpp.
References te::common::TaskProgress::isActive(), PART_1, PART_2, te::common::TaskProgress::pulse(), TOTAL_STEPS, TOTAL_STEPS_INTERNAL, and te::common::TaskProgress::useTimer().
Referenced by DummyWindow().
|
slot |
Definition at line 135 of file DummyWindow.cpp.
References m_widgetViewer.
Referenced by DummyWindow().
|
protected |
Definition at line 39 of file DummyWindow.h.
Referenced by DummyWindow(), and ~DummyWindow().
|
protected |
Definition at line 37 of file DummyWindow.h.
Referenced by DummyWindow(), and ~DummyWindow().
|
protected |
Definition at line 32 of file DummyWindow.h.
Referenced by DummyWindow().
|
protected |
Definition at line 33 of file DummyWindow.h.
Referenced by DummyWindow().
|
protected |
Definition at line 34 of file DummyWindow.h.
Referenced by DummyWindow().
|
protected |
Definition at line 35 of file DummyWindow.h.
Referenced by DummyWindow().
|
protected |
Definition at line 38 of file DummyWindow.h.
Referenced by DummyWindow(), showWidgetViewer(), and ~DummyWindow().