#include <HelpMenu.h>
Definition at line 18 of file HelpMenu.h.
evdb::HelpMenu::HelpMenu |
( |
TGMenuBar * |
menubar, |
|
|
TGMainFrame * |
mf |
|
) |
| |
Definition at line 34 of file HelpMenu.cxx.
40 fHelpMenu =
new TGPopupMenu(gClient->GetRoot());
41 fLayout =
new TGLayoutHints(kLHintsTop | kLHintsLeft, 0, 4, 0, 0);
53 menubar->AddPopup(
"&Help",
fHelpMenu,fLayout);
evdb::HelpMenu::~HelpMenu |
( |
| ) |
|
|
virtual |
int evdb::HelpMenu::About |
( |
| ) |
|
|
private |
Definition at line 108 of file HelpMenu.cxx.
116 about =
"MIPP Event Display\n\n";
118 about +=
" Version: ";
119 about +=
"$Id: HelpMenu.cxx,v 1.2 2012-09-20 21:38:32 greenc Exp $";
123 about += gSystem->GetBuildArch();
127 about += gSystem->GetBuildNode();
130 about +=
" Based on ROOT version: ";
131 about += gROOT->GetVersion();
135 "Release notes",about.c_str(),kMBIconExclamation);
const TGWindow * TopWindow()
int evdb::HelpMenu::Contents |
( |
| ) |
|
|
private |
void evdb::HelpMenu::HandleMenu |
( |
int |
menu | ) |
|
int evdb::HelpMenu::NoImpl |
( |
const char * |
m | ) |
|
|
private |
Definition at line 141 of file HelpMenu.cxx.
144 s =
"Sorry action '"; s += method; s+=
"' is not implemented.\n";
148 "No implementation",s.c_str(),kMBIconExclamation);
const TGWindow * TopWindow()
int evdb::HelpMenu::ReleaseNotes |
( |
| ) |
|
|
private |
Definition at line 95 of file HelpMenu.cxx.
100 const char* releaseNotes =
"This is a pre-release version of event display";
102 "Release notes",releaseNotes,kMBIconExclamation);
const TGWindow * TopWindow()
TGPopupMenu* evdb::HelpMenu::fHelpMenu |
|
private |
TGLayoutHints* evdb::HelpMenu::fLayout |
|
private |
TGMainFrame* evdb::HelpMenu::fMainFrame |
|
private |
The documentation for this class was generated from the following files: