/dports/audio/musescore/MuseScore-3.6.1/libmscore/ |
H A D | notifier.hpp | 38 void setNotifier(Notifier<Data>* n); 40 void detachNotifier(Notifier<Data>* n) { if (_notifier == n) setNotifier(nullptr); } in detachNotifier() 78 l->setNotifier(this); in addListener() 104 setNotifier(n); in Listener() 113 setNotifier(n); in operator =() 116 setNotifier(nullptr); in operator =() 129 void Listener<Data>::setNotifier(Notifier<Data>* n) in setNotifier() function in Ms::Listener 146 l1.setNotifier(n2); in swap() 147 l2.setNotifier(n1); in swap()
|
H A D | instrument.h | 218 … void setNotifier(Channel* ch) { Listener::setNotifier(nullptr); if (ch) ch->addListener(this); } in setNotifier() function
|
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/ |
H A D | NotifierMetadata.php | 31 public function setNotifier($notifier) function in Google_Service_CloudBuild_NotifierMetadata
|
/dports/net/tigervnc-viewer/tigervnc-1.12.0/win/rfb_win32/ |
H A D | WMNotifier.h | 54 void setNotifier(Notifier* wmn) {notifier=wmn;} in setNotifier() function
|
H A D | Clipboard.h | 50 void setNotifier(Notifier* cbn) {notifier = cbn;} in setNotifier() function
|
H A D | SDisplay.cxx | 207 monitor->setNotifier(this); in startCore() 209 clipboard->setNotifier(this); in startCore()
|
/dports/net/tigervnc-server/tigervnc-1.12.0/win/rfb_win32/ |
H A D | WMNotifier.h | 54 void setNotifier(Notifier* wmn) {notifier=wmn;} in setNotifier() function
|
H A D | Clipboard.h | 50 void setNotifier(Notifier* cbn) {notifier = cbn;} in setNotifier() function
|
H A D | SDisplay.cxx | 207 monitor->setNotifier(this); in startCore() 209 clipboard->setNotifier(this); in startCore()
|
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/io/ |
H A D | Queue.cc | 41 void setNotifier(Queue::Notifier& notifier) { mNotify = notifier; } in setNotifier() function in openvdb::OPENVDB_VERSION_NAME::io::__anon2540729b0111::Task 177 task.setNotifier(notify); in enqueue()
|
H A D | io.h | 159 void setNotifier(const Notifier&);
|
H A D | File.cc | 339 if (mImpl->mFileMapping) mImpl->mFileMapping->setNotifier(notifier); in open()
|
H A D | Archive.cc | 565 MappedFile::setNotifier(const Notifier& notifier) in setNotifier() function in openvdb::OPENVDB_VERSION_NAME::io::MappedFile
|
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/ |
H A D | graph_adaptor.h | 1184 edge_notifier_proxy.setNotifier(g.notifier(GraphEdge())); in setGraph() 1222 void setNotifier(typename Graph::EdgeNotifier& nf) { in setNotifier() function 2163 node_notifier_proxy.setNotifier(graph.notifier(GraphNode())); in setGraph() 2195 void setNotifier(typename Graph::NodeNotifier& graph_notifier) { in setNotifier() function 2275 node_notifier_proxy.setNotifier(g.notifier(GraphNode())); in setGraph() 2276 edge_notifier_proxy.setNotifier(g.notifier(GraphEdge())); in setGraph() 2310 void setNotifier(typename Graph::NodeNotifier& graph_notifier) { in setNotifier() function 2393 void setNotifier(typename Graph::EdgeNotifier& graph_notifier) { in setNotifier() function
|
/dports/audio/musescore/MuseScore-3.6.1/mscore/mixer/ |
H A D | mixerdetails.cpp | 73 setNotifier(_mti ? _mti->focusedChan() : nullptr); in setTrack()
|
/dports/net/yate/yate-6.4.0-1/modules/server/ |
H A D | ysigchan.cpp | 3140 m_engine->setNotifier(&s_notifier); in initialize()
|
/dports/net/yate/yate-6.4.0-1/libs/ysig/ |
H A D | yatesig.h | 891 inline void setNotifier(SignallingNotifier* notifier) in setNotifier() function
|