15 #include "nutools/EventDisplayBase/WindowMenu.h" 16 #include "nutools/EventDisplayBase/evdb.h" 17 #include "nutools/EventDisplayBase/DisplayWindow.h" 18 #include "nutools/EventDisplayBase/ListWindow.h" 19 #include "nutools/EventDisplayBase/ScanWindow.h" 28 fLayout =
new TGLayoutHints(kLHintsTop | kLHintsLeft, 0, 4, 0, 0);
34 for (; i<names.size(); ++i) {
41 for (
unsigned int j=0; j<lnames.size(); ++j) {
50 "evdb::WindowMenu",
this,
"HandleMenu(int)");
77 if (aok<0) this->
NoImpl(
"Error openning requested window");
87 s =
"Sorry action '"; s += method; s+=
"' is not implemented.\n";
92 "No implementation",s.c_str(),kMBIconExclamation);
103 "This display does not implement a 3D viewer",
Manage all things related to colors for the event display.
static int OpenWindow(int type=0)
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
static const std::vector< std::string > & Names()
static const std::vector< std::string > & Names()
const TGWindow * TopWindow()