DummyWindow Class Reference

#include <DummyWindow.h>

Inheritance diagram for DummyWindow:
QWidget

Public Slots

void showProgressBar ()
 
void showThreadProgressBar ()
 
void showWidgetViewer ()
 

Public Member Functions

 DummyWindow (QWidget *parent=0)
 
 ~DummyWindow ()
 

Protected Attributes

te::qt::widgets::ProgressViewerBarm_barViewer
 
te::qt::widgets::ProgressViewerDialogm_dlgViewer
 
QGridLayout * m_mainLayout
 
QPushButtonm_progressPushButton
 
QPushButtonm_progressThreadPushButton
 
QStatusBar * m_statusBar
 
te::qt::widgets::ProgressViewerWidgetm_widgetViewer
 

Detailed Description

Definition at line 18 of file DummyWindow.h.

Constructor & Destructor Documentation

DummyWindow::~DummyWindow ( )

Definition at line 63 of file DummyWindow.cpp.

References m_barViewer, m_dlgViewer, and m_widgetViewer.

Member Function Documentation

void DummyWindow::showThreadProgressBar ( )
slot
void DummyWindow::showWidgetViewer ( )
slot

Definition at line 135 of file DummyWindow.cpp.

References m_widgetViewer.

Referenced by DummyWindow().

Member Data Documentation

te::qt::widgets::ProgressViewerBar* DummyWindow::m_barViewer
protected

Definition at line 39 of file DummyWindow.h.

Referenced by DummyWindow(), and ~DummyWindow().

te::qt::widgets::ProgressViewerDialog* DummyWindow::m_dlgViewer
protected

Definition at line 37 of file DummyWindow.h.

Referenced by DummyWindow(), and ~DummyWindow().

QGridLayout* DummyWindow::m_mainLayout
protected

Definition at line 32 of file DummyWindow.h.

Referenced by DummyWindow().

QPushButton* DummyWindow::m_progressPushButton
protected

Definition at line 33 of file DummyWindow.h.

Referenced by DummyWindow().

QPushButton* DummyWindow::m_progressThreadPushButton
protected

Definition at line 34 of file DummyWindow.h.

Referenced by DummyWindow().

QStatusBar* DummyWindow::m_statusBar
protected

Definition at line 35 of file DummyWindow.h.

Referenced by DummyWindow().

te::qt::widgets::ProgressViewerWidget* DummyWindow::m_widgetViewer
protected

Definition at line 38 of file DummyWindow.h.

Referenced by DummyWindow(), showWidgetViewer(), and ~DummyWindow().


The documentation for this class was generated from the following files: