Home
last modified time | relevance | path

Searched refs:removeMark (Results 1 – 25 of 87) sorted by relevance

1234

/dports/editors/texstudio/texstudio-4.1.2/src/libqmarkedscrollbar/src/
H A Dmarkedscrollbar.h40 void removeMark(int position);
41 void removeMark(const QString &identifier);
42 void removeMark(int position, const QString &type);
43 void removeMark(QDocumentLineHandle *dlh,QString type);
H A Dmarkedscrollbar.cpp89 void MarkedScrollBar::removeMark(int position) in removeMark() function in MarkedScrollBar
107 void MarkedScrollBar::removeMark(int position,const QString &type) in removeMark() function in MarkedScrollBar
125 void MarkedScrollBar::removeMark(QDocumentLineHandle *dlh,QString type) in removeMark() function in MarkedScrollBar
143 void MarkedScrollBar::removeMark(const QString& identifier) in removeMark() function in MarkedScrollBar
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dmark.ts125 tr.removeMark(markedRange.from, markedRange.to, markType);
139 removeMark?: (from: number, to: number) => void,
152 if (removeMark) {
153 removeMark(markRange.from + length, markRange.to);
155 tr.removeMark(markRange.from + length, markRange.to, markType);
H A Dtransaction.ts67 public removeMark(from: number, to: number, mark?: Mark | MarkType): this { method in MarkTransaction
68 this.tr.removeMark(from, to, mark);
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/liteeditor/
H A Dliteeditormark.cpp127 void LiteEditorMarkManager::removeMark(LiteApi::IEditorMark *mark) in removeMark() function in LiteEditorMarkManager
164 m_manager->removeMark(this); in ~LiteEditorMark()
285 void LiteEditorMark::removeMark(int line, int type) in removeMark() function in LiteEditorMark
306 data->removeMark(mark); in removeMarkList()
H A Dliteeditormark.h45 void removeMark(LiteApi::IEditorMark *mark);
68 virtual void removeMark(int line, int type);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/marks/link/
H A Dlink-command.ts81 tr.removeMark(range.from, range.to, markType);
147 tr.removeMark(range.from, range.to, markType);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddisassembleragent.cpp218 d->document->removeMark(&d->locationMark); in resetLocation()
353 d->document->removeMark(&d->locationMark); in updateLocationMarker()
374 d->document->removeMark(marker); in removeBreakpointMarker()
H A Dsourceagent.cpp134 d->editor->textDocument()->removeMark(d->locationMark); in updateLocationMarker()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui_color_gradient.h70 void removeMark(ImGradientMark* mark);
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DRemoveFingeringMarksCommand.cpp50 Marks::removeMark(**i, *j); in modifySegment()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/marks/raw_inline/
H A Draw_inline.ts138 tr.removeMark(range.from, range.to, this.markType);
197 tr.removeMark(range.from, range.to, schema.marks.raw_inline);
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/document/
H A Dqdocumentline.cpp464 void QDocumentLine::removeMark(int id) in removeMark() function in QDocumentLine
469 document()->impl()->removeMark(m_handle, id); in removeMark()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/document/
H A Dqdocumentline.cpp464 void QDocumentLine::removeMark(int id) in removeMark() function in QDocumentLine
469 document()->impl()->removeMark(m_handle, id); in removeMark()
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dtextdocument.cpp726 iface->removeMark( mark->line, Bookmark ); in clearBookmarks()
742 iface->removeMark( line, Bookmark ); in setBookmark()
798 iface->removeMark( line, Breakpoint ); in setBreakpoint()
918 iface->removeMark( m_lastDebugLineAt, ExecutionPoint ); in slotDebugSetCurrentLine()
996 iface->removeMark( mark->line, Breakpoint ); in clearBreakpoints()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/behaviors/
H A Dclear_formatting.ts49 tr.removeMark(from, to, mark);
H A Dattr_duplicate_id.ts62 tr.removeMark(markRange.from, markRange.to, mark.type);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/marks/math/
H A Dmath-transaction.ts51 tr.removeMark(mathRange.from, mathRange.to, schema.marks.math);
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dkatebookmarks.cpp95 …m_view->doc()->removeMark(m_view->cursorPosition().line(), KTextEditor::MarkInterface::markType01); in toggleBookmark()
106 m_view->doc()->removeMark(it.value()->line, KTextEditor::MarkInterface::markType01); in clearBookmarks()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DScheduleTreeTransform.cpp428 static isl::schedule_node removeMark(isl::schedule_node MarkOrBand, in removeMark() function
446 static isl::schedule_node removeMark(isl::schedule_node MarkOrBand) { in removeMark() function
448 return removeMark(MarkOrBand, Attr); in removeMark()
541 BandToUnroll = removeMark(BandToUnroll); in applyFullUnroll()
595 BandToUnroll = removeMark(BandToUnroll, Attr); in applyPartialUnroll()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Transform/
H A DScheduleTreeTransform.cpp428 static isl::schedule_node removeMark(isl::schedule_node MarkOrBand, in removeMark() function
446 static isl::schedule_node removeMark(isl::schedule_node MarkOrBand) { in removeMark() function
448 return removeMark(MarkOrBand, Attr); in removeMark()
541 BandToUnroll = removeMark(BandToUnroll); in applyFullUnroll()
595 BandToUnroll = removeMark(BandToUnroll, Attr); in applyPartialUnroll()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DScheduleTreeTransform.cpp428 static isl::schedule_node removeMark(isl::schedule_node MarkOrBand, in removeMark() function
446 static isl::schedule_node removeMark(isl::schedule_node MarkOrBand) { in removeMark() function
448 return removeMark(MarkOrBand, Attr); in removeMark()
541 BandToUnroll = removeMark(BandToUnroll); in applyFullUnroll()
595 BandToUnroll = removeMark(BandToUnroll, Attr); in applyPartialUnroll()
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/document/
H A Dqdocumentline.cpp352 void QDocumentLine::removeMark(int id) in removeMark() function in QDocumentLine
357 document()->impl()->removeMark(m_handle, id); in removeMark()
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/bookmarks/
H A Dbookmarkmanager.cpp198 mark->removeMark(line,BookMarkType); in toggledBookmark()
299 mark->removeMark(line,BookMarkType); in removeBookmarkAction()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/marks/
H A Dspan.ts130 tr.removeMark(range.from, range.to, schema.marks.span);

1234