Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGeoSphereEditor.cxx File Reference
#include "TGeoSphereEditor.h"
#include "TGeoTabManager.h"
#include "TGeoSphere.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 "TGDoubleSlider.h"
Include dependency graph for TGeoSphereEditor.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  ETGeoSphereWid {
  kSPHERE_NAME , kSPHERE_RMIN , kSPHERE_RMAX , kSPHERE_THETA1 ,
  kSPHERE_THETA2 , kSPHERE_PHI1 , kSPHERE_PHI2 , kSPHERE_PHI ,
  kSPHERE_THETA , kSPHERE_APPLY , kSPHERE_UNDO
}
 

Enumeration Type Documentation

◆ ETGeoSphereWid

Enumerator
kSPHERE_NAME 
kSPHERE_RMIN 
kSPHERE_RMAX 
kSPHERE_THETA1 
kSPHERE_THETA2 
kSPHERE_PHI1 
kSPHERE_PHI2 
kSPHERE_PHI 
kSPHERE_THETA 
kSPHERE_APPLY 
kSPHERE_UNDO 

Definition at line 38 of file TGeoSphereEditor.cxx.