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

#include <qxrddisplaydialog.h>

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

Public Member Functions

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

Protected Member Functions

void changeEvent (QEvent *e)
 

Detailed Description

Definition at line 7 of file qxrddisplaydialog.h.

Constructor & Destructor Documentation

QxrdDisplayDialog::QxrdDisplayDialog ( QWidget *  parent = 0)
explicit

Definition at line 5 of file qxrddisplaydialog.cpp.

References DEBUG_CONSTRUCTORS, and qcepDebug().

5  :
6  QDockWidget(parent)
7 {
9  printf("QxrdDisplayDialog::QxrdDisplayDialog(%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:

QxrdDisplayDialog::~QxrdDisplayDialog ( )

Definition at line 15 of file qxrddisplaydialog.cpp.

References DEBUG_CONSTRUCTORS, and qcepDebug().

16 {
18  printf("QxrdDisplayDialog::~QxrdDisplayDialog(%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 QxrdDisplayDialog::changeEvent ( QEvent *  e)
protected

Definition at line 22 of file qxrddisplaydialog.cpp.

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

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