QXRD  0.11.16
Public Member Functions | Protected Member Functions | List of all members
QxrdCorrectionDialog Class Reference

#include <qxrdcorrectiondialog.h>

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

Public Member Functions

 QxrdCorrectionDialog (QWidget *parent, QxrdAcquisitionWPtr acq, QxrdDataProcessorWPtr proc)
 
 ~QxrdCorrectionDialog ()
 

Protected Member Functions

void changeEvent (QEvent *e)
 

Detailed Description

Definition at line 9 of file qxrdcorrectiondialog.h.

Constructor & Destructor Documentation

QxrdCorrectionDialog::QxrdCorrectionDialog ( QWidget *  parent,
QxrdAcquisitionWPtr  acq,
QxrdDataProcessorWPtr  proc 
)
explicit

Definition at line 5 of file qxrdcorrectiondialog.cpp.

References DEBUG_CONSTRUCTORS, and qcepDebug().

5  :
6  QDockWidget(parent)
7 {
9  printf("QxrdCorrectionDialog::QxrdCorrectionDialog(%p)\n", this);
10  }
11 
12  setupUi(this);
13 }
qint64 qcepDebug(int cond)
Definition: qcepdebug.cpp:26

Here is the call graph for this function:

QxrdCorrectionDialog::~QxrdCorrectionDialog ( )

Definition at line 15 of file qxrdcorrectiondialog.cpp.

References DEBUG_CONSTRUCTORS, and qcepDebug().

16 {
18  printf("QxrdCorrectionDialog::~QxrdCorrectionDialog(%p)\n", this);
19  }
20 }
qint64 qcepDebug(int cond)
Definition: qcepdebug.cpp:26

Here is the call graph for this function:

Member Function Documentation

void QxrdCorrectionDialog::changeEvent ( QEvent *  e)
protected

Definition at line 22 of file qxrdcorrectiondialog.cpp.

23 {
24  QDockWidget::changeEvent(e);
25 
26  switch (e->type()) {
27  case QEvent::LanguageChange:
28  retranslateUi(this);
29  break;
30  default:
31  break;
32  }
33 }

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