#include "GfxStripList.h"#include "GfxStripListCfg.h"#include "GfxProxy.h"#include "GfxStripListMenu.h"#include "MultiPage.h"#include "ViewState.h"#include <Midad/Base/PageDisplay.h>#include <Midad/Base/Mint.h>#include <Midad/Base/Rainbow.h>#include <Midad/Base/DigitText.h>#include <Midad/Util/Range.h>#include <Midad/Gui/GuiSlider.h>#include <Conventions/Munits.h>#include <DataUtil/CDL2STL.h>#include <RecoBase/CandStripHandle.h>#include <RecoBase/CandStripListHandle.h>#include <Record/RecArrayAllocator.h>#include <Buttons.h>#include <TClonesArray.h>#include <sigc++/sigc++.h>#include <sigc++/class_slot.h>#include <iostream>#include <string>Go to the source code of this file.
Functions | |
| bool | select_strip (const CandStripHandle *csh, PlaneView::PlaneView_t view, RangeDouble *time_range) |
Variables | |
| GfxProxy< GfxStripList > | gsGfxStripListProxy ("StripList", new GfxStripListMenu()) |
|
||||||||||||||||
|
Definition at line 77 of file Midad/MultiPage/GfxStripList.cxx. References CandStripHandle::GetPlaneView(), CandStripHandle::GetTime(), Range< TYPE >::InRange(), RangeDouble, and time_range(). 00080 {
00081 if (!csh) return false;
00082 return csh->GetPlaneView() == view && time_range->InRange(csh->GetTime());
00083 }
|
|
|
|
1.3.9.1