Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGeoTrd2Editor.cxx File Reference
#include "TGeoTrd2Editor.h"
#include "TGeoTabManager.h"
#include "TGeoTrd2.h"
#include "TGeoManager.h"
#include "TVirtualGeoPainter.h"
#include "TVirtualPad.h"
#include "TView.h"
#include "TGButton.h"
#include "TGTextEntry.h"
#include "TGNumberEntry.h"
#include "TGLabel.h"
Include dependency graph for TGeoTrd2Editor.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Enumerations

enum  ETGeoTrd2Wid {
  kTRD2_NAME , kTRD2_X1 , kTRD2_X2 , kTRD2_Y1 ,
  kTRD2_Y2 , kTRD2_Z , kTRD2_APPLY , kTRD2_UNDO
}
 

Enumeration Type Documentation

◆ ETGeoTrd2Wid

Enumerator
kTRD2_NAME 
kTRD2_X1 
kTRD2_X2 
kTRD2_Y1 
kTRD2_Y2 
kTRD2_Z 
kTRD2_APPLY 
kTRD2_UNDO 

Definition at line 37 of file TGeoTrd2Editor.cxx.