Home
last modified time | relevance | path

Searched refs:NotifyHandler (Results 1 – 25 of 72) sorted by relevance

123

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DNotify.cpp73 void setNotifyHandler(osg::NotifyHandler *handler) { _handler = handler; } in setNotifyHandler()
74 osg::NotifyHandler *getNotifyHandler() const { return _handler.get(); } in getNotifyHandler()
99 osg::ref_ptr<osg::NotifyHandler> _handler;
210 void osgEarth::setNotifyHandler(osg::NotifyHandler *handler) in setNotifyHandler()
216 osg::NotifyHandler* osgEarth::getNotifyHandler() in getNotifyHandler()
H A DNotify63 extern OSGEARTH_EXPORT void setNotifyHandler(osg::NotifyHandler *handler);
66 extern OSGEARTH_EXPORT osg::NotifyHandler *getNotifyHandler();
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DNotify.cpp64 void setNotifyHandler(osg::NotifyHandler *handler) { _handler = handler; } in setNotifyHandler()
65 osg::NotifyHandler *getNotifyHandler() const { return _handler.get(); } in getNotifyHandler()
90 osg::ref_ptr<osg::NotifyHandler> _handler;
199 void osg::setNotifyHandler(osg::NotifyHandler *handler) in setNotifyHandler()
205 osg::NotifyHandler* osg::getNotifyHandler() in getNotifyHandler()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DNotify.cpp70 void setNotifyHandler(osg::NotifyHandler *handler) { _handler = handler; } in setNotifyHandler()
71 osg::NotifyHandler *getNotifyHandler() const { return _handler.get(); } in getNotifyHandler()
96 osg::ref_ptr<osg::NotifyHandler> _handler;
206 void osg::setNotifyHandler(osg::NotifyHandler *handler) in setNotifyHandler()
212 osg::NotifyHandler* osg::getNotifyHandler() in getNotifyHandler()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DNotify18 #include <osg/Referenced> // for NotifyHandler
104 class OSG_EXPORT NotifyHandler : public osg::Referenced
111 * @see NotifyHandler
113 extern OSG_EXPORT void setNotifyHandler(NotifyHandler *handler);
116 extern OSG_EXPORT NotifyHandler *getNotifyHandler();
123 class OSG_EXPORT StandardNotifyHandler : public NotifyHandler
135 class OSG_EXPORT WinDebugNotifyHandler : public NotifyHandler
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DNotify18 #include <osg/Referenced> // for NotifyHandler
104 class OSG_EXPORT NotifyHandler : public osg::Referenced
111 * @see NotifyHandler
113 extern OSG_EXPORT void setNotifyHandler(NotifyHandler *handler);
116 extern OSG_EXPORT NotifyHandler *getNotifyHandler();
123 class OSG_EXPORT StandardNotifyHandler : public NotifyHandler
135 class OSG_EXPORT WinDebugNotifyHandler : public NotifyHandler
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DObject.cs536 NotifyHandler handler = (NotifyHandler) sig.Handler; in NotifyCallback()
543 void ConnectNotification (string signal, NotifyHandler handler) in ConnectNotification()
549 public void AddNotification (string property, NotifyHandler handler) in AddNotification()
554 public void AddNotification (NotifyHandler handler) in AddNotification()
559 void DisconnectNotification (string signal, NotifyHandler handler) in DisconnectNotification()
565 public void RemoveNotification (string property, NotifyHandler handler) in RemoveNotification()
570 public void RemoveNotification (NotifyHandler handler) in RemoveNotification()
H A DNotifyHandler.cs22 public delegate void NotifyHandler (object o, NotifyArgs args); in NotifyHandler() method
H A DDestroyNotify.cs43 public static DestroyNotify NotifyHandler { property in GLib.DestroyHelper
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mediasession/
H A DMediaSession.h67 void NotifyHandler(const MediaSessionActionDetails& aDetails);
68 void NotifyHandler(MediaSessionAction aAction);
H A DMediaSession.cpp132 void MediaSession::NotifyHandler(const MediaSessionActionDetails& aDetails) { in NotifyHandler() function in mozilla::dom::MediaSession
136 void MediaSession::NotifyHandler(MediaSessionAction aAction) { in NotifyHandler() function in mozilla::dom::MediaSession
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/tools/examples/
H A Dexamples.c191 NotifyHandler (
449 NotifyHandler ( in NotifyHandler() function
505 ACPI_SYSTEM_NOTIFY, NotifyHandler, NULL); in InstallHandlers()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/tools/examples/
H A Dexamples.c83 NotifyHandler (
344 NotifyHandler ( in NotifyHandler() function
400 ACPI_SYSTEM_NOTIFY, NotifyHandler, NULL); in InstallHandlers()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/
H A DInput.custom31 … (int) condition, function_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler);
39 … (int) condition, function_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgAndroidExampleGLES1/jni/
H A DOsgAndroidNotifyHandler.hpp17 class OSG_EXPORT OsgAndroidNotifyHandler : public osg::NotifyHandler
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgAndroidExampleGLES2/jni/
H A DOsgAndroidNotifyHandler.hpp17 class OSG_EXPORT OsgAndroidNotifyHandler : public osg::NotifyHandler
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgAndroidExampleGLES2/jni/
H A DOsgAndroidNotifyHandler.hpp17 class OSG_EXPORT OsgAndroidNotifyHandler : public osg::NotifyHandler
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgAndroidExampleGLES1/jni/
H A DOsgAndroidNotifyHandler.hpp17 class OSG_EXPORT OsgAndroidNotifyHandler : public osg::NotifyHandler
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_viewer_android/jni/
H A DOsgAndroidNotifyHandler.hpp17 class OSG_EXPORT OsgAndroidNotifyHandler : public osg::NotifyHandler
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DNotifyHandler.cs22 public delegate void NotifyHandler (object o, NotifyArgs args); in NotifyHandler() method
H A DDestroyNotify.cs43 public static DestroyNotify NotifyHandler { property in GLib.DestroyHelper
/dports/devel/simgear/simgear-2020.3.11/simgear/debug/
H A DOsgIoCapture.hxx12 class NotifyLogger : public osg::NotifyHandler
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DPrinter.cs43 destroy = GLib.DestroyHelper.NotifyHandler; in EnumeratePrinters()
H A DTreeViewColumn.cs66 …cell_renderer.Handle, func_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler); in SetCellDataFunc()
/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/
H A Dconnection.py78 NotifyHandler = Callable[[Notify], None] variable
110 self._notify_handlers: List[NotifyHandler] = []
319 def add_notify_handler(self, callback: NotifyHandler) -> None: argument
325 def remove_notify_handler(self, callback: NotifyHandler) -> None: argument

123