7 #include "KeySymbols.h"
10 #include "TGLPhysicalShape.h"
11 #include "TGLLogicalShape.h"
12 #include "TEveGedEditor.h"
13 #include "TEveViewer.h"
17 TEveLegoEventHandler(w, obj, l),
27 if (event->fState & kKeyShiftMask && event->fState & kKeyControlMask)
29 TGLEventHandler::PopupContextMenu(pshp, event, gx, gy);
35 SelectForClicked(event);
37 if (pshp->GetLogical())
55 Bool_t res = TEveLegoEventHandler::HandleButton(event);
60 gVirtualX->TranslateCoordinates(gClient->GetDefaultRoot()->GetId(), fGLViewer->GetGLWidget()->GetId(),
event->fX,
event->fY,
x,
y, childdum); fGLViewer->RequestSelect(event->fX, event->fY);
61 if (fGLViewer->GetSelRec().GetN() > 0 )
63 TGLVector3
v(event->fX, event->fY, 0.5*fGLViewer->GetSelRec().GetMinZ());
64 fGLViewer->CurrentCamera().WindowToViewport(
v);
65 v = fGLViewer->CurrentCamera().ViewportToWorld(
v);
78 gVirtualX->LookupString(event, tmp,
sizeof(tmp), keysym);
80 if (
m_viewer && (keysym == kKey_Enter || keysym == kKey_Return || keysym == kKey_Space))
82 if (event->fType == kGKeyPress)
86 gVirtualX->TranslateCoordinates(fGLViewer->GetGLWidget()->GetId(), gClient->GetDefaultRoot()->GetId(),
87 event->fX,
event->fY,
x,
y, childdum);
89 fGLViewer->RequestSelect(event->fX, event->fY);
95 return TEveLegoEventHandler::HandleKey(event);
108 return TGLEventHandler::HandleFocusChange(event);
120 return TGLEventHandler::HandleCrossing(event);
void GeoPopupMenu(Int_t gx, Int_t gy, TGLViewer *)
virtual Bool_t HandleCrossing(Event_t *event)
virtual bool requestGLHandlerPick() const
virtual Bool_t HandleKey(Event_t *event)
void setCurrentDMTVertex(double x, double y, double z)
FWGLEventHandler(TGWindow *w, TObject *obj, TEveCaloLego *l=0)
virtual Bool_t HandleButton(Event_t *event)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
sigc::signal< void, Int_t, Int_t > openSelectedModelContextMenu_
virtual void PopupContextMenu(TGLPhysicalShape *pshp, Event_t *event, Int_t gx, Int_t gy)
std::vector< std::vector< double > > tmp
virtual Bool_t HandleFocusChange(Event_t *event)