Home
last modified time | relevance | path

Searched refs:widgetEvent (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkWidgetCallbackMapper.cxx85 unsigned long widgetEvent, in SetCallbackMethod() argument
89 this->EventTranslator->SetTranslation(VTKEvent,widgetEvent); in SetCallbackMethod()
90 this->SetCallbackMethod(widgetEvent,w,f); in SetCallbackMethod()
102 widgetEvent); in SetCallbackMethod()
103 this->SetCallbackMethod(widgetEvent,w,f); in SetCallbackMethod()
109 unsigned long widgetEvent, in SetCallbackMethod() argument
112 this->EventTranslator->SetTranslation(VTKEvent, edata, widgetEvent); in SetCallbackMethod()
113 this->SetCallbackMethod(widgetEvent,w,f); in SetCallbackMethod()
117 void vtkWidgetCallbackMapper::SetCallbackMethod(unsigned long widgetEvent, in SetCallbackMethod() argument
120 (*this->CallbackMap)[widgetEvent] = vtkCallbackPair(w,f); in SetCallbackMethod()
[all …]
H A DvtkWidgetEventTranslator.cxx162 unsigned long widgetEvent) in SetTranslation() argument
166 if (widgetEvent != vtkWidgetEvent::NoEvent) in SetTranslation()
168 (*this->EventMap)[VTKEvent].push_back(EventItem(e,widgetEvent)); in SetTranslation()
178 const char *widgetEvent) in SetTranslation() argument
188 unsigned long widgetEvent) in SetTranslation() argument
196 if (widgetEvent != vtkWidgetEvent::NoEvent) in SetTranslation()
198 (*this->EventMap)[VTKEvent].push_back(EventItem(e,widgetEvent)); in SetTranslation()
209 unsigned long widgetEvent) in SetTranslation() argument
211 if (widgetEvent != vtkWidgetEvent::NoEvent) in SetTranslation()
225 if (widgetEvent != vtkWidgetEvent::NoEvent) in SetTranslation()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkWidgetCallbackMapper.cxx91 this->EventTranslator->SetTranslation(VTKEvent, widgetEvent); in SetCallbackMethod()
92 this->SetCallbackMethod(widgetEvent, w, f); in SetCallbackMethod()
101 VTKEvent, modifier, keyCode, repeatCount, keySym, widgetEvent); in SetCallbackMethod()
102 this->SetCallbackMethod(widgetEvent, w, f); in SetCallbackMethod()
107 unsigned long widgetEvent, vtkAbstractWidget* w, CallbackType f) in SetCallbackMethod() argument
112 this->EventTranslator->SetTranslation(VTKEvent, edata, widgetEvent); in SetCallbackMethod()
113 this->SetCallbackMethod(widgetEvent, w, f); in SetCallbackMethod()
118 unsigned long widgetEvent, vtkAbstractWidget* w, CallbackType f) in SetCallbackMethod() argument
120 (*this->CallbackMap)[widgetEvent] = vtkCallbackPair(w, f); in SetCallbackMethod()
124 void vtkWidgetCallbackMapper::InvokeCallback(unsigned long widgetEvent) in InvokeCallback() argument
[all …]
H A DvtkWidgetEventTranslator.cxx175 if (widgetEvent != vtkWidgetEvent::NoEvent) in SetTranslation()
177 (*this->EventMap)[VTKEvent].push_back(EventItem(e, widgetEvent)); in SetTranslation()
186 void vtkWidgetEventTranslator::SetTranslation(const char* VTKEvent, const char* widgetEvent) in SetTranslation() argument
194 int repeatCount, const char* keySym, unsigned long widgetEvent) in SetTranslation() argument
202 if (widgetEvent != vtkWidgetEvent::NoEvent) in SetTranslation()
204 (*this->EventMap)[VTKEvent].push_back(EventItem(e, widgetEvent)); in SetTranslation()
213 unsigned long VTKEvent, vtkEventData* edata, unsigned long widgetEvent) in SetTranslation() argument
215 if (widgetEvent != vtkWidgetEvent::NoEvent) in SetTranslation()
217 (*this->EventMap)[VTKEvent].push_back(EventItem(edata, widgetEvent)); in SetTranslation()
228 if (widgetEvent != vtkWidgetEvent::NoEvent) in SetTranslation()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DPointerEvent.cpp90 widgetEvent->pointerId = aParam.mPointerId; in Constructor()
91 widgetEvent->mWidth = aParam.mWidth; in Constructor()
92 widgetEvent->mHeight = aParam.mHeight; in Constructor()
93 widgetEvent->pressure = aParam.mPressure; in Constructor()
95 widgetEvent->tiltX = aParam.mTiltX; in Constructor()
96 widgetEvent->tiltY = aParam.mTiltY; in Constructor()
97 widgetEvent->twist = aParam.mTwist; in Constructor()
99 widgetEvent->mIsPrimary = aParam.mIsPrimary; in Constructor()
100 widgetEvent->buttons = aParam.mButtons; in Constructor()
164 if (mCoalescedEvents.IsEmpty() && widgetEvent && in GetCoalescedEvents()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkWidgetCallbackMapper.cxx85 unsigned long widgetEvent, in SetCallbackMethod() argument
89 this->EventTranslator->SetTranslation(VTKEvent,widgetEvent); in SetCallbackMethod()
90 this->SetCallbackMethod(widgetEvent,w,f); in SetCallbackMethod()
98 unsigned long widgetEvent, in SetCallbackMethod() argument
102 widgetEvent); in SetCallbackMethod()
103 this->SetCallbackMethod(widgetEvent,w,f); in SetCallbackMethod()
108 void vtkWidgetCallbackMapper::SetCallbackMethod(unsigned long widgetEvent, in SetCallbackMethod() argument
111 (*this->CallbackMap)[widgetEvent] = vtkCallbackPair(w,f); in SetCallbackMethod()
115 void vtkWidgetCallbackMapper::InvokeCallback(unsigned long widgetEvent) in InvokeCallback() argument
117 vtkCallbackMap::CallbackMapIterator iter = this->CallbackMap->find(widgetEvent); in InvokeCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DPointerEvent.cpp92 widgetEvent->pointerId = aParam.mPointerId; in Constructor()
93 widgetEvent->mWidth = aParam.mWidth; in Constructor()
94 widgetEvent->mHeight = aParam.mHeight; in Constructor()
95 widgetEvent->mPressure = aParam.mPressure; in Constructor()
97 widgetEvent->tiltX = aParam.mTiltX; in Constructor()
98 widgetEvent->tiltY = aParam.mTiltY; in Constructor()
99 widgetEvent->twist = aParam.mTwist; in Constructor()
101 widgetEvent->mIsPrimary = aParam.mIsPrimary; in Constructor()
102 widgetEvent->mButtons = aParam.mButtons; in Constructor()
213 if (mCoalescedEvents.IsEmpty() && widgetEvent && in GetCoalescedEvents()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DPointerEvent.cpp92 widgetEvent->pointerId = aParam.mPointerId; in Constructor()
93 widgetEvent->mWidth = aParam.mWidth; in Constructor()
94 widgetEvent->mHeight = aParam.mHeight; in Constructor()
95 widgetEvent->mPressure = aParam.mPressure; in Constructor()
97 widgetEvent->tiltX = aParam.mTiltX; in Constructor()
98 widgetEvent->tiltY = aParam.mTiltY; in Constructor()
99 widgetEvent->twist = aParam.mTwist; in Constructor()
101 widgetEvent->mIsPrimary = aParam.mIsPrimary; in Constructor()
102 widgetEvent->mButtons = aParam.mButtons; in Constructor()
218 if (mCoalescedEvents.IsEmpty() && widgetEvent && in GetCoalescedEvents()
[all …]
/dports/www/firefox/firefox-99.0/dom/events/
H A DPointerEvent.cpp93 widgetEvent->pointerId = aParam.mPointerId; in Constructor()
94 widgetEvent->mWidth = aParam.mWidth; in Constructor()
95 widgetEvent->mHeight = aParam.mHeight; in Constructor()
96 widgetEvent->mPressure = aParam.mPressure; in Constructor()
98 widgetEvent->tiltX = aParam.mTiltX; in Constructor()
99 widgetEvent->tiltY = aParam.mTiltY; in Constructor()
100 widgetEvent->twist = aParam.mTwist; in Constructor()
102 widgetEvent->mIsPrimary = aParam.mIsPrimary; in Constructor()
103 widgetEvent->mButtons = aParam.mButtons; in Constructor()
224 if (mCoalescedEvents.IsEmpty() && widgetEvent && in GetCoalescedEvents()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DPointerEvent.cpp92 widgetEvent->pointerId = aParam.mPointerId; in Constructor()
93 widgetEvent->mWidth = aParam.mWidth; in Constructor()
94 widgetEvent->mHeight = aParam.mHeight; in Constructor()
95 widgetEvent->mPressure = aParam.mPressure; in Constructor()
97 widgetEvent->tiltX = aParam.mTiltX; in Constructor()
98 widgetEvent->tiltY = aParam.mTiltY; in Constructor()
99 widgetEvent->twist = aParam.mTwist; in Constructor()
101 widgetEvent->mIsPrimary = aParam.mIsPrimary; in Constructor()
102 widgetEvent->mButtons = aParam.mButtons; in Constructor()
218 if (mCoalescedEvents.IsEmpty() && widgetEvent && in GetCoalescedEvents()
[all …]
/dports/audio/pms-devel/pms-c94e3c6/widgets/
H A Devents.go13 type widgetEvent struct { struct
19 widgetEvent anonMember
29 widgetEvent anonMember
39 widgetEvent anonMember
49 widgetEvent anonMember
58 func (wev *widgetEvent) Widget() views.Widget { argument
62 func (wev *widgetEvent) SetWidget(widget views.Widget) { argument
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DPointerEvent.cpp91 WidgetPointerEvent* widgetEvent = e->mEvent->AsPointerEvent(); in Constructor() local
92 widgetEvent->pointerId = aParam.mPointerId; in Constructor()
93 widgetEvent->mWidth = aParam.mWidth; in Constructor()
94 widgetEvent->mHeight = aParam.mHeight; in Constructor()
95 widgetEvent->pressure = aParam.mPressure; in Constructor()
96 widgetEvent->tiltX = aParam.mTiltX; in Constructor()
97 widgetEvent->tiltY = aParam.mTiltY; in Constructor()
98 widgetEvent->inputSource = ConvertStringToPointerType(aParam.mPointerType); in Constructor()
99 widgetEvent->mIsPrimary = aParam.mIsPrimary; in Constructor()
100 widgetEvent->buttons = aParam.mButtons; in Constructor()
/dports/devel/lab/lab-0.17.2/vendor/github.com/gdamore/tcell/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/tcell-2.4.0/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/gdamore/tcell/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/net-im/tut/tut-0.0.17/vendor/github.com/gdamore/tcell/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/misc/lf/lf-r26/vendor/github.com/gdamore/tcell/v2/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/gdamore/tcell/v2/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/textproc/up/up-0.4/vendor/github.com/gdamore/tcell/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gdamore/tcell/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/gdamore/tcell/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/gdamore/tcell/v2/views/
H A Dwidget.go71 type widgetEvent struct {
76 func (wev *widgetEvent) Widget() Widget {
80 func (wev *widgetEvent) SetWidget(widget Widget) {
149 widgetEvent
154 widgetEvent
159 widgetEvent
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/gdamore/tcell/v2/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/tcell-1.1.4/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember
/dports/audio/visp-go/visp-2585747/vendor/github.com/gdamore/tcell/v2/views/
H A Dwidget.go71 type widgetEvent struct { struct
76 func (wev *widgetEvent) Widget() Widget { argument
80 func (wev *widgetEvent) SetWidget(widget Widget) { argument
149 widgetEvent anonMember
154 widgetEvent anonMember
159 widgetEvent anonMember

12345678910>>...12