LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
WindowMenu.h
Go to the documentation of this file.
1
#ifndef EVDB_WINDOWMENU_H
9
#define EVDB_WINDOWMENU_H
10
#include "TQObject.h"
11
#include "RQ_OBJECT.h"
12
13
class
TGMainFrame;
14
class
TGMenuBar;
15
class
TGPopupMenu;
16
class
TGLayoutHints;
17
18
namespace
evdb
{
19
class
WindowMenu
{
20
RQ_OBJECT(
"evdb::WindowMenu"
)
21
22
public
:
23
WindowMenu
(TGMenuBar* menubar, TGMainFrame*
mf
);
24
virtual
~WindowMenu
();
25
26
// slots
27
void
HandleMenu
(
int
menu);
28
29
private
:
30
int
NoImpl
(
const
char
* m);
31
int
No3DViewer
();
32
33
private
:
34
TGPopupMenu*
fWindowMenu
;
// The file menu
35
TGLayoutHints*
fLayout
;
// How to layout the menu
36
};
37
}
38
39
#endif // WINDOWMENU_H
40
evdb::WindowMenu::No3DViewer
int No3DViewer()
Definition:
WindowMenu.cxx:98
evdb::WindowMenu::~WindowMenu
virtual ~WindowMenu()
Definition:
WindowMenu.cxx:58
mf
Definition:
MessageLogger.cc:42
evdb::WindowMenu::fLayout
TGLayoutHints * fLayout
Definition:
WindowMenu.h:35
evdb
Manage all things related to colors for the event display.
Definition:
Edge3DDrawer_tool.cc:14
evdb::WindowMenu::WindowMenu
WindowMenu(TGMenuBar *menubar, TGMainFrame *mf)
Definition:
WindowMenu.cxx:25
evdb::WindowMenu::NoImpl
int NoImpl(const char *m)
Definition:
WindowMenu.cxx:84
evdb::WindowMenu::HandleMenu
void HandleMenu(int menu)
Definition:
WindowMenu.cxx:66
evdb::WindowMenu
Definition:
WindowMenu.h:19
evdb::WindowMenu::fWindowMenu
TGPopupMenu * fWindowMenu
Definition:
WindowMenu.h:34
nuevdb
v1_09_08
source
nuevdb
EventDisplayBase
WindowMenu.h
Generated on Thu May 2 2024 20:59:53 for LArSoft by
1.8.11