Home
last modified time | relevance | path

Searched refs:notifyContentChanged (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/xml/
H A Dcomposite-node-observer.cpp76 void CompositeNodeObserver::notifyContentChanged( in notifyContentChanged() function in Inkscape::XML::CompositeNodeObserver
84 iter.observer.notifyContentChanged(node, old_content, new_content); in notifyContentChanged()
151 …void notifyContentChanged(Node &node, Util::ptr_shared old_content, Util::ptr_shared new_content) … in notifyContentChanged() function in Inkscape::XML::__anonec6926d30111::VectorNodeObserver
H A Devent.cpp113 void notifyContentChanged(Node &node, in notifyContentChanged() function in __anondc08a07a0111::LogPerformer
175 observer.notifyContentChanged(*this->repr, this->newval, this->oldval); in _undoOne()
243 observer.notifyContentChanged(*this->repr, this->oldval, this->newval); in _replayOne()
502 void notifyContentChanged(Node &node, in notifyContentChanged() function in __anondc08a07a0311::LogPrinter
H A Dhelper-observer.h37 void notifyContentChanged(Node&, Util::ptr_shared, Util::ptr_shared) override;
H A Dhelper-observer.cpp59 void SignalObserver::notifyContentChanged(XML::Node&, Util::ptr_shared, Util::ptr_shared) in notifyContentChanged() function in Inkscape::XML::SignalObserver
H A Dnode-observer.h122 virtual void notifyContentChanged(Node &node, in notifyContentChanged() function
H A Dcomposite-node-observer.h76 void notifyContentChanged(Node &node,
H A Dsimple-document.h56 void notifyContentChanged(Node &node,
H A Dsimple-document.cpp99 void SimpleDocument::notifyContentChanged(Node &node, in notifyContentChanged() function in Inkscape::XML::SimpleDocument
H A Dsimple-node.cpp308 _document->logger()->notifyContentChanged(*this, old_content, _content); in setContent()
309 _observers.notifyContentChanged(*this, old_content, _content); in setContent()
583 …reinterpret_cast<NodeObserver *>(data)->notifyContentChanged(*node, Util::share_unsafe((const char… in content_changed()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dinventorywindow.cpp153 notifyContentChanged(); in updatePlayer()
353 notifyContentChanged(); in dragItem()
377 notifyContentChanged(); in sellItem()
400 notifyContentChanged(); in onOpen()
577 notifyContentChanged(); in useItem()
682 notifyContentChanged(); in onFrame()
700 void InventoryWindow::notifyContentChanged() in notifyContentChanged() function in MWGui::InventoryWindow
H A Dinventorywindow.hpp128 void notifyContentChanged();
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-tref-reference.cpp78 void SPTRefReference::notifyContentChanged(Inkscape::XML::Node &/*node*/, in notifyContentChanged() function in SPTRefReference
H A Dsp-tref-reference.h55 void notifyContentChanged(Inkscape::XML::Node &node,
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/interfaces/
H A Didocument.cpp74 void IDocument::notifyContentChanged() in notifyContentChanged() function in KDevelop::IDocument
H A Didocument.h197 void notifyContentChanged();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tab/
H A DTabImpl.java310 notifyContentChanged(); in setCustomView()
1114 void notifyContentChanged() { in notifyContentChanged() method in TabImpl
1317 notifyContentChanged(); in initWebContents()
1359 if (notify) notifyContentChanged(); in hideNativePage()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dlayer-manager.cpp62 …void notifyContentChanged( Node &/*node*/, Util::ptr_shared /*old_content*/, Util::ptr_shared /*ne… in notifyContentChanged() function in Inkscape::LayerManager::LayerWatcher
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/v2/
H A DFeedStreamSurface.java592 private void notifyContentChanged() { in notifyContentChanged() method in FeedStreamSurface
1054 notifyContentChanged(); in onFinished()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dselectorsdialog.cpp69 void notifyContentChanged(Inkscape::XML::Node &node,
77 void SelectorsDialog::NodeObserver::notifyContentChanged(Inkscape::XML::Node & /*node*/, in notifyContentChanged() function in Inkscape::UI::Dialog::SelectorsDialog::NodeObserver
H A Dstyledialog.cpp128 void notifyContentChanged(Inkscape::XML::Node &node, Inkscape::Util::ptr_shared old_content,
135 void StyleDialog::NodeObserver::notifyContentChanged(Inkscape::XML::Node & /*node*/, in notifyContentChanged() function in Inkscape::UI::Dialog::StyleDialog::NodeObserver
H A Dobjects.cpp169 …void notifyContentChanged( Node &/*node*/, Util::ptr_shared /*old_content*/, Util::ptr_shared /*ne… in notifyContentChanged() function in Inkscape::UI::Dialog::ObjectsPanel::ObjectWatcher
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dtextdocument.cpp740 notifyContentChanged(); in textChanged()