Home
last modified time | relevance | path

Searched defs:handleEvent (Results 1 – 25 of 1635) sorted by relevance

12345678910>>...66

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-skylighting-0.3/programs/
H A DDemo.hs73 handleEvent i (VtyEvent (V.EvKey V.KUp [])) = continue $ (i + 1) `mod` length styles function
74 handleEvent i (VtyEvent (V.EvKey V.KDown [])) = continue $ (i - 1) `mod` length styles function
75 handleEvent i (VtyEvent (V.EvKey V.KEsc [])) = halt i function
76 handleEvent i (VtyEvent (V.EvKey (V.KChar 'q') [])) = halt i function
77 handleEvent i _ = continue i function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/programs/
H A DTailDemo.hs76 handleEvent s (AppEvent (NewLine l)) = function
78 handleEvent s (VtyEvent (V.EvKey V.KUp [])) = function
80 handleEvent s (VtyEvent (V.EvKey V.KDown [])) = function
82 handleEvent s (VtyEvent (V.EvKey V.KRight [])) = function
84 handleEvent s (VtyEvent (V.EvKey V.KLeft [])) = function
86 handleEvent s (VtyEvent (V.EvKey V.KEsc [])) = function
88 handleEvent s _ = function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/programs/
H A DTailDemo.hs76 handleEvent s (AppEvent (NewLine l)) = function
78 handleEvent s (VtyEvent (V.EvKey V.KUp [])) = function
80 handleEvent s (VtyEvent (V.EvKey V.KDown [])) = function
82 handleEvent s (VtyEvent (V.EvKey V.KRight [])) = function
84 handleEvent s (VtyEvent (V.EvKey V.KLeft [])) = function
86 handleEvent s (VtyEvent (V.EvKey V.KEsc [])) = function
88 handleEvent s _ = function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/programs/
H A DTailDemo.hs76 handleEvent s (AppEvent (NewLine l)) = function
78 handleEvent s (VtyEvent (V.EvKey V.KUp [])) = function
80 handleEvent s (VtyEvent (V.EvKey V.KDown [])) = function
82 handleEvent s (VtyEvent (V.EvKey V.KRight [])) = function
84 handleEvent s (VtyEvent (V.EvKey V.KLeft [])) = function
86 handleEvent s (VtyEvent (V.EvKey V.KEsc [])) = function
88 handleEvent s _ = function
/dports/misc/hs-hascard/hascard-0.3.0.1/src/
H A DSettings.hs87 handleEvent (MouseDown n _ _ _) s | n == name = return $ not s function
88 handleEvent (VtyEvent (V.EvKey (V.KChar ' ') [])) s = return $ not s function
89 handleEvent (VtyEvent (V.EvKey V.KEnter [])) s = return $ not s function
90 handleEvent _ s = return s function
110handleEvent (VtyEvent (V.EvKey (V.KChar c) [])) s | isDigit c = return $ if s < 100 then read (sho… function
111 handleEvent (VtyEvent (V.EvKey V.KBS [])) s = return $ case show s of function
114 handleEvent _ s = return s function
/dports/misc/hs-hascard/hascard-0.3.0.1/src/UI/
H A DSettings.hs33 handleEvent gs form ev@(VtyEvent e) = function
45 handleEvent gs _ _ = continue gs function
H A DInfo.hs26 handleEvent gs s (VtyEvent e) = function
38 handleEvent gs _ _ = continue gs function
H A DMainMenu.hs48 handleEvent gs s (VtyEvent e) = function
61 handleEvent gs _ _ = continue gs function
H A DFileBrowser.hs53 handleEvent gs s@FBS{_fb=b, _exception'=excep} (VtyEvent ev) = function
86 handleEvent gs _ _ = continue gs function
H A DCardSelector.hs72 handleEvent gs s@CSS{_list=l, _exception=exc} (VtyEvent ev) = function
103 handleEvent gs _ _ = continue gs function
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/tests/
H A DIntegratorTestFramework.h60 void handleEvent(State& state, Real accuracy, bool& shouldTerminate) const override { in handleEvent() function
79 void handleEvent(State& state, Real accuracy, bool& shouldTerminate) const override { in handleEvent() function
112 void handleEvent(State& state, Real accuracy, bool& shouldTerminate) const override { in handleEvent() function
133 void handleEvent(const State& state) const override { in handleEvent() function
164 void handleEvent(const State& state) const override { in handleEvent() function
184 void handleEvent(const State& state) const override { in handleEvent() function
H A DTimeStepperTest.cpp46 void handleEvent(State& state, Real accuracy, bool& shouldTerminate) const override { in handleEvent() function in ZeroVelocityHandler
70 void handleEvent(State& state, Real accuracy, bool& shouldTerminate) const override { in handleEvent() function in PeriodicHandler
89 void handleEvent(const State& state) const override { in handleEvent() function in ZeroPositionReporter
110 void handleEvent(const State& state) const override { in handleEvent() function in PeriodicReporter
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole/src/main/java/org/apache/guacamole/extension/
H A DListenerFactory.java138 public void handleEvent(Object event) throws GuacamoleException { in handleEvent() method in ListenerFactory.AuthenticationSuccessListenerAdapter
182 public void handleEvent(Object event) throws GuacamoleException { in handleEvent() method in ListenerFactory.AuthenticationFailureListenerAdapter
224 public void handleEvent(Object event) throws GuacamoleException { in handleEvent() method in ListenerFactory.TunnelConnectListenerAdapter
268 public void handleEvent(Object event) throws GuacamoleException { in handleEvent() method in ListenerFactory.TunnelCloseListenerAdapter
/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DWin32.hs48 handleEvent actPred chan dbp event | actPred event = do function
55 handleEvent _ _ _ _ = return () function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DWin32.hs48 handleEvent actPred chan dbp event | actPred event = do function
55 handleEvent _ _ _ _ = return () function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DWin32.hs48 handleEvent actPred chan dbp event | actPred event = do function
55 handleEvent _ _ _ _ = return () function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DWin32.hs48 handleEvent actPred chan dbp event | actPred event = do function
55 handleEvent _ _ _ _ = return () function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/fsnotify-0.3.0.1/src/System/FSNotify/
H A DWin32.hs48 handleEvent actPred chan dbp event | actPred event = do function
55 handleEvent _ _ _ _ = return () function
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/mainwindow/
H A DListenerNeedingCoreRunning.java34 public final void handleEvent(final Event event) { in handleEvent() method in ListenerNeedingCoreRunning
42 public abstract void handleEvent(AzureusCore core, Event event); in handleEvent() method in ListenerNeedingCoreRunning
/dports/games/wop/wop-0.4.3/sdlwidgets/
H A Dbutton.cpp29 bool Button::handleEvent( SDL_Event* event ) { in handleEvent() function in SDLwidgets::Button
71 bool TextButton::handleEvent( SDL_Event* event ) { in handleEvent() function in SDLwidgets::TextButton
/dports/games/scourge/scourge/src/
H A Dmultiplayer.cpp102 bool MultiplayerDialog::handleEvent( SDL_Event *event ) { in handleEvent() function in MultiplayerDialog
106 bool MultiplayerDialog::handleEvent( Widget *widget, SDL_Event *event ) { in handleEvent() function in MultiplayerDialog
H A Dcontainergui.cpp76 bool ContainerGui::handleEvent( SDL_Event *event ) { in handleEvent() function in ContainerGui
81 bool ContainerGui::handleEvent( Widget *widget, SDL_Event *event ) { in handleEvent() function in ContainerGui
/dports/games/palapeli/palapeli-21.12.3/src/engine/
H A Dinteractormanager.cpp44 void Palapeli::InteractorManager::handleEvent(QWheelEvent* event) in handleEvent() function in Palapeli::InteractorManager
81 void Palapeli::InteractorManager::handleEvent(QMouseEvent* event) in handleEvent() function in Palapeli::InteractorManager
102 void Palapeli::InteractorManager::handleEvent(QKeyEvent* event) in handleEvent() function in Palapeli::InteractorManager
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSDatabaseCallback.cpp59 bool JSDatabaseCallback::handleEvent(Database* database) in handleEvent() function in WebCore::JSDatabaseCallback
77 bool JSDatabaseCallback::handleEvent(DatabaseSync* database) in handleEvent() function in WebCore::JSDatabaseCallback
/dports/science/simbody/simbody-Simbody-3.7/Simbody/Visualizer/src/
H A DVisualizer_Reporter.cpp42 void handleEvent(const State& state) const { in handleEvent() function in Visualizer::Reporter::Impl
72 void Visualizer::Reporter::handleEvent(const State& state) const { in handleEvent() function in Visualizer::Reporter

12345678910>>...66