#include "GfxDigitList.h"#include "GfxDigitListCfg.h"#include "GfxProxy.h"#include "GfxDigitListMenu.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 <CandDigit/CandDigitHandle.h>#include <CandDigit/CandDigitListHandle.h>#include <Conventions/PlaneView.h>#include <Plex/PlexSEIdAltL.h>#include <Plex/PlexSEIdAltLItem.h>#include <Plex/PlexStripEndId.h>#include <Record/RecArrayAllocator.h>#include <MessageService/MsgService.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 | |
| CVSID ("$Id: GfxDigitList.cxx,v 1.14 2003/10/27 20:32:16 bv Exp $") | |
| bool | select_digit (const CandDigitHandle *cdh, PlaneView::PlaneView_t view, RangeDouble *time_range) |
Variables | |
| GfxProxy< GfxDigitList > | gsGfxDigitListProxy ("DigitList", new GfxDigitListMenu()) |
|
||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 88 of file Midad/MultiPage/GfxDigitList.cxx. References PlexSEIdAltL::GetBestItem(), PlexSEIdAltL::GetPlaneView(), CandDigitHandle::GetPlexSEIdAltL(), PlexSEIdAltLItem::GetTime(), Range< TYPE >::InRange(), RangeDouble, and time_range(). 00091 {
00092 if (!cdh) return false;
00093 return cdh->GetPlexSEIdAltL().GetPlaneView() == view
00094 && time_range->InRange(cdh->GetPlexSEIdAltL().GetBestItem().GetTime());
00095 }
|
|
|
|
1.3.9.1