![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
The edit pull down menu. More...
#include "EditMenu.h"
Public Member Functions | |
| EditMenu (TGMenuBar *menubar, TGMainFrame *mf) | |
| virtual | ~EditMenu () |
| void | SetServices () |
| void | MenuSelect (int which) |
| void | WipeMenu (TGPopupMenu *m) |
Private Attributes | |
| TGPopupMenu * | fEditMenu |
| The file menu. More... | |
| TGPopupMenu * | fDrawingMenu |
| Drawing options. More... | |
| TGPopupMenu * | fExpMenu |
| Experiment services. More... | |
| TGLayoutHints * | fLayout |
| How to layout the menu. More... | |
The edit pull down menu.
Definition at line 19 of file EditMenu.h.
| evdb::EditMenu::EditMenu | ( | TGMenuBar * | menubar, |
| TGMainFrame * | mf | ||
| ) |
Definition at line 12 of file EditMenu.cxx.
References fDrawingMenu, fEditMenu, fExpMenu, and fLayout.
|
virtual |
Definition at line 30 of file EditMenu.cxx.
References fDrawingMenu, fEditMenu, fExpMenu, and fLayout.
| void evdb::EditMenu::MenuSelect | ( | int | which | ) |
Definition at line 76 of file EditMenu.cxx.
References evdb::ServiceTable::Edit(), and evdb::ServiceTable::Instance().
| void evdb::EditMenu::SetServices | ( | ) |
Definition at line 51 of file EditMenu.cxx.
References evdb::ServiceTableEntry::fCategory, fDrawingMenu, fEditMenu, fExpMenu, evdb::ServiceTableEntry::fName, evdb::ServiceTable::fServices, evdb::ServiceTable::Instance(), evdb::kDRAWING_SERVICE, evdb::kEXPERIMENT_SERVICE, and WipeMenu().
Referenced by evdb::DisplayWindow::SetServices().
| void evdb::EditMenu::WipeMenu | ( | TGPopupMenu * | m | ) |
Definition at line 40 of file EditMenu.cxx.
Referenced by SetServices().
|
private |
Drawing options.
Definition at line 34 of file EditMenu.h.
Referenced by EditMenu(), SetServices(), and ~EditMenu().
|
private |
The file menu.
Definition at line 33 of file EditMenu.h.
Referenced by EditMenu(), SetServices(), and ~EditMenu().
|
private |
Experiment services.
Definition at line 35 of file EditMenu.h.
Referenced by EditMenu(), SetServices(), and ~EditMenu().
|
private |
How to layout the menu.
Definition at line 36 of file EditMenu.h.
Referenced by EditMenu(), and ~EditMenu().