Volume Renderer DoF
TransferWindow.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "../GeneratedFiles/ui_TransferWindow.h"
4 #include "RENDER\global.h"
5 
6 #include <QtWidgets\qdialog.h>
7 #include <QtWidgets\qwidget.h>
8 #include <QtWidgets\qcolordialog.h>
9 #include <QtGui\qcolor.h>
10 
12 class TransferWindow : public QDialog
13 {
14 
15  Q_OBJECT;
16 
17 public:
18  TransferWindow(QWidget *parent = 0, int editIndex = -1);
20 
21 private:
22  Ui_Transfer* ui;
23 
25  int baseFirstValue;
26 
28  int baseSecondValue;
29 
31  float baseOptValue;
32 
34  float baseColorValue[3];
35 
37  int index;
38 
39 
40 
42  bool newFunction;
43 
44  private slots:
45 
47  void getColor();
48 
50  void setTransferFunction();
51 
53  void rejectChanges();
54 };
55 
TransferWindow(QWidget *parent=0, int editIndex=-1)
Definition: TransferWindow.cpp:3
Definition: TransferWindow.h:12
Definition: ui_TransferWindow.h:25
~TransferWindow()
Definition: TransferWindow.cpp:50