![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/medical/dna/chem4/plot/include/CanvasInTab.hh>
Inheritance diagram for CanvasInTab:
Collaboration diagram for CanvasInTab:Public Member Functions | |
| CanvasInTab (const TGWindow *p, UInt_t w, UInt_t h) | |
| virtual | ~CanvasInTab () |
| size_t | AddCanvas (const char *name="New tab") |
| TCanvas * | GetCanvas (int i) |
| size_t | GetNCanvas () const |
| void | SaveCanvas () |
Private Attributes | |
| TGTab * | fpTab |
| std::vector < TRootEmbeddedCanvas * > | fEcanvas |
| TGLayoutHints * | fHintPlots |
Definition at line 36 of file CanvasInTab.hh.
View newest version in sPHENIX GitHub at line 36 of file CanvasInTab.hh
| CanvasInTab::CanvasInTab | ( | const TGWindow * | p, |
| UInt_t | w, | ||
| UInt_t | h | ||
| ) |
Definition at line 70 of file CanvasInTab.cc.
View newest version in sPHENIX GitHub at line 70 of file CanvasInTab.cc
References g4zmq::exit(), fHintPlots, and fpTab.
Here is the call graph for this function:
|
virtual |
Definition at line 108 of file CanvasInTab.cc.
View newest version in sPHENIX GitHub at line 108 of file CanvasInTab.cc
| size_t CanvasInTab::AddCanvas | ( | const char * | name = "New tab" | ) |
Definition at line 121 of file CanvasInTab.cc.
View newest version in sPHENIX GitHub at line 121 of file CanvasInTab.cc
References fEcanvas, fHintPlots, and fpTab.
Referenced by ProcessSingleFile().
Here is the caller graph for this function:| TCanvas * CanvasInTab::GetCanvas | ( | int | i | ) |
Definition at line 140 of file CanvasInTab.cc.
View newest version in sPHENIX GitHub at line 140 of file CanvasInTab.cc
References fEcanvas.
Referenced by ProcessSingleFile().
Here is the caller graph for this function:
|
inline |
Definition at line 49 of file CanvasInTab.hh.
View newest version in sPHENIX GitHub at line 49 of file CanvasInTab.hh
References fEcanvas.
Referenced by ProcessSingleFile().
Here is the caller graph for this function:| void CanvasInTab::SaveCanvas | ( | ) |
Definition at line 145 of file CanvasInTab.cc.
View newest version in sPHENIX GitHub at line 145 of file CanvasInTab.cc
References fEcanvas, fpTab, and SaveFileDialog().
Here is the call graph for this function:
|
private |
Definition at line 40 of file CanvasInTab.hh.
View newest version in sPHENIX GitHub at line 40 of file CanvasInTab.hh
Referenced by AddCanvas(), GetCanvas(), GetNCanvas(), and SaveCanvas().
|
private |
Definition at line 41 of file CanvasInTab.hh.
View newest version in sPHENIX GitHub at line 41 of file CanvasInTab.hh
Referenced by AddCanvas(), and CanvasInTab().
|
private |
Definition at line 39 of file CanvasInTab.hh.
View newest version in sPHENIX GitHub at line 39 of file CanvasInTab.hh
Referenced by AddCanvas(), CanvasInTab(), and SaveCanvas().