Home
last modified time | relevance | path

Searched +defs:KeyPress +defs:e (Results 1 – 25 of 55) sorted by relevance

123

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dkeycode.cpp259 KeyPress::KeyPress() : in KeyPress() function in KeyPress
264 KeyPress::KeyPress(const char *name) in KeyPress() function in KeyPress
276 } catch (UnknownKeycode &e) {}; in KeyPress() local
286 } catch (UnknownKeycode &e) {}; in KeyPress() local
298 KeyPress::KeyPress(const irr::SEvent::SKeyInput &in, bool prefer_character) in KeyPress() function in KeyPress
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dkeycode.cpp284 KeyPress::KeyPress(const char *name) in KeyPress() function in KeyPress
302 } catch (UnknownKeycode &e) {}; in KeyPress() local
311 } catch (UnknownKeycode &e) {}; in KeyPress() local
323 KeyPress::KeyPress(const irr::SEvent::SKeyInput &in, bool prefer_character) in KeyPress() function in KeyPress
336 } catch (UnknownKeycode &e) { in KeyPress() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DShortcutsWindow.cpp90 auto e = this->entries[i]; in CalculateLeftPadding() local
109 bool ShortcutsWindow::KeyPress(const std::string& key) { in KeyPress() function in ShortcutsWindow
209 auto e = this->entries[i]; in OnRedraw() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/app/layout/
H A DLocalLibrarySettingsLayout.cpp94 auto e = std::make_shared<SingleLineEntry>(v); in LoadPreferences() local
192 bool LocalLibrarySettingsLayout::KeyPress(const std::string& key) { in KeyPress() function in LocalLibrarySettingsLayout
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripProgressBar.cs144 protected virtual void OnRightToLeftLayoutChanged (EventArgs e) in OnRightToLeftLayoutChanged()
169 public new event KeyPressEventHandler KeyPress { property in System.Windows.Forms.ToolStripProgressBar
H A DGroupBox.cs80 public new event KeyPressEventHandler KeyPress { property in System.Windows.Forms.GroupBox
242 protected override void OnFontChanged (EventArgs e) in OnFontChanged()
248 protected override void OnPaint (PaintEventArgs e) in OnPaint()
H A DProgressBar.cs116 public new event KeyPressEventHandler KeyPress { property in System.Windows.Forms.ProgressBar
375 void marquee_timer_Tick (object sender, EventArgs e) in marquee_timer_Tick()
451 protected override void OnHandleCreated (EventArgs e) in OnHandleCreated()
458 protected override void OnBackColorChanged (EventArgs e) in OnBackColorChanged()
463 protected override void OnForeColorChanged (EventArgs e) in OnForeColorChanged()
468 protected override void OnHandleDestroyed (EventArgs e) in OnHandleDestroyed()
474 protected virtual void OnRightToLeftLayoutChanged(EventArgs e) in OnRightToLeftLayoutChanged()
515 private void OnResizeTB (Object o, EventArgs e) in OnResizeTB()
H A DSplitter.cs393 protected override void OnKeyDown(KeyEventArgs e) { in OnKeyDown()
401 protected override void OnMouseDown(MouseEventArgs e) { in OnMouseDown()
416 protected override void OnMouseMove (MouseEventArgs e) in OnMouseMove()
427 protected override void OnMouseUp (MouseEventArgs e) in OnMouseUp()
589 internal override void OnPaintInternal (PaintEventArgs e) { in OnPaintInternal()
593 private void LayoutSplitter(object sender, LayoutEventArgs e) { in LayoutSplitter()
601 private void ReparentSplitter(object sender, EventArgs e) { in ReparentSplitter()
660 public new event KeyPressEventHandler KeyPress { property in System.Windows.Forms.Splitter
H A DPictureBox.cs254 protected override void OnVisibleChanged (EventArgs e) in OnVisibleChanged()
259 protected virtual void OnSizeModeChanged (EventArgs e) in OnSizeModeChanged()
266 protected override void OnEnabledChanged (EventArgs e) in OnEnabledChanged()
272 protected override void OnHandleCreated (EventArgs e) in OnHandleCreated()
278 protected override void OnHandleDestroyed (EventArgs e) in OnHandleDestroyed()
283 protected virtual void OnLoadCompleted (AsyncCompletedEventArgs e) in OnLoadCompleted()
297 protected override void OnParentChanged (EventArgs e) in OnParentChanged()
302 protected override void OnResize (EventArgs e) in OnResize()
382 private void OnAnimateImage (object sender, EventArgs e) in OnAnimateImage()
395 private void UpdateAnimatedImage (object sender, EventArgs e) in UpdateAnimatedImage()
[all …]
H A DLabel.cs103 public new event KeyPressEventHandler KeyPress { property in System.Windows.Forms.Label
581 protected override void OnEnabledChanged (EventArgs e) in OnEnabledChanged()
586 protected override void OnFontChanged (EventArgs e) in OnFontChanged()
594 protected override void OnPaddingChanged (EventArgs e) in OnPaddingChanged()
599 protected override void OnPaint (PaintEventArgs e) in OnPaint()
605 protected override void OnParentChanged (EventArgs e) in OnParentChanged()
622 protected override void OnTextChanged (EventArgs e) in OnTextChanged()
630 protected override void OnVisibleChanged (EventArgs e) in OnVisibleChanged()
683 private void OnHandleCreatedLB (Object o, EventArgs e) in OnHandleCreatedLB()
712 protected override void OnMouseEnter (EventArgs e) in OnMouseEnter()
[all …]
H A DToolStripControlHost.cs307 protected virtual void OnEnter (EventArgs e) in OnEnter()
314 protected virtual void OnGotFocus (EventArgs e) in OnGotFocus()
333 protected virtual void OnKeyDown (KeyEventArgs e) in OnKeyDown()
347 protected virtual void OnKeyUp (KeyEventArgs e) in OnKeyUp()
354 protected override void OnLayout (LayoutEventArgs e) in OnLayout()
362 protected virtual void OnLeave (EventArgs e) in OnLeave()
369 protected virtual void OnLostFocus (EventArgs e) in OnLostFocus()
376 protected override void OnPaint (PaintEventArgs e) in OnPaint()
409 protected virtual void OnValidated (EventArgs e) in OnValidated()
478 public event KeyPressEventHandler KeyPress { property in System.Windows.Forms.ToolStripControlHost
[all …]
H A DWebBrowserBase.cs235 protected override void OnBackColorChanged (EventArgs e) in OnBackColorChanged()
240 protected override void OnFontChanged (EventArgs e) in OnFontChanged()
245 protected override void OnForeColorChanged (EventArgs e) in OnForeColorChanged()
250 protected override void OnGotFocus (EventArgs e) in OnGotFocus()
260 protected override void OnHandleCreated (EventArgs e) in OnHandleCreated()
265 protected override void OnLostFocus (EventArgs e) in OnLostFocus()
274 protected override void OnParentChanged (EventArgs e) in OnParentChanged()
284 protected override void OnVisibleChanged (EventArgs e) in OnVisibleChanged()
410 internal override void OnResizeInternal (EventArgs e) in OnResizeInternal()
429 private void OnWebHostFocus (object sender, EventArgs e) in OnWebHostFocus()
[all …]
H A DHtmlElement.cs313 private void OnClick (object sender, EventArgs e) in OnClick()
355 private void OnMouseDown (object sender, EventArgs e) in OnMouseDown()
376 private void OnMouseUp (object sender, EventArgs e) in OnMouseUp()
481 private void OnKeyDown (object sender, EventArgs e) in OnKeyDown()
502 private void OnKeyPress (object sender, EventArgs e) in OnKeyPress()
512 public event HtmlElementEventHandler KeyPress { property in System.Windows.Forms.HtmlElement
523 private void OnKeyUp (object sender, EventArgs e) in OnKeyUp()
554 private void OnDrag (object sender, EventArgs e) in OnDrag()
574 private void OnDragEnd (object sender, EventArgs e) in OnDragEnd()
610 private void OnDragOver (object sender, EventArgs e) in OnDragOver()
[all …]
H A DToolStripDropDown.cs559 protected virtual void OnClosed (ToolStripDropDownClosedEventArgs e) in OnClosed()
566 protected virtual void OnClosing (ToolStripDropDownClosingEventArgs e) in OnClosing()
573 protected override void OnHandleCreated (EventArgs e) in OnHandleCreated()
581 protected override void OnItemClicked (ToolStripItemClickedEventArgs e) in OnItemClicked()
586 protected override void OnLayout (LayoutEventArgs e) in OnLayout()
638 protected virtual void OnOpened (EventArgs e) in OnOpened()
645 protected virtual void OnOpening (CancelEventArgs e) in OnOpening()
652 protected override void OnParentChanged (EventArgs e) in OnParentChanged()
660 protected override void OnVisibleChanged (EventArgs e) in OnVisibleChanged()
845 public new event KeyPressEventHandler KeyPress { property in System.Windows.Forms.ToolStripDropDown
[all …]
H A DPropertyGrid.cs1036 protected override void OnEnabledChanged (EventArgs e) { in OnEnabledChanged()
1040 protected override void OnFontChanged(EventArgs e) { in OnFontChanged()
1044 protected override void OnGotFocus(EventArgs e) { in OnGotFocus()
1048 protected override void OnHandleCreated (EventArgs e) { in OnHandleCreated()
1052 protected override void OnHandleDestroyed (EventArgs e) { in OnHandleDestroyed()
1078 protected virtual void OnPropertySortChanged(EventArgs e) { in OnPropertySortChanged()
1097 protected override void OnResize (EventArgs e) { in OnResize()
1117 protected override void OnVisibleChanged (EventArgs e) { in OnVisibleChanged()
1198 public new event KeyPressEventHandler KeyPress { property in System.Windows.Forms.PropertyGrid
1597 protected override void OnPaint (PaintEventArgs e) in OnPaint()
[all …]
H A DAxHost.cs644 protected override void OnBackColorChanged (EventArgs e) in OnBackColorChanged()
649 protected override void OnFontChanged (EventArgs e) in OnFontChanged()
654 protected override void OnForeColorChanged (EventArgs e) in OnForeColorChanged()
659 protected override void OnHandleCreated (EventArgs e) in OnHandleCreated()
670 protected override void OnLostFocus (EventArgs e) in OnLostFocus()
902 public new event KeyPressEventHandler KeyPress { property in System.Windows.Forms.AxHost
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DInGameMenu.cpp147 void InGameMenu::KeyPress(GG::Key key, std::uint32_t key_code_point, in KeyPress() function in InGameMenu
187 } catch (const std::exception& e) { in Save() local
H A DGalaxySetupWnd.cpp1090 void GalaxySetupWnd::KeyPress(GG::Key key, std::uint32_t key_code_point, GG::Flags<GG::ModKey> mod_… in KeyPress() function in GalaxySetupWnd
1192 } catch (const std::exception& e) { in OkClicked() local
1197 } catch (const std::exception& e) { in OkClicked() local
1202 } catch (const std::exception& e) { in OkClicked() local
1207 } catch (const std::exception& e) { in OkClicked() local
1212 } catch (const std::exception& e) { in OkClicked() local
1217 } catch (const std::exception& e) { in OkClicked() local
1222 } catch (const std::exception& e) { in OkClicked() local
1227 } catch (const std::exception& e) { in OkClicked() local
1232 } catch (const std::exception& e) { in OkClicked() local
[all …]
H A DOptionsWnd.cpp109 } catch (const std::exception& e) { in operator ()() local
194 void KeyPress(GG::Key key, std::uint32_t key_code_point, in KeyPress() function in __anon3d68fa170111::KeyPressCatcher
1371 void OptionsWnd::KeyPress(GG::Key key, std::uint32_t key_code_point, in KeyPress() function in OptionsWnd
1389 } catch (Sound::InitializationFailureException const &e) { in SoundEffectsEnableClicked() local
1405 } catch (Sound::InitializationFailureException const &e) { in MusicClicked() local
1433 …nd::SoundOptionsFeedback::SoundInitializationFailure(Sound::InitializationFailureException const &… in SoundInitializationFailure()
/dports/devel/upp/upp/uppsrc/Turtle/
H A DEvent.cpp95 catch(const CParser::Error& e) in ProcessEvent() local
143 catch(const CParser::Error& e) in IsWaitingEvent() local
255 void TurtleServer::KeyPress(const String& event, CParser& p) in KeyPress() function in Upp::TurtleServer
/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A Dmain.cpp642 void KeyPress(uint keyId, bool down){ in KeyPress() function in DefaultBackend
771 void KeyPress(uint keyId, bool down){ in KeyPress() function in DebugBackend
807 }catch(boost::filesystem::filesystem_error &e){ local
862 }catch(boost::filesystem::filesystem_error &e){ local
944 }catch(args::Help &e){ in main() local
948 }catch(args::ParseError &e){ in main() local
986 }catch(Exception e){ in main() local
1004 }catch(Exception e){ in main() local
1024 }catch(Exception e){ in main() local
/dports/devel/clazy/clazy-1.5/src/checks/level0/
H A Dwrong-qevent-cast.cpp84 KeyPress = 6, enumerator
248 Expr *e = cast->getSubExpr(); in VisitStmt() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.WebBrowser/
H A DIWebBrowser.cs78 event NodeEventHandler KeyPress; event
167 public delegate bool CreateNewWindowEventHandler (object sender, CreateNewWindowEventArgs e); in CreateNewWindowEventHandler()
191 public delegate void AlertEventHandler (object sender, AlertEventArgs e); in AlertEventHandler()
306 public delegate void StatusChangedEventHandler (object sender, StatusChangedEventArgs e); in StatusChangedEventHandler()
328 public delegate void ProgressChangedEventHandler (object sender, ProgressChangedEventArgs e); in ProgressChangedEventHandler()
346 public delegate void LoadStartedEventHandler (object sender, LoadStartedEventArgs e); in LoadStartedEventHandler()
361 public delegate void LoadCommitedEventHandler (object sender, LoadCommitedEventArgs e); in LoadCommitedEventHandler()
372 public delegate void LoadFinishedEventHandler (object sender, LoadFinishedEventArgs e); in LoadFinishedEventHandler()
383 public delegate void SecurityChangedEventHandler (object sender, SecurityChangedEventArgs e); in SecurityChangedEventHandler()
398 public delegate void ContextMenuEventHandler (object sender, ContextMenuEventArgs e); in ContextMenuEventHandler()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.WebBrowser.cs37 public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e); in AlertEventHandler()
44 …ublic delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e); in ContextMenuEventHandler()
50 …legate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e); in CreateNewWindowEventHandler()
105 event Mono.WebBrowser.DOM.NodeEventHandler KeyPress; event
138 …lic delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e); in LoadCommitedEventHandler()
144 …lic delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e); in LoadFinishedEventHandler()
151 …ublic delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e); in LoadStartedEventHandler()
201 …c delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e); in StatusChangedEventHandler()
357 event Mono.WebBrowser.DOM.NodeEventHandler KeyPress; event
445 public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e); in NodeEventHandler()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.WebBrowser.cs36 public delegate void AlertEventHandler(object sender, Mono.WebBrowser.AlertEventArgs e); in AlertEventHandler()
43 …ublic delegate void ContextMenuEventHandler(object sender, Mono.WebBrowser.ContextMenuEventArgs e); in ContextMenuEventHandler()
49 …legate bool CreateNewWindowEventHandler(object sender, Mono.WebBrowser.CreateNewWindowEventArgs e); in CreateNewWindowEventHandler()
104 event Mono.WebBrowser.DOM.NodeEventHandler KeyPress; event
137 …lic delegate void LoadCommitedEventHandler(object sender, Mono.WebBrowser.LoadCommitedEventArgs e); in LoadCommitedEventHandler()
143 …lic delegate void LoadFinishedEventHandler(object sender, Mono.WebBrowser.LoadFinishedEventArgs e); in LoadFinishedEventHandler()
150 …ublic delegate void LoadStartedEventHandler(object sender, Mono.WebBrowser.LoadStartedEventArgs e); in LoadStartedEventHandler()
200 …c delegate void StatusChangedEventHandler(object sender, Mono.WebBrowser.StatusChangedEventArgs e); in StatusChangedEventHandler()
356 event Mono.WebBrowser.DOM.NodeEventHandler KeyPress; event
444 public delegate void NodeEventHandler(object sender, Mono.WebBrowser.DOM.NodeEventArgs e); in NodeEventHandler()
[all …]

123