Home
last modified time | relevance | path

Searched refs:removeEventCallback (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/py-pivy/pivy-0.6.6/Inventor/nodes/
H A DSoEventCallback.i51 void removeEventCallback(SoType eventtype, in removeEventCallback() function
53 self->removeEventCallback(eventtype, SoEventPythonCallBack, in removeEventCallback()
/dports/graphics/py-pivy/pivy-0.6.6/examples/utils/
H A Devent_callback.py20 self.events.removeEventCallback(
24 self.events.removeEventCallback(
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Docs/content/apireference/
H A DCallbacks.md19 Returns an integer value that can be used to remove the callback by calling [removeEventCallback](#…
25 ## removeEventCallback ## section
29 emu.removeEventCallback(reference, type)
H A DEnums.md31 Used by [addEventCallback](/apireference/callbacks.html#addeventcallback) / [removeEventCallback](/…
/dports/graphics/py-pivy/pivy-0.6.6/pivy/graphics/
H A D__init__.py200 self.events.removeEventCallback(
202 self.events.removeEventCallback(
204 self.events.removeEventCallback(
206 self.events.removeEventCallback(
208 self.events.removeEventCallback(
355 self.events.removeEventCallback(
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DDeletionManager.cxx50 node->removeEventCallback(instance()); in uninstall()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoEventCallback.h66 void removeEventCallback(SoType eventtype, SoEventCallbackCB * f,
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoEventCallback.cpp191 SoEventCallback::removeEventCallback(SoType eventtype, SoEventCallbackCB * f, in removeEventCallback() function in SoEventCallback
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DNode275 inline void removeEventCallback(Callback* nc) {
287 …template<class T> void removeEventCallback(const ref_ptr<T>& nc) { removeEventCallback(nc.get()); }
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DNode268 inline void removeEventCallback(Callback* nc) {
280 …template<class T> void removeEventCallback(const ref_ptr<T>& nc) { removeEventCallback(nc.get()); }