Home
last modified time | relevance | path

Searched refs:onDocumentChanged (Results 1 – 17 of 17) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/events/
H A DDocumentChangedEvent.java40 void onDocumentChanged(DocumentChangedEvent event); in onDocumentChanged() method
52 handler.onDocumentChanged(this); in dispatch()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dwangsetmodel.h79 void onDocumentChanged(const ChangeEvent &change);
H A Dwangsetmodel.cpp194 connect(tilesetDocument, &Document::changed, this, &WangSetModel::onDocumentChanged); in onTilesetRowsInserted()
259 void WangSetModel::onDocumentChanged(const ChangeEvent &change) in onDocumentChanged() function in WangSetModel
/dports/devel/redasm/REDasm-2.1.1/widgets/disassemblerlistingview/
H A Ddisassemblertextview.h50 void onDocumentChanged(const REDasm::ListingDocumentChanged* ldc);
H A Ddisassemblertextview.cpp83 …>currentDocument(), changed, this, std::bind(&DisassemblerTextView::onDocumentChanged, this, std::… in setDisassembler()
416 void DisassemblerTextView::onDocumentChanged(const REDasm::ListingDocumentChanged *ldc) in onDocumentChanged() function in DisassemblerTextView
/dports/graphics/qvge/qvge-0.6.3/src/qvgeapp/
H A DqvgeMainWindow.cpp117 connect(m_textEditor, &QPlainTextEdit::textChanged, this, &CMainWindow::onDocumentChanged); in createDocument()
/dports/graphics/qvge/qvge-0.6.3/src/appbase/
H A DCMainWindow.h62 virtual void onDocumentChanged();
H A DCMainWindow.cpp312 void CMainWindow::onDocumentChanged() in onDocumentChanged() function in CMainWindow
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/gui/main/describer/find/
H A DFindGui.java178 public void onDocumentChanged() { in onDocumentChanged() method in FindGui
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DTextEditingTargetChunks.java103 public void onDocumentChanged(DocumentChangedEvent event) in onDocumentChanged() method in TextEditingTargetChunks
H A DImagePreviewer.java432 public void onDocumentChanged(final DocumentChangedEvent event) in onPreviewImageLineWidget()
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/gui/main/navigator/
H A DNavigatorGui.java159 public void onDocumentChanged( DocumentEvent event ) { in onDocumentChanged() method in NavigatorGui
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/
H A DCompletionManagerBase.java760 private void onDocumentChanged(DocumentChangedEvent event) in onDocumentChanged() method in CompletionManagerBase
877 onDocumentChanged(event); in defaultHandlers()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ace/
H A DAceBackgroundHighlighter.java230 public void onDocumentChanged(DocumentChangedEvent event) in onDocumentChanged() method in AceBackgroundHighlighter
H A DAceEditorBackgroundLinkHighlighter.java591 public void onDocumentChanged(DocumentChangedEvent event)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/mathjax/
H A DMathJax.java148 public void onDocumentChanged(DocumentChangedEvent event) in MathJax()
/dports/graphics/qvge/qvge-0.6.3/src/commonui/
H A DCNodeEditorUIController.cpp69 connect(m_editorScene, &CEditorScene::sceneChanged, parent, &CMainWindow::onDocumentChanged); in CNodeEditorUIController()