Home
last modified time | relevance | path

Searched refs:setEventCallback (Results 1 – 25 of 110) sorted by relevance

12345

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Service/Dependency/
H A DCollectionService.php62 $this->dependencyResolver->setEventCallback(
67 $this->dependencyResolver->setEventCallback(
72 $this->dependencyResolver->setEventCallback(
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Service/Dependency/
H A DCollectionService.php68 $this->dependencyResolver->setEventCallback(
73 $this->dependencyResolver->setEventCallback(
78 $this->dependencyResolver->setEventCallback(
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/workspaces/Classes/Service/Dependency/
H A DCollectionService.php68 $this->dependencyResolver->setEventCallback(
73 $this->dependencyResolver->setEventCallback(
78 $this->dependencyResolver->setEventCallback(
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DEventHandler.h177 void setEventCallback(EventReadCallback* cb) { event_.setCallback(cb); } in setEventCallback() function
179 void setEventCallback(EventRecvmsgCallback* cb) { event_.setCallback(cb); } in setEventCallback() function
H A DAsyncUDPServerSocket.h244 void setEventCallback(EventRecvmsgCallback* cb) { in setEventCallback() function
329 socket_->setEventCallback(eventCb_); in applyEventCallback()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/modes/
H A DAbstractApplicationMode.cpp88 mModeManager->getInputManager().mMouse->setEventCallback(this); in giveFocus()
89 mModeManager->getInputManager().mKeyboard->setEventCallback(this); in giveFocus()
/dports/graphics/py-pivy/pivy-0.6.6/Inventor/Qt/
H A DSoQtRenderArea.i93 void setEventCallback(PyObject *pyfunc, PyObject *user = NULL) {
94 self->setEventCallback(SoQtRenderAreaEventPythonCB,
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/
H A DOgreFramework.cpp105 m_pKeyboard->setEventCallback(this); in initOgre()
107 m_pKeyboard->setEventCallback(pKeyListener); in initOgre()
111 m_pMouse->setEventCallback(this); in initOgre()
113 m_pMouse->setEventCallback(pMouseListener); in initOgre()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/
H A DOgreFramework.cpp105 m_pKeyboard->setEventCallback(this); in initOgre()
107 m_pKeyboard->setEventCallback(pKeyListener); in initOgre()
111 m_pMouse->setEventCallback(this); in initOgre()
113 m_pMouse->setEventCallback(pMouseListener); in initOgre()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/
H A DOgreFramework.cpp118 m_pKeyboard->setEventCallback(this); in initOgre()
120 m_pKeyboard->setEventCallback(pKeyListener); in initOgre()
124 m_pMouse->setEventCallback(this); in initOgre()
126 m_pMouse->setEventCallback(pMouseListener); in initOgre()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/
H A DOgreFramework.cpp113 m_pKeyboard->setEventCallback(this); in initOgre()
115 m_pKeyboard->setEventCallback(pKeyListener); in initOgre()
119 m_pMouse->setEventCallback(this); in initOgre()
121 m_pMouse->setEventCallback(pMouseListener); in initOgre()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Common/include/
H A DSampleContext.h684 mInputContext.mKeyboard->setEventCallback(this);
686 mInputContext.mMouse->setEventCallback(this);
689 mInputContext.mMultiTouch->setEventCallback(this);
914 mInputContext.mKeyboard->setEventCallback(NULL); in shutdownInput()
916 mInputContext.mMouse->setEventCallback(NULL); in shutdownInput()
919 mInputContext.mMultiTouch->setEventCallback(NULL); in shutdownInput()
922 mInputContext.mAccelerometer->setEventCallback(NULL); in shutdownInput()
/dports/security/fizz/fizz-2021.12.27.00/fizz/protocol/
H A DAsyncFizzBase.cpp49 transport_->setEventCallback(nullptr); in ~AsyncFizzBase()
58 transport_->setEventCallback(nullptr); in destroy()
228 transport_->setEventCallback(this); in startTransportReads()
469 transport_->setEventCallback(nullptr); in checkBufLen()
/dports/devel/ois/ois/demos/
H A DFFConsoleDemo.cpp201 g_kb->setEventCallback( &handler ); in doStartup()
210 g_joys[i]->setEventCallback( &handler ); in doStartup()
H A DOISConsole.cpp347 g_kb->setEventCallback( &handler ); in doStartup()
350 g_m->setEventCallback( &handler ); in doStartup()
362 g_joys[i]->setEventCallback( &handler ); in doStartup()
/dports/devel/ois/ois/Win32/SDL/SdlDemo/
H A DSdlDemo.cpp168 gKeyboard->setEventCallback( &gHandler ); in initOIS()
171 gMouse->setEventCallback( &gHandler ); in initOIS()
/dports/graphics/py-pivy/pivy-0.6.6/examples/soqt/
H A DrenderAreaCallback.py19 myRenderArea.setEventCallback(foo, myRenderArea)
/dports/devel/ois/ois/src/
H A DOISJoyStick.cpp64 void JoyStick::setEventCallback( JoyStickListener *joyListener ) in setEventCallback() function in JoyStick
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Common/Input/OIS/
H A DInputManager.cpp117 mKeyboard->setEventCallback(this); in createInput()
120 mMouse->setEventCallback(this); in createInput()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Common/Input/OIS/
H A DInputManager.cpp117 mKeyboard->setEventCallback(this); in createInput()
120 mMouse->setEventCallback(this); in createInput()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Common/Input/OIS/
H A DInputManager.cpp117 mKeyboard->setEventCallback(this); in createInput()
120 mMouse->setEventCallback(this); in createInput()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Common/Input/OIS/
H A DInputManager.cpp117 mKeyboard->setEventCallback(this); in createInput()
120 mMouse->setEventCallback(this); in createInput()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DStateAttribute.cpp49 stateAttribute.setEventCallback(callback); in StateAttribute_readLocalData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DStateAttribute.cpp49 stateAttribute.setEventCallback(callback); in StateAttribute_readLocalData()
/dports/graphics/py-pivy/pivy-0.6.6/examples/Mentor/
H A D10.2.setEventCB.py280 myRenderArea.setEventCallback(myAppEventHandlerQt4, myRenderArea)
282 myRenderArea.setEventCallback(myAppEventHandler, myRenderArea)

12345