Home
last modified time | relevance | path

Searched refs:aEvent (Results 1 – 25 of 3512) sorted by relevance

12345678910>>...141

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dsch_editor_control.h49 int New( const TOOL_EVENT& aEvent );
50 int Open( const TOOL_EVENT& aEvent );
51 int Save( const TOOL_EVENT& aEvent );
52 int SaveAs( const TOOL_EVENT& aEvent );
58 int Print( const TOOL_EVENT& aEvent );
59 int Plot( const TOOL_EVENT& aEvent );
60 int Quit( const TOOL_EVENT& aEvent );
110 int Undo( const TOOL_EVENT& aEvent );
111 int Redo( const TOOL_EVENT& aEvent );
114 int Cut( const TOOL_EVENT& aEvent );
[all …]
H A Dsymbol_editor_control.h49 int AddLibrary( const TOOL_EVENT& aEvent );
50 int AddSymbol( const TOOL_EVENT& aEvent );
51 int EditSymbol( const TOOL_EVENT& aEvent );
54 int Revert( const TOOL_EVENT& aEvent );
56 int CutCopyDelete( const TOOL_EVENT& aEvent );
57 int DuplicateSymbol( const TOOL_EVENT& aEvent );
58 int ExportSymbol( const TOOL_EVENT& aEvent );
59 int ExportView( const TOOL_EVENT& aEvent );
63 int OnDeMorgan( const TOOL_EVENT& aEvent );
66 int PinLibrary( const TOOL_EVENT& aEvent );
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dboard_editor_control.h54 int New( const TOOL_EVENT& aEvent );
55 int Open( const TOOL_EVENT& aEvent );
56 int Save( const TOOL_EVENT& aEvent );
57 int SaveAs( const TOOL_EVENT& aEvent );
58 int SaveCopyAs( const TOOL_EVENT& aEvent );
60 int Plot( const TOOL_EVENT& aEvent );
62 int Find( const TOOL_EVENT& aEvent );
63 int FindNext( const TOOL_EVENT& aEvent );
65 int BoardSetup( const TOOL_EVENT& aEvent );
84 int ViaSizeInc( const TOOL_EVENT& aEvent );
[all …]
H A Dpcb_control.h55 int AddLibrary( const TOOL_EVENT& aEvent );
56 int Print( const TOOL_EVENT& aEvent );
57 int Quit( const TOOL_EVENT& aEvent );
74 int LayerSwitch( const TOOL_EVENT& aEvent );
75 int LayerNext( const TOOL_EVENT& aEvent );
76 int LayerPrev( const TOOL_EVENT& aEvent );
77 int LayerToggle( const TOOL_EVENT& aEvent );
89 int Undo( const TOOL_EVENT& aEvent );
90 int Redo( const TOOL_EVENT& aEvent );
94 int Paste( const TOOL_EVENT& aEvent );
[all …]
H A Dfootprint_editor_control.h51 int NewFootprint( const TOOL_EVENT& aEvent );
52 int CreateFootprint( const TOOL_EVENT& aEvent );
54 int Save( const TOOL_EVENT& aEvent );
55 int SaveAs( const TOOL_EVENT& aEvent );
56 int Revert( const TOOL_EVENT& aEvent );
58 int EditFootprint( const TOOL_EVENT& aEvent );
60 int PasteFootprint( const TOOL_EVENT& aEvent );
65 int PinLibrary( const TOOL_EVENT& aEvent );
66 int UnpinLibrary( const TOOL_EVENT& aEvent );
69 int Properties( const TOOL_EVENT& aEvent );
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dunoctitm.cxx146 aEvent.IsEnabled = true; in addStatusListener()
147 aEvent.Requery = false; in addStatusListener()
866 aEvent.FeatureURL = aURL; in addStatusListener()
977 aEvent.Requery = false; in StateChanged()
978 aEvent.State = aState; in StateChanged()
1212 if (aEvent.IsEnabled && (aEvent.State >>= aInt32)) in InterceptLOKStateChangeEvent()
1252 if (aEvent.IsEnabled && (aEvent.State >>= aString)) in InterceptLOKStateChangeEvent()
1267 if (aEvent.IsEnabled && (aEvent.State >>= aBool)) in InterceptLOKStateChangeEvent()
1276 if (aEvent.IsEnabled && (aEvent.State >>= aBool)) in InterceptLOKStateChangeEvent()
1289 if (aEvent.IsEnabled && (aEvent.State >>= aPoint)) in InterceptLOKStateChangeEvent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dunoctitm.cxx143 aEvent.IsEnabled = true; in addStatusListener()
144 aEvent.Requery = false; in addStatusListener()
842 aEvent.FeatureURL = aURL; in addStatusListener()
953 aEvent.Requery = false; in StateChanged()
954 aEvent.State = aState; in StateChanged()
1103 if (aEvent.IsEnabled && (aEvent.State >>= aInt32)) in InterceptLOKStateChangeEvent()
1121 if (aEvent.IsEnabled && (aEvent.State >>= aString)) in InterceptLOKStateChangeEvent()
1134 if (aEvent.IsEnabled && (aEvent.State >>= aBool)) in InterceptLOKStateChangeEvent()
1143 if (aEvent.IsEnabled && (aEvent.State >>= aBool)) in InterceptLOKStateChangeEvent()
1156 if (aEvent.IsEnabled && (aEvent.State >>= aPoint)) in InterceptLOKStateChangeEvent()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/tool/
H A Dcommon_tools.h50 int ZoomRedraw( const TOOL_EVENT& aEvent );
51 int ZoomInOut( const TOOL_EVENT& aEvent );
53 int ZoomCenter( const TOOL_EVENT& aEvent );
56 int ZoomPreset( const TOOL_EVENT& aEvent );
60 int PanControl( const TOOL_EVENT& aEvent );
78 int GridNext( const TOOL_EVENT& aEvent );
79 int GridPrev( const TOOL_EVENT& aEvent );
80 int GridPreset( const TOOL_EVENT& aEvent );
81 int GridFast1( const TOOL_EVENT& aEvent );
82 int GridFast2( const TOOL_EVENT& aEvent );
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/UnoControls/source/base/
H A Dmultiplexer.cxx179 EventObject aEvent; in disposeAndClear() local
180 aEvent.Source = m_xControl; in disposeAndClear()
181 m_aListenerHolder.disposeAndClear( aEvent ); in disposeAndClear()
229 MULTIPLEX( XFocusListener, focusGained, FocusEvent, aEvent ) in focusGained()
236 MULTIPLEX( XFocusListener, focusLost, FocusEvent, aEvent ) in focusLost()
271 MULTIPLEX( XKeyListener, keyPressed, KeyEvent, aEvent ) in keyPressed()
278 MULTIPLEX( XKeyListener, keyReleased, KeyEvent, aEvent ) in keyReleased()
285 MULTIPLEX( XMouseListener, mousePressed, MouseEvent, aEvent ) in mousePressed()
299 MULTIPLEX( XMouseListener, mouseEntered, MouseEvent, aEvent ) in mouseEntered()
306 MULTIPLEX( XMouseListener, mouseExited, MouseEvent, aEvent ) in mouseExited()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/UnoControls/source/base/
H A Dmultiplexer.cxx182 EventObject aEvent; in disposeAndClear() local
183 aEvent.Source = m_xControl; in disposeAndClear()
184 m_aListenerHolder.disposeAndClear( aEvent ); in disposeAndClear()
232 MULTIPLEX( XFocusListener, focusGained, FocusEvent, aEvent ) in focusGained()
239 MULTIPLEX( XFocusListener, focusLost, FocusEvent, aEvent ) in focusLost()
274 MULTIPLEX( XKeyListener, keyPressed, KeyEvent, aEvent ) in keyPressed()
281 MULTIPLEX( XKeyListener, keyReleased, KeyEvent, aEvent ) in keyReleased()
288 MULTIPLEX( XMouseListener, mousePressed, MouseEvent, aEvent ) in mousePressed()
302 MULTIPLEX( XMouseListener, mouseEntered, MouseEvent, aEvent ) in mouseEntered()
309 MULTIPLEX( XMouseListener, mouseExited, MouseEvent, aEvent ) in mouseExited()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dscintilla_tricks.cpp74 aEvent.Skip(); in onThemeChanged()
120 if( !aEvent.ControlDown() || aEvent.MetaDown() ) in isCtrlSlash()
141 if( aEvent.ShiftDown() && ( aEvent.GetUnicodeKey() == '7' || aEvent.GetUnicodeKey() == ':' ) ) in isCtrlSlash()
159 if( aEvent.GetKeyCode() == WXK_RETURN && ( m_singleLine || aEvent.ShiftDown() ) ) in onCharHook()
189 else if( aEvent.GetModifiers() == wxMOD_CONTROL && aEvent.GetKeyCode() == 'Z' ) in onCharHook()
198 else if( aEvent.GetModifiers() == wxMOD_CONTROL && aEvent.GetKeyCode() == 'A' ) in onCharHook()
202 else if( aEvent.GetModifiers() == wxMOD_CONTROL && aEvent.GetKeyCode() == 'X' ) in onCharHook()
206 else if( aEvent.GetModifiers() == wxMOD_CONTROL && aEvent.GetKeyCode() == 'C' ) in onCharHook()
210 else if( aEvent.GetModifiers() == wxMOD_CONTROL && aEvent.GetKeyCode() == 'V' ) in onCharHook()
256 aEvent.Skip(); in onCharHook()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/src/
H A DAPZInputBridge.cpp33 return aEvent.mMessage == eMouseMove || aEvent.mMessage == eMouseDown || in WillHandleMouseEvent()
34 aEvent.mMessage == eMouseUp || aEvent.mMessage == eDragEnd || in WillHandleMouseEvent()
36 aEvent.mMessage == eMouseHitTest); in WillHandleMouseEvent()
41 WidgetWheelEvent* aEvent) { in ActionForWheelEvent() argument
55 switch (aEvent.mClass) { in ReceiveInputEvent()
76 aEvent.mLayersId = input.mLayersId; in ReceiveInputEvent()
81 &aEvent.mFocusSequenceNumber, &aEvent.mLayersId); in ReceiveInputEvent()
164 UpdateWheelTransaction(aEvent.mRefPoint, aEvent.mMessage); in ReceiveInputEvent()
166 &aEvent.mFocusSequenceNumber, &aEvent.mLayersId); in ReceiveInputEvent()
182 UpdateWheelTransaction(aEvent.mRefPoint, aEvent.mMessage); in ReceiveInputEvent()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DMouseEvents.h58 pointerId = aEvent.pointerId; in AssignPointerHelperData()
59 tiltX = aEvent.tiltX; in AssignPointerHelperData()
60 tiltY = aEvent.tiltY; in AssignPointerHelperData()
157 button = aEvent.button; in AssignMouseEventBaseData()
158 buttons = aEvent.buttons; in AssignMouseEventBaseData()
159 pressure = aEvent.pressure; in AssignMouseEventBaseData()
441 mDelta = aEvent.mDelta; in AssignMouseScrollEventData()
617 mDeltaX = aEvent.mDeltaX; in AssignWheelEventData()
618 mDeltaY = aEvent.mDeltaY; in AssignWheelEventData()
619 mDeltaZ = aEvent.mDeltaZ; in AssignWheelEventData()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DCoalescedMouseData.cpp18 void CoalescedMouseData::Coalesce(const WidgetMouseEvent& aEvent, in Coalesce() argument
22 mCoalescedInputEvent = MakeUnique<WidgetMouseEvent>(aEvent); in Coalesce()
34 mCoalescedInputEvent->mTimeStamp = aEvent.mTimeStamp; in Coalesce()
35 mCoalescedInputEvent->mRefPoint = aEvent.mRefPoint; in Coalesce()
36 mCoalescedInputEvent->mPressure = aEvent.mPressure; in Coalesce()
37 mCoalescedInputEvent->AssignPointerHelperData(aEvent); in Coalesce()
40 if (aEvent.mMessage == eMouseMove) { in Coalesce()
50 aEvent); in Coalesce()
60 MOZ_ASSERT(aEvent.mMessage == eMouseMove); in CanCoalesce()
63 !aEvent.mFlags.mIsSynthesizedForTests && in CanCoalesce()
[all …]
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DCoalescedMouseData.cpp18 void CoalescedMouseData::Coalesce(const WidgetMouseEvent& aEvent, in Coalesce() argument
22 mCoalescedInputEvent = MakeUnique<WidgetMouseEvent>(aEvent); in Coalesce()
34 mCoalescedInputEvent->mTimeStamp = aEvent.mTimeStamp; in Coalesce()
35 mCoalescedInputEvent->mRefPoint = aEvent.mRefPoint; in Coalesce()
36 mCoalescedInputEvent->mPressure = aEvent.mPressure; in Coalesce()
37 mCoalescedInputEvent->AssignPointerHelperData(aEvent); in Coalesce()
40 if (aEvent.mMessage == eMouseMove) { in Coalesce()
50 aEvent); in Coalesce()
61 MOZ_ASSERT(aEvent.mMessage == eMouseMove); in CanCoalesce()
64 !aEvent.mFlags.mIsSynthesizedForTests && in CanCoalesce()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DCoalescedMouseData.cpp18 void CoalescedMouseData::Coalesce(const WidgetMouseEvent& aEvent, in Coalesce() argument
22 mCoalescedInputEvent = MakeUnique<WidgetMouseEvent>(aEvent); in Coalesce()
34 mCoalescedInputEvent->mTimeStamp = aEvent.mTimeStamp; in Coalesce()
35 mCoalescedInputEvent->mRefPoint = aEvent.mRefPoint; in Coalesce()
36 mCoalescedInputEvent->mPressure = aEvent.mPressure; in Coalesce()
37 mCoalescedInputEvent->AssignPointerHelperData(aEvent); in Coalesce()
40 if (aEvent.mMessage == eMouseMove) { in Coalesce()
50 aEvent); in Coalesce()
60 MOZ_ASSERT(aEvent.mMessage == eMouseMove); in CanCoalesce()
63 !aEvent.mFlags.mIsSynthesizedForTests && in CanCoalesce()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DMouseEvents.h72 pointerId = aEvent.pointerId;
73 tiltX = aEvent.tiltX;
74 tiltY = aEvent.tiltY;
75 twist = aEvent.twist;
157 mButton = aEvent.mButton; in AssignMouseEventBaseData()
158 mButtons = aEvent.mButtons; in AssignMouseEventBaseData()
430 mDelta = aEvent.mDelta; in AssignMouseScrollEventData()
638 mDeltaX = aEvent.mDeltaX; in AssignWheelEventData()
639 mDeltaY = aEvent.mDeltaY; in AssignWheelEventData()
640 mDeltaZ = aEvent.mDeltaZ; in AssignWheelEventData()
[all …]
/dports/www/firefox/firefox-99.0/widget/
H A DMouseEvents.h72 pointerId = aEvent.pointerId;
73 tiltX = aEvent.tiltX;
74 tiltY = aEvent.tiltY;
75 twist = aEvent.twist;
157 mButton = aEvent.mButton; in AssignMouseEventBaseData()
158 mButtons = aEvent.mButtons; in AssignMouseEventBaseData()
430 mDelta = aEvent.mDelta; in AssignMouseScrollEventData()
638 mDeltaX = aEvent.mDeltaX; in AssignWheelEventData()
639 mDeltaY = aEvent.mDeltaY; in AssignWheelEventData()
640 mDeltaZ = aEvent.mDeltaZ; in AssignWheelEventData()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DMouseEvents.h72 pointerId = aEvent.pointerId;
73 tiltX = aEvent.tiltX;
74 tiltY = aEvent.tiltY;
75 twist = aEvent.twist;
157 mButton = aEvent.mButton; in AssignMouseEventBaseData()
158 mButtons = aEvent.mButtons; in AssignMouseEventBaseData()
430 mDelta = aEvent.mDelta; in AssignMouseScrollEventData()
638 mDeltaX = aEvent.mDeltaX; in AssignWheelEventData()
639 mDeltaY = aEvent.mDeltaY; in AssignWheelEventData()
640 mDeltaZ = aEvent.mDeltaZ; in AssignWheelEventData()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DMouseEvents.h72 pointerId = aEvent.pointerId;
73 tiltX = aEvent.tiltX;
74 tiltY = aEvent.tiltY;
75 twist = aEvent.twist;
157 mButton = aEvent.mButton; in AssignMouseEventBaseData()
158 mButtons = aEvent.mButtons; in AssignMouseEventBaseData()
424 mDelta = aEvent.mDelta; in AssignMouseScrollEventData()
605 mDeltaX = aEvent.mDeltaX; in AssignWheelEventData()
606 mDeltaY = aEvent.mDeltaY; in AssignWheelEventData()
607 mDeltaZ = aEvent.mDeltaZ; in AssignWheelEventData()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DMouseEvents.h91 tiltX = aEvent.tiltX;
92 tiltY = aEvent.tiltY;
93 twist = aEvent.twist;
183 button = aEvent.button; in AssignMouseEventBaseData()
184 buttons = aEvent.buttons; in AssignMouseEventBaseData()
185 pressure = aEvent.pressure; in AssignMouseEventBaseData()
418 mDelta = aEvent.mDelta; in AssignMouseScrollEventData()
591 mDeltaX = aEvent.mDeltaX; in AssignWheelEventData()
592 mDeltaY = aEvent.mDeltaY; in AssignWheelEventData()
593 mDeltaZ = aEvent.mDeltaZ; in AssignWheelEventData()
[all …]
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DNativeKeyBindings.cpp298 if (aEvent.mCharCode) { in GetEditCommands()
398 if (aEvent.IsAlt() || aEvent.IsMeta() || aEvent.IsOS()) { in GetEditCommandsForTests()
422 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
429 aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
435 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
441 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
446 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
455 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
457 } else if (aEvent.IsShift() && !aEvent.IsControl()) { in GetEditCommandsForTests()
462 if (aEvent.IsShift()) { in GetEditCommandsForTests()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DEventStateManager.cpp463 if (!aEvent) { in PreHandleEvent()
549 aPresContext, aEvent, aEvent->mRefPoint, CSSIntPoint(0, 0)); in PreHandleEvent()
901 if (aEvent->mMessage == eTouchEnd && aEvent->AsTouchEvent() && in NotifyTargetUserActivation()
2462 aTargetFrame, aEvent->mDeltaX, aEvent->mDeltaY, aEvent, aOptions); in ComputeScrollTargetAndMayAdjustWheelEvent()
2815 aEvent->mOverflowDeltaX = aEvent->mOverflowDeltaY = 0; in DoScrollText()
2837 aEvent->mOverflowDeltaX = aEvent->mDeltaX; in DoScrollText()
2843 aEvent->mOverflowDeltaY = aEvent->mDeltaY; in DoScrollText()
2849 (aEvent->mOverflowDeltaX > 0) == (aEvent->mDeltaX > 0), in DoScrollText()
5230 if (aEvent && (aEvent->mMessage == eFocus || aEvent->mMessage == eBlur)) { in GetEventTargetContent()
5792 if (!aEvent->mIsEnabled || aEvent->mOnlyEnabledCheck) { in DoContentCommandScrollEvent()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DNativeKeyBindings.cpp293 if (aEvent.mCharCode) { in GetEditCommands()
376 if (aEvent.IsAlt() || aEvent.IsMeta() || aEvent.IsOS()) { in GetEditCommandsForTests()
400 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
407 aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
413 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
419 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
424 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
433 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
435 } else if (aEvent.IsShift() && !aEvent.IsControl()) { in GetEditCommandsForTests()
440 if (aEvent.IsShift()) { in GetEditCommandsForTests()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DNativeKeyBindings.cpp293 if (aEvent.mCharCode) { in GetEditCommands()
376 if (aEvent.IsAlt() || aEvent.IsMeta() || aEvent.IsOS()) { in GetEditCommandsForTests()
400 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
407 aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
413 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
419 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
424 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
433 if (aEvent.IsControl() && !aEvent.IsShift()) { in GetEditCommandsForTests()
435 } else if (aEvent.IsShift() && !aEvent.IsControl()) { in GetEditCommandsForTests()
440 if (aEvent.IsShift()) { in GetEditCommandsForTests()
[all …]

12345678910>>...141