Home
last modified time | relevance | path

Searched refs:mLine (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dports/devel/okteta/okteta-0.26.6/gui/
H A Dcoord.hpp172 , mLine(line) in Coord()
186 { return mLine < other.mLine || (mLine == other.mLine && mPos < other.mPos); } in operator <()
188 { return mLine < other.mLine || (mLine == other.mLine && mPos <= other.mPos); } in operator <=()
190 { return mLine > other.mLine || (mLine == other.mLine && mPos > other.mPos); } in operator >()
192 { return mLine > other.mLine || (mLine == other.mLine && mPos >= other.mPos); } in operator >=()
238 --mLine; in gotoEndOfPreviousLine()
244 ++mLine; in gotoStartOfNextLine()
250 mPos = (mLine == other.mLine) ? other.mPos : 0; in goLineStart()
255 mPos = (mLine == other.mLine) ? other.mPos : lastPos; in goLineEnd()
270 return mLine == other.mLine && mPos < other.mPos; in isPriorInLineThan()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/utils/translation/
H A Dpoparser.cpp37 mLine(), in PoParser()
132 mLine = line; in readLine()
148 if (mLine.empty()) in readMsgId()
156 mMsgId.append(mLine.substr(1, mLine.size() - 2)); in readMsgId()
157 mLine.clear(); in readMsgId()
180 mLine.clear(); in readMsgId()
186 mLine.clear(); in readMsgId()
204 if (mLine.empty()) in readMsgStr()
212 mMsgStr.append(mLine.substr(1, mLine.size() - 2)); in readMsgStr()
213 mLine.clear(); in readMsgStr()
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/
H A DAbstractAnnotationLine.cpp26 mLine = new QLineF(); in AbstractAnnotationLine()
32 mLine = new QLineF(*other.mLine); in AbstractAnnotationLine()
37 delete mLine; in ~AbstractAnnotationLine()
43 mLine->setP2(position); in addPoint()
57 return *mLine; in line()
66 mLine->setP1(getSnapPoint(mLine->p2(), point)); in setPointAt()
68 mLine->setP1(point); in setPointAt()
72 mLine->setP2(getSnapPoint(mLine->p1(), point)); in setPointAt()
74 mLine->setP2(point); in setPointAt()
84 return mLine->p1(); in pointAt()
[all …]
H A DAnnotationDoubleArrow.cpp41 QLineF shaft(mLine->p2(), mLine->p1()); in updateShape()
47 auto startArrowHead = AnnotationShapeCreator::translate(arrow, mLine->p2(), -mLine->angle()); in updateShape()
48 auto endArrowHead = AnnotationShapeCreator::translate(arrow, mLine->p1(), -mLine->angle() + 180); in updateShape()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/cocoa/
H A DQuartzTextLayout.h30 if (mLine) { in ~QuartzTextLayout()
31 CFRelease(mLine); in ~QuartzTextLayout()
32 mLine = NULL; in ~QuartzTextLayout()
42 if (mLine) { in setText()
43 CFRelease(mLine); in setText()
44 mLine = NULL; in setText()
76 if (!mLine) in draw()
85 ::CTLineDraw(mLine, gc); in draw()
89 if (mLine == NULL) in MeasureStringWidth()
96 return mLine; in getCTLine()
[all …]
/dports/x11-toolkits/scintilla/scintilla/cocoa/
H A DQuartzTextLayout.h30 if (mLine) { in ~QuartzTextLayout()
31 CFRelease(mLine); in ~QuartzTextLayout()
32 mLine = NULL; in ~QuartzTextLayout()
42 if (mLine) { in setText()
43 CFRelease(mLine); in setText()
44 mLine = NULL; in setText()
76 if (!mLine) in draw()
85 ::CTLineDraw(mLine, gc); in draw()
89 if (mLine == NULL) in MeasureStringWidth()
96 return mLine; in getCTLine()
[all …]
/dports/editors/textadept/scintilla/cocoa/
H A DQuartzTextLayout.h30 if (mLine) { in ~QuartzTextLayout()
31 CFRelease(mLine); in ~QuartzTextLayout()
32 mLine = NULL; in ~QuartzTextLayout()
42 if (mLine) { in setText()
43 CFRelease(mLine); in setText()
44 mLine = NULL; in setText()
76 if (!mLine) in draw()
85 ::CTLineDraw(mLine, gc); in draw()
89 if (mLine == NULL) in MeasureStringWidth()
96 return mLine; in getCTLine()
[all …]
/dports/editors/scite/scintilla/cocoa/
H A DQuartzTextLayout.h30 if (mLine) { in ~QuartzTextLayout()
31 CFRelease(mLine); in ~QuartzTextLayout()
32 mLine = NULL; in ~QuartzTextLayout()
42 if (mLine) { in setText()
43 CFRelease(mLine); in setText()
44 mLine = NULL; in setText()
76 if (!mLine) in draw()
85 ::CTLineDraw(mLine, gc); in draw()
89 if (mLine == NULL) in MeasureStringWidth()
96 return mLine; in getCTLine()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/cocoa/
H A DQuartzTextLayout.h26 mLine = NULL; in QuartzTextLayout()
38 if ( mLine != NULL ) in ~QuartzTextLayout()
40 CFRelease(mLine); in ~QuartzTextLayout()
41 mLine = NULL; in ~QuartzTextLayout()
59 if (mLine != NULL) in setText()
60 CFRelease(mLine); in setText()
71 if (mLine == NULL) in draw()
80 ::CTLineDraw(mLine, gc); in draw()
85 if (mLine == NULL) in MeasureStringWidth()
92 return mLine; in getCTLine()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGuiColorTextEdit/
H A DTextEditor.h67 int mLine; member
91 mLine == o.mLine &&
98 mLine != o.mLine ||
104 if (mLine != o.mLine)
105 return mLine < o.mLine;
111 if (mLine != o.mLine)
112 return mLine > o.mLine;
118 if (mLine != o.mLine)
119 return mLine < o.mLine;
125 if (mLine != o.mLine)
[all …]
H A DTextEditor.cpp176 if (prevLineNo != it.mLine && it.mLine < (int) mLines.size()) in GetText()
240 if (aStart.mLine == aEnd.mLine) in DeleteRange()
256 if (aStart.mLine < aEnd.mLine) in DeleteRange()
259 if (aStart.mLine < aEnd.mLine) in DeleteRange()
260 RemoveLine(aStart.mLine + 1, aEnd.mLine + 1); in DeleteRange()
294 ++aWhere.mLine; in InsertTextAt()
1052 int totalLines = pos.mLine - start.mLine; in InsertText()
1893 aEditor->Colorize(mAddedStart.mLine - 1, mAddedEnd.mLine - mAddedStart.mLine + 2); in Undo()
1900 aEditor->Colorize(mRemovedStart.mLine - 1, mRemovedEnd.mLine - mRemovedStart.mLine + 2); in Undo()
1913 aEditor->Colorize(mRemovedStart.mLine - 1, mRemovedEnd.mLine - mRemovedStart.mLine + 1); in Redo()
[all …]
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/include/
H A DTextEditor.h51 int mLine; member
82 mLine == o.mLine &&
89 mLine != o.mLine ||
95 if (mLine != o.mLine)
96 return mLine < o.mLine;
102 if (mLine != o.mLine)
103 return mLine > o.mLine;
109 if (mLine != o.mLine)
110 return mLine < o.mLine;
116 if (mLine != o.mLine)
[all …]
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/lib/
H A DlogViewWidgetItem.cpp23 , mLine(l) in LogViewWidgetItem()
26 mLine->setItem(this); in LogViewWidgetItem()
32 delete mLine; in ~LogViewWidgetItem()
37 return mLine; in logLine()
43 setToolTip(columnCount() - 1, mLine->logMode()->itemBuilder()->createToolTipText(mLine)); in toggleToolTip()
56 return mLine->isOlderThan(*(otherItem.logLine())); in operator <()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_Exception.cpp18 mLine(_line) in Exception()
26 mLine(_rhs.mLine), in Exception()
36 mLine = _rhs.mLine; in operator =()
45 if ( mLine > 0 ) in getFullDescription()
47 …oString("MyGUI EXCEPTION : ", mDescription, " in ", mSource, " at ", mFile, " (line ", mLine, ")"); in getFullDescription()
70 return mLine; in getLine()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_Exception.cpp18 mLine(_line) in Exception()
26 mLine(_rhs.mLine), in Exception()
36 mLine = _rhs.mLine; in operator =()
45 if ( mLine > 0 ) in getFullDescription()
47 …oString("MyGUI EXCEPTION : ", mDescription, " in ", mSource, " at ", mFile, " (line ", mLine, ")"); in getFullDescription()
70 return mLine; in getLine()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_Exception.cpp18 mLine(_line) in Exception()
26 mLine(_rhs.mLine), in Exception()
36 mLine = _rhs.mLine; in operator =()
45 if ( mLine > 0 ) in getFullDescription()
47 …oString("MyGUI EXCEPTION : ", mDescription, " in ", mSource, " at ", mFile, " (line ", mLine, ")"); in getFullDescription()
70 return mLine; in getLine()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_Exception.cpp18 mLine(_line) in Exception()
26 mLine(_rhs.mLine), in Exception()
36 mLine = _rhs.mLine; in operator =()
45 if ( mLine > 0 ) in getFullDescription()
47 …oString("MyGUI EXCEPTION : ", mDescription, " in ", mSource, " at ", mFile, " (line ", mLine, ")"); in getFullDescription()
70 return mLine; in getLine()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A DTextEditor.cpp233 if (aStart.mLine == aEnd.mLine) in DeleteRange()
250 if (aStart.mLine < aEnd.mLine) in DeleteRange()
253 if (aStart.mLine < aEnd.mLine) in DeleteRange()
254 RemoveLine(aStart.mLine + 1, aEnd.mLine + 1); in DeleteRange()
484 ++at.mLine; in FindNextWord()
1250 for (int i = start.mLine; i <= end.mLine; i++) in EnterCharacter()
1476 int totalLines = pos.mLine - start.mLine; in InsertText()
2487 aEditor->Colorize(mAddedStart.mLine - 1, mAddedEnd.mLine - mAddedStart.mLine + 2); in Undo()
2494 aEditor->Colorize(mRemovedStart.mLine - 1, mRemovedEnd.mLine - mRemovedStart.mLine + 2); in Undo()
2507 aEditor->Colorize(mRemovedStart.mLine - 1, mRemovedEnd.mLine - mRemovedStart.mLine + 1); in Redo()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/sound/system/
H A DSoundSystemNG.java52 mLine = line; in SystemOutput()
56 boolean isReady () { return mLine.isOpen() && mLine.isRunning(); } in isReady()
67 if(mLine.isOpen()) { in close()
68 mLine.close(); in close()
74 if(!mLine.isOpen()) in start()
78 mLine.open(); in start()
84 if(!mLine.isRunning()) { in start()
85 mLine.start(); in start()
93 if(mLine != null && mLine.isOpen() && mLine.isRunning()) in pause()
95 mLine.stop(); in pause()
[all …]
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dactionexception.h56 : mAction(action), mLine(line) {} in ExceptionActionInstance()
59 void setLine(const QString &line) { mLine = line; } in setLine()
62 QString line() const { return mLine; } in line()
66 return (mAction == other.mAction && mLine == other.mLine);
71 QString mLine; variable
/dports/devel/open-beagle/beagle-3.0.3/PACC/Util/
H A DTokenizer.cpp50 : mLine(1), mStream(0), mBuffer(0), mBufSize(0), mBufPtr(0), mBufCount(0) in Tokenizer()
62 : mLine(1), mStream(&inStream), mBuffer(0), mBufSize(0), mBufPtr(0), mBufCount(0) in Tokenizer()
109 if(lChar == '\n') ++mLine; in getNextToken()
126 if(lChar == '\n') ++mLine; in getNextToken()
140 if(lChar == '\n') ++mLine; in getNextToken()
157 if(lChar == '\n') ++mLine; in getNextToken()
245 mLine = 1; in setStream()
/dports/devel/guichan/guichan-0.8.2/src/
H A Dexception.cpp56 mLine(0) in Exception()
65 mLine(0) in Exception()
77 mLine(line) in Exception()
99 return mLine; in getLine()
/dports/devel/fifechan/fifechan-0.1.5/src/
H A Dexception.cpp77 mLine(0) in Exception()
86 mLine(0) in Exception()
98 mLine(line) in Exception()
120 return mLine; in getLine()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/
H A Dexception.cpp56 mLine(0) in Exception()
65 mLine(0) in Exception()
77 mLine(line) in Exception()
99 return mLine; in getLine()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeEntry.h14 : mLine(aLine), mValue(aValue) { in nsHtml5AttributeEntry()
29 : mLine(aLine), mValue(aValue) { in nsHtml5AttributeEntry()
50 inline int32_t GetLine() { return mLine; } in GetLine()
66 int32_t mLine; variable

12345678910>>...21