Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Midad/MultiPage/GfxStripList.cxx File Reference

#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< GfxStripListgsGfxStripListProxy ("StripList", new GfxStripListMenu())


Function Documentation

bool select_strip const CandStripHandle csh,
PlaneView::PlaneView_t  view,
RangeDouble time_range
[static]
 

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 }


Variable Documentation

GfxProxy<GfxStripList> gsGfxStripListProxy("StripList", new GfxStripListMenu())
 


Generated on Mon Feb 15 11:07:59 2010 for loon by  doxygen 1.3.9.1