![]() |
Qt 6.x
The Qt SDK
|
#include "qwidgettextcontrol_p.h"#include "qwidgettextcontrol_p_p.h"#include <qfont.h>#include <qpainter.h>#include <qevent.h>#include <qdebug.h>#include <qclipboard.h>#include <qstyle.h>#include <qtimer.h>#include "private/qapplication_p.h"#include "private/qtextdocumentlayout_p.h"#include "private/qabstracttextdocumentlayout_p.h"#include "qtextdocument.h"#include "private/qtextdocument_p.h"#include "private/qtextdocumentfragment_p.h"#include "qtextlist.h"#include "private/qwidgettextcontrol_p.h"#include "qpagedpaintdevice.h"#include "private/qpagedpaintdevice_p.h"#include "qtextdocumentwriter.h"#include "qstylehints.h"#include "private/qtextcursor_p.h"#include <qtextformat.h>#include <qdatetime.h>#include <qbuffer.h>#include <qapplication.h>#include <limits.h>#include <qtexttable.h>#include <qvariant.h>#include <qurl.h>#include <qdesktopservices.h>#include <qinputmethod.h>#include <qstyleoption.h>#include <QtGui/qaccessible.h>#include <QtCore/qmetaobject.h>#include <algorithm>#include "moc_qwidgettextcontrol_p.cpp"
Include dependency graph for qwidgettextcontrol.cpp:Go to the source code of this file.
Classes | |
| struct | QUnicodeControlCharacter |
Macros | |
| #define | ACCEL_KEY(k) QString() |
| #define | NUM_CONTROL_CHARACTERS 14 |
Functions | |
| static QTextLine | currentTextLine (const QTextCursor &cursor) |
| static QRectF | boundingRectOfFloatsInSelection (const QTextCursor &cursor) |
| void | setActionIcon (QAction *action, const QString &name) |
Variables | |
| const struct QUnicodeControlCharacter | qt_controlCharacters [NUM_CONTROL_CHARACTERS] |
| #define ACCEL_KEY | ( | k | ) | QString() |
Definition at line 71 of file qwidgettextcontrol.cpp.
| #define NUM_CONTROL_CHARACTERS 14 |
Definition at line 3403 of file qwidgettextcontrol.cpp.
|
static |
Definition at line 1448 of file qwidgettextcontrol.cpp.
References QList< T >::constBegin(), QList< T >::constEnd(), cursor, frame, QTextFrameFormat::InFlow, and it.
Referenced by QWidgetTextControl::selectionRect().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 81 of file qwidgettextcontrol.cpp.
References cursor, QTextBlock::isValid(), layout, QTextBlock::layout(), and QTextBlock::position().
Referenced by QWidgetTextControlPrivate::cursorMoveKeyEvent(), QQuickTextControlPrivate::cursorMoveKeyEvent(), QWidgetTextControlPrivate::extendWordwiseSelection(), QQuickTextControlPrivate::extendWordwiseSelection(), QWidgetTextControlPrivate::mouseDoubleClickEvent(), and QQuickTextControlPrivate::mouseDoubleClickEvent().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 2307 of file qwidgettextcontrol.cpp.
References QIcon::fromTheme(), icon, QIcon::isNull(), and QAction::setIcon().
Referenced by QLineEdit::createStandardContextMenu(), and QWidgetTextControl::createStandardContextMenu().
Here is the call graph for this function:
Here is the caller graph for this function:| const struct QUnicodeControlCharacter qt_controlCharacters[NUM_CONTROL_CHARACTERS] |
Referenced by QUnicodeControlCharacterMenu::QUnicodeControlCharacterMenu().