Home
last modified time | relevance | path

Searched refs:xToPos (Results 26 – 50 of 114) sorted by relevance

12345

/dports/security/pinentry-tty/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp243 int pos = xToPos( x, TQTextItem::OnCharacters ); return pos >= selstart && pos < selend; } in inSelection()
253 int xToPos( int x, TQTextItem::CursorPosition = TQTextItem::BetweenCharacters ) const;
1171 int cursor = d->xToPos( e->pos().x() ); in mousePressEvent()
1188 d->moveCursor( d->xToPos( e->pos().x() ), TRUE ); in mouseMoveEvent()
1214 d->cursor = d->xToPos( e->pos().x() ); in mouseDoubleClickEvent()
1763 int SecTQLineEditPrivate::xToPos( int x, TQTextItem::CursorPosition betweenOrOn ) const in xToPos() function in SecTQLineEditPrivate
/dports/security/pinentry-qt5/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp243 int pos = xToPos( x, TQTextItem::OnCharacters ); return pos >= selstart && pos < selend; }
253 int xToPos( int x, TQTextItem::CursorPosition = TQTextItem::BetweenCharacters ) const;
1171 int cursor = d->xToPos( e->pos().x() );
1188 d->moveCursor( d->xToPos( e->pos().x() ), TRUE );
1214 d->cursor = d->xToPos( e->pos().x() );
1763 int SecTQLineEditPrivate::xToPos( int x, TQTextItem::CursorPosition betweenOrOn ) const
/dports/security/pinentry-curses/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp243 int pos = xToPos( x, TQTextItem::OnCharacters ); return pos >= selstart && pos < selend; } in inSelection()
253 int xToPos( int x, TQTextItem::CursorPosition = TQTextItem::BetweenCharacters ) const;
1171 int cursor = d->xToPos( e->pos().x() ); in mousePressEvent()
1188 d->moveCursor( d->xToPos( e->pos().x() ), TRUE ); in mouseMoveEvent()
1214 d->cursor = d->xToPos( e->pos().x() ); in mouseDoubleClickEvent()
1763 int SecTQLineEditPrivate::xToPos( int x, TQTextItem::CursorPosition betweenOrOn ) const in xToPos() function in SecTQLineEditPrivate
/dports/security/pinentry-efl/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp243 int pos = xToPos( x, TQTextItem::OnCharacters ); return pos >= selstart && pos < selend; } in inSelection()
253 int xToPos( int x, TQTextItem::CursorPosition = TQTextItem::BetweenCharacters ) const;
1171 int cursor = d->xToPos( e->pos().x() ); in mousePressEvent()
1188 d->moveCursor( d->xToPos( e->pos().x() ), TRUE ); in mouseMoveEvent()
1214 d->cursor = d->xToPos( e->pos().x() ); in mouseDoubleClickEvent()
1763 int SecTQLineEditPrivate::xToPos( int x, TQTextItem::CursorPosition betweenOrOn ) const in xToPos() function in SecTQLineEditPrivate
/dports/security/pinentry/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp243 int pos = xToPos( x, TQTextItem::OnCharacters ); return pos >= selstart && pos < selend; }
253 int xToPos( int x, TQTextItem::CursorPosition = TQTextItem::BetweenCharacters ) const;
1171 int cursor = d->xToPos( e->pos().x() );
1188 d->moveCursor( d->xToPos( e->pos().x() ), TRUE );
1214 d->cursor = d->xToPos( e->pos().x() );
1763 int SecTQLineEditPrivate::xToPos( int x, TQTextItem::CursorPosition betweenOrOn ) const
/dports/security/pinentry-gnome3/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp243 int pos = xToPos( x, TQTextItem::OnCharacters ); return pos >= selstart && pos < selend; } in inSelection()
253 int xToPos( int x, TQTextItem::CursorPosition = TQTextItem::BetweenCharacters ) const;
1171 int cursor = d->xToPos( e->pos().x() ); in mousePressEvent()
1188 d->moveCursor( d->xToPos( e->pos().x() ), TRUE ); in mouseMoveEvent()
1214 d->cursor = d->xToPos( e->pos().x() ); in mouseDoubleClickEvent()
1763 int SecTQLineEditPrivate::xToPos( int x, TQTextItem::CursorPosition betweenOrOn ) const in xToPos() function in SecTQLineEditPrivate
/dports/security/pinentry-fltk/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp243 int pos = xToPos( x, TQTextItem::OnCharacters ); return pos >= selstart && pos < selend; } in inSelection()
253 int xToPos( int x, TQTextItem::CursorPosition = TQTextItem::BetweenCharacters ) const;
1171 int cursor = d->xToPos( e->pos().x() ); in mousePressEvent()
1188 d->moveCursor( d->xToPos( e->pos().x() ), TRUE ); in mouseMoveEvent()
1214 d->cursor = d->xToPos( e->pos().x() ); in mouseDoubleClickEvent()
1763 int SecTQLineEditPrivate::xToPos( int x, TQTextItem::CursorPosition betweenOrOn ) const in xToPos() function in SecTQLineEditPrivate
/dports/security/pinentry-gtk2/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp243 int pos = xToPos( x, TQTextItem::OnCharacters ); return pos >= selstart && pos < selend; } in inSelection()
253 int xToPos( int x, TQTextItem::CursorPosition = TQTextItem::BetweenCharacters ) const;
1171 int cursor = d->xToPos( e->pos().x() ); in mousePressEvent()
1188 d->moveCursor( d->xToPos( e->pos().x() ), TRUE ); in mouseMoveEvent()
1214 d->cursor = d->xToPos( e->pos().x() ); in mouseDoubleClickEvent()
1763 int SecTQLineEditPrivate::xToPos( int x, TQTextItem::CursorPosition betweenOrOn ) const in xToPos() function in SecTQLineEditPrivate
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlineedit_p.cpp80 int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const in xToPos() function in QLineEditPrivate
84 return control->xToPos(x, betweenOrOn); in xToPos()
304 int tmp_cursor = xToPos(e->pos().x()); in sendMouseEventToInputContext()

12345