GEMC  1.8
Geant4 Monte-Carlo Framework
Public Member Functions | Data Fields
PlacementTab Class Reference

#include <detector_editor.h>

+ Inheritance diagram for PlacementTab:
+ Collaboration diagram for PlacementTab:

Public Member Functions

 PlacementTab (detector *, QWidget *parent=0)
 Constructor. More...
 

Data Fields

detectorDetector
 pointer to detector More...
 
QLabel * placeXLabel
 label for x position More...
 
QLabel * placeYLabel
 label for y position More...
 
QLabel * placeZLabel
 label for z position More...
 
QLineEdit * placeXEdit
 line editor for x position More...
 
QLineEdit * placeYEdit
 line editor for y position More...
 
QLineEdit * placeZEdit
 line editor for z position More...
 
QLabel * rotXLabel
 label for x rotation More...
 
QLabel * rotYLabel
 label for y rotation More...
 
QLabel * rotZLabel
 label for z rotation More...
 
QLineEdit * rotXEdit
 line editor for x rotation More...
 
QLineEdit * rotYEdit
 line editor for y rotation More...
 
QLineEdit * rotZEdit
 line editor for z rotation More...
 

Detailed Description

PlacementTab

This is the tab inside DetectorEditor used to move/rotate the volume.

Definition at line 32 of file detector_editor.h.

Constructor & Destructor Documentation

PlacementTab::PlacementTab ( detector detect,
QWidget parent = 0 
)

Definition at line 56 of file detector_editor.cc.

Field Documentation

detector* PlacementTab::Detector

Definition at line 40 of file detector_editor.h.

QLineEdit* PlacementTab::placeXEdit

Definition at line 45 of file detector_editor.h.

QLabel* PlacementTab::placeXLabel

Definition at line 42 of file detector_editor.h.

QLineEdit* PlacementTab::placeYEdit

Definition at line 46 of file detector_editor.h.

QLabel* PlacementTab::placeYLabel

Definition at line 43 of file detector_editor.h.

QLineEdit* PlacementTab::placeZEdit

Definition at line 47 of file detector_editor.h.

QLabel* PlacementTab::placeZLabel

Definition at line 44 of file detector_editor.h.

QLineEdit* PlacementTab::rotXEdit

Definition at line 52 of file detector_editor.h.

QLabel* PlacementTab::rotXLabel

Definition at line 49 of file detector_editor.h.

QLineEdit* PlacementTab::rotYEdit

Definition at line 53 of file detector_editor.h.

QLabel* PlacementTab::rotYLabel

Definition at line 50 of file detector_editor.h.

QLineEdit* PlacementTab::rotZEdit

Definition at line 54 of file detector_editor.h.

QLabel* PlacementTab::rotZLabel

Definition at line 51 of file detector_editor.h.