Home
last modified time | relevance | path

Searched refs:setCurPos (Results 1 – 10 of 10) sorted by relevance

/dports/editors/textadept/cdk-5.0-20200923/
H A Dmentry.c228 static bool setCurPos (CDKMENTRY *widget, int row, int col) in setCurPos() function
246 *moved = setCurPos (mentry, in handle_KEY_LEFT()
254 *moved = setCurPos (mentry, in handle_KEY_LEFT()
262 *moved = setCurPos (mentry, in handle_KEY_LEFT()
328 moved = setCurPos (widget, 0, 0); in _injectCDKMentry()
337 moved = setCurPos (widget, in _injectCDKMentry()
346 moved = setCurPos (widget, in _injectCDKMentry()
361 moved = setCurPos (widget, in _injectCDKMentry()
370 moved = setCurPos (widget, widget->currentRow, 0); in _injectCDKMentry()
376 moved = setCurPos (widget, widget->currentRow + 1, 0); in _injectCDKMentry()
[all …]
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dmentry.c228 static bool setCurPos (CDKMENTRY *widget, int row, int col) in setCurPos() function
246 *moved = setCurPos (mentry, in handle_KEY_LEFT()
254 *moved = setCurPos (mentry, in handle_KEY_LEFT()
262 *moved = setCurPos (mentry, in handle_KEY_LEFT()
328 moved = setCurPos (widget, 0, 0); in _injectCDKMentry()
337 moved = setCurPos (widget, in _injectCDKMentry()
346 moved = setCurPos (widget, in _injectCDKMentry()
361 moved = setCurPos (widget, in _injectCDKMentry()
370 moved = setCurPos (widget, widget->currentRow, 0); in _injectCDKMentry()
376 moved = setCurPos (widget, widget->currentRow + 1, 0); in _injectCDKMentry()
[all …]
/dports/devel/cdk/cdk-5.0-20161210/
H A Dmentry.c228 static bool setCurPos (CDKMENTRY *widget, int row, int col) in setCurPos() function
246 *moved = setCurPos (mentry, in handle_KEY_LEFT()
254 *moved = setCurPos (mentry, in handle_KEY_LEFT()
262 *moved = setCurPos (mentry, in handle_KEY_LEFT()
328 moved = setCurPos (widget, 0, 0); in _injectCDKMentry()
337 moved = setCurPos (widget, in _injectCDKMentry()
346 moved = setCurPos (widget, in _injectCDKMentry()
361 moved = setCurPos (widget, in _injectCDKMentry()
370 moved = setCurPos (widget, widget->currentRow, 0); in _injectCDKMentry()
376 moved = setCurPos (widget, widget->currentRow + 1, 0); in _injectCDKMentry()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qalgorithms/
H A Dtst_qalgorithms.cpp1072 rai.setCurPos(0); in begin()
1079 rai.setCurPos(length_); in end()
1098 rai.setCurPos(length_); in operator +()
1108 rai.setCurPos(0); in operator -()
1120 setCurPos( curPos() + i ); in operator +=()
1122 setCurPos(length_); in operator +=()
1129 setCurPos( curPos() - i); in operator -=()
1131 setCurPos(0); in operator -=()
1139 setCurPos( curPos() + 1 ); in operator ++()
1149 setCurPos( curPos() + 1 ); in operator ++()
[all …]
/dports/math/mathgl/mathgl-2.5/udav/
H A Dplot_pnl.h60 void setCurPos(int pos=-1);
H A Dplot_pnl.cpp72 connect(mgl,SIGNAL(objChanged(int)),this,SLOT(setCurPos(int))); in PlotPanel()
91 void PlotPanel::setCurPos(int pos) in setCurPos() function in PlotPanel
/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DCTextbox.h154 void setCurPos(size_t pos) { iCurpos = (pos > sText.size() ? sText.size() : pos); } in setCurPos() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dselectiontool.cpp455 m_deformTool->setCurPos(pos); in leftButtonDrag()
493 m_deformTool->setCurPos(pos); in leftButtonDrag()
508 m_deformTool->setCurPos(pos); in leftButtonDown()
536 m_deformTool->setCurPos(pos); in leftButtonDrag()
799 m_deformTool->setCurPos(pos); in leftButtonDrag()
H A Dselectiontool.h202 void setCurPos(const TPointD &pos) { m_curPos = pos; } in setCurPos() function
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DCChatWidget.cpp249 txt->setCurPos(txt->getText().size()); in ProcessChildEvent()