#include "qtextedit.h"#include "qrichtext_p.h"#include "qlistbox.h"#include "qclipboard.h"#include "qpopupmenu.h"Include dependency graph for qtextedit.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | Qt3 |
Defines | |
| #define | ACCEL_KEY(k) "\t" + QString("Ctrl+" #k) |
Enumerations | |
| enum | { IdUndo = 0, IdRedo = 1, IdCut = 2, IdCopy = 3, IdPaste = 4, IdClear = 5, IdSelectAll = 6 } |
Variables | |
| static bool | qt_enable_richtext_copy = FALSE |
| static bool | block_set_alignment = FALSE |
|
|
Definition at line 45 of file qtextedit.cpp. Referenced by Qt3::QTextEdit::createPopupMenu(). |
|
|
Definition at line 1566 of file qtextedit.cpp. |
|
|
Definition at line 76 of file qtextedit.cpp. Referenced by Qt3::QTextEdit::handleMouseMove(), Qt3::QTextEdit::setAlignment(), and Qt3::QTextEdit::updateCurrentFormat(). |
|
|
Definition at line 49 of file qtextedit.cpp. Referenced by Qt3::QTextEdit::copy(), Qt3::QTextEdit::cut(), and Qt3::QTextEdit::startDrag(). |
1.4.2