fButtonEventLoopText(0),
// fBoxEventLoopSpeed(0),
fButtonEventLoop(0),
+ fButtonPrintScreens(NULL),
fEventLoopStarted(kFALSE)
{
AddFrame(fButtonEventLoopText); //, new TGLayoutHints(...));
fButtonEventLoopText->Connect("Clicked()", "AliEveHOMERManagerEditor", this, "EventLoop()");
+
+ fButtonPrintScreens = new TGTextButton(this, " Save Viewers ");
+ AddFrame(fButtonPrintScreens); //, new TGLayoutHints(...));
+ fButtonPrintScreens->Connect("Clicked()", "AliEveHOMERManagerEditor", this, "PrintScreens()");
+
fButtonEventLoop = new TGPictureButton(this, gClient->GetPicture("$ALICE_ROOT/EVE/hlt-macros/HLT-logo.png"));
AddFrame(fButtonEventLoop); //, new TGLayoutHints(...));
fButtonEventLoop->Connect("Clicked()", "AliEveHOMERManagerEditor", this, "EventLoop()");
}
+
+void AliEveHOMERManagerEditor::PrintScreens() {
+ //Print screens
+ fM->PrintScreens();
+}
+
void AliEveHOMERManagerEditor::NavigateFwd() {
// navigate forward