Geant4
10.03
|
#include <CanvasInTab.hh>
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.
CanvasInTab::CanvasInTab | ( | const TGWindow * | p, |
UInt_t | w, | ||
UInt_t | h | ||
) |
Definition at line 70 of file CanvasInTab.cc.
References fHintPlots, and fpTab.
|
virtual |
Definition at line 108 of file CanvasInTab.cc.
size_t CanvasInTab::AddCanvas | ( | const char * | name = "New tab" | ) |
Definition at line 121 of file CanvasInTab.cc.
References fEcanvas, fHintPlots, and fpTab.
Referenced by ProcessSingleFile().
TCanvas * CanvasInTab::GetCanvas | ( | int | i | ) |
Definition at line 140 of file CanvasInTab.cc.
References fEcanvas.
Referenced by ProcessSingleFile().
|
inline |
Definition at line 49 of file CanvasInTab.hh.
Referenced by ProcessSingleFile().
void CanvasInTab::SaveCanvas | ( | ) |
Definition at line 145 of file CanvasInTab.cc.
References fEcanvas, fpTab, G4InuclParticleNames::name(), and SaveFileDialog().
|
private |
Definition at line 40 of file CanvasInTab.hh.
Referenced by AddCanvas(), GetCanvas(), and SaveCanvas().
|
private |
Definition at line 41 of file CanvasInTab.hh.
Referenced by AddCanvas(), and CanvasInTab().
|
private |
Definition at line 39 of file CanvasInTab.hh.
Referenced by AddCanvas(), CanvasInTab(), and SaveCanvas().