Home
last modified time | relevance | path

Searched refs:XYScrollPosition (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditor.h343 struct XYScrollPosition { struct
346 XYScrollPosition(int xOffset_, int topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
347 bool operator==(const XYScrollPosition &other) const {
356 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
357 void SetXYScroll(XYScrollPosition newXY);
H A DEditor.cxx781 XYScrollPosition newXY = XYScrollToMakeVisible( in MovePositionTo()
1039 Editor::XYScrollPosition Editor::XYScrollToMakeVisible(const SelectionRange &range, const XYScrollO… in XYScrollToMakeVisible()
1050 XYScrollPosition newXY(xOffset, topLine); in XYScrollToMakeVisible()
1280 void Editor::SetXYScroll(XYScrollPosition newXY) { in SetXYScroll()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditor.h342 struct XYScrollPosition { struct
345 XYScrollPosition(int xOffset_, int topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
346 bool operator==(const XYScrollPosition &other) const {
355 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
356 void SetXYScroll(XYScrollPosition newXY);
H A DEditor.cxx779 XYScrollPosition newXY = XYScrollToMakeVisible( in MovePositionTo()
1037 Editor::XYScrollPosition Editor::XYScrollToMakeVisible(const SelectionRange &range, const XYScrollO… in XYScrollToMakeVisible()
1048 XYScrollPosition newXY(xOffset, topLine); in XYScrollToMakeVisible()
1278 void Editor::SetXYScroll(XYScrollPosition newXY) { in SetXYScroll()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditor.h348 struct XYScrollPosition { struct
351 XYScrollPosition(int xOffset_, int topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
352 bool operator==(const XYScrollPosition &other) const {
361 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
362 void SetXYScroll(XYScrollPosition newXY);
H A DEditor.cxx820 XYScrollPosition newXY = XYScrollToMakeVisible( in MovedCaret()
1115 Editor::XYScrollPosition Editor::XYScrollToMakeVisible(const SelectionRange &range, const XYScrollO… in XYScrollToMakeVisible()
1126 XYScrollPosition newXY(xOffset, topLine); in XYScrollToMakeVisible()
1356 void Editor::SetXYScroll(XYScrollPosition newXY) { in SetXYScroll()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DEditor.h402 struct XYScrollPosition { struct
405 XYScrollPosition(int xOffset_, int topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
406 bool operator==(const XYScrollPosition &other) const {
415 XYScrollPosition XYScrollToMakeVisible(const SelectionRange range, const XYScrollOptions options);
416 void SetXYScroll(XYScrollPosition newXY);
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditor.h347 struct XYScrollPosition { struct
350 XYScrollPosition(int xOffset_, Sci::Line topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
351 bool operator==(const XYScrollPosition &other) const {
360 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
361 void SetXYScroll(XYScrollPosition newXY);
H A DEditor.cpp849 const XYScrollPosition newXY = XYScrollToMakeVisible( in MovedCaret()
1141 Editor::XYScrollPosition Editor::XYScrollToMakeVisible(const SelectionRange &range, const XYScrollO… in XYScrollToMakeVisible()
1152 XYScrollPosition newXY(xOffset, topLine); in XYScrollToMakeVisible()
1382 void Editor::SetXYScroll(XYScrollPosition newXY) { in SetXYScroll()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditor.h347 struct XYScrollPosition { struct
350 XYScrollPosition(int xOffset_, Sci::Line topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() function
351 bool operator==(const XYScrollPosition &other) const {
360 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
361 void SetXYScroll(XYScrollPosition newXY);
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h347 struct XYScrollPosition { struct
350 XYScrollPosition(int xOffset_, Sci::Line topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() function
351 bool operator==(const XYScrollPosition &other) const {
360 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
361 void SetXYScroll(XYScrollPosition newXY);
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h347 struct XYScrollPosition { struct
350 XYScrollPosition(int xOffset_, Sci::Line topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
351 bool operator==(const XYScrollPosition &other) const {
360 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
361 void SetXYScroll(XYScrollPosition newXY);
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditor.h347 struct XYScrollPosition { struct
350 XYScrollPosition(int xOffset_, Sci::Line topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
351 bool operator==(const XYScrollPosition &other) const {
360 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
361 void SetXYScroll(XYScrollPosition newXY);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DEditor.h346 struct XYScrollPosition { struct
349 XYScrollPosition(int xOffset_, int topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
351 XYScrollPosition XYScrollToMakeVisible(const bool useMargin, const bool vert, const bool horiz);
352 void SetXYScroll(XYScrollPosition newXY);
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DEditor.h346 struct XYScrollPosition { struct
349 XYScrollPosition(int xOffset_, int topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
351 XYScrollPosition XYScrollToMakeVisible(const bool useMargin, const bool vert, const bool horiz);
352 void SetXYScroll(XYScrollPosition newXY);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DEditor.h346 struct XYScrollPosition { struct
349 XYScrollPosition(int xOffset_, int topLine_) : xOffset(xOffset_), topLine(topLine_) {} in XYScrollPosition() argument
351 XYScrollPosition XYScrollToMakeVisible(const bool useMargin, const bool vert, const bool horiz);
352 void SetXYScroll(XYScrollPosition newXY);
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditor.h354 struct XYScrollPosition { struct
357XYScrollPosition(int xOffset_, Sci::Line topLine_) noexcept : xOffset(xOffset_), topLine(topLine_)… in XYScrollPosition() function
358 bool operator==(const XYScrollPosition &other) const noexcept {
367 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range,
369 void SetXYScroll(XYScrollPosition newXY);
H A DEditor.cxx856 const XYScrollPosition newXY = XYScrollToMakeVisible( in MovedCaret()
1151 Editor::XYScrollPosition Editor::XYScrollToMakeVisible(const SelectionRange &range, in XYScrollToMakeVisible()
1159 XYScrollPosition newXY(xOffset, topLine); in XYScrollToMakeVisible()
1389 void Editor::SetXYScroll(XYScrollPosition newXY) { in SetXYScroll()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditor.h354 struct XYScrollPosition { struct
357XYScrollPosition(int xOffset_, Sci::Line topLine_) noexcept : xOffset(xOffset_), topLine(topLine_)… in XYScrollPosition() argument
358 bool operator==(const XYScrollPosition &other) const noexcept {
367 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range,
369 void SetXYScroll(XYScrollPosition newXY);
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditor.h346 struct XYScrollPosition { struct
349XYScrollPosition(int xOffset_, Sci::Line topLine_) noexcept : xOffset(xOffset_), topLine(topLine_)… in XYScrollPosition() argument
350 bool operator==(const XYScrollPosition &other) const noexcept {
359 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range, const XYScrollOptions options);
360 void SetXYScroll(XYScrollPosition newXY);
H A DEditor.cxx856 const XYScrollPosition newXY = XYScrollToMakeVisible( in MovedCaret()
1151 Editor::XYScrollPosition Editor::XYScrollToMakeVisible(const SelectionRange &range, const XYScrollO… in XYScrollToMakeVisible()
1158 XYScrollPosition newXY(xOffset, topLine); in XYScrollToMakeVisible()
1388 void Editor::SetXYScroll(XYScrollPosition newXY) { in SetXYScroll()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditor.h354 struct XYScrollPosition { struct
357XYScrollPosition(int xOffset_, Sci::Line topLine_) noexcept : xOffset(xOffset_), topLine(topLine_)… in XYScrollPosition() argument
358 bool operator==(const XYScrollPosition &other) const noexcept {
367 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range,
369 void SetXYScroll(XYScrollPosition newXY);
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditor.h354 struct XYScrollPosition { struct
357XYScrollPosition(int xOffset_, Sci::Line topLine_) noexcept : xOffset(xOffset_), topLine(topLine_)… in XYScrollPosition() argument
358 bool operator==(const XYScrollPosition &other) const noexcept {
367 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range,
369 void SetXYScroll(XYScrollPosition newXY);
/dports/editors/textadept/scintilla/src/
H A DEditor.h354 struct XYScrollPosition { struct
357XYScrollPosition(int xOffset_, Sci::Line topLine_) noexcept : xOffset(xOffset_), topLine(topLine_)… in XYScrollPosition() argument
358 bool operator==(const XYScrollPosition &other) const noexcept {
367 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range,
369 void SetXYScroll(XYScrollPosition newXY);
/dports/editors/scite/scintilla/src/
H A DEditor.h354 struct XYScrollPosition { struct
357XYScrollPosition(int xOffset_, Sci::Line topLine_) noexcept : xOffset(xOffset_), topLine(topLine_)… in XYScrollPosition() argument
358 bool operator==(const XYScrollPosition &other) const noexcept {
367 XYScrollPosition XYScrollToMakeVisible(const SelectionRange &range,
369 void SetXYScroll(XYScrollPosition newXY);

12