#include <qtexteditproto.h>
◆ QTextEditProto()
QTextEditProto::QTextEditProto |
( |
QObject * |
parent | ) |
|
◆ alignment()
int QTextEditProto::alignment |
( |
| ) |
const |
◆ anchorAt()
QString QTextEditProto::anchorAt |
( |
const QPoint & |
pos | ) |
const |
◆ canPaste()
bool QTextEditProto::canPaste |
( |
| ) |
const |
◆ createStandardContextMenu() [1/2]
QMenu * QTextEditProto::createStandardContextMenu |
( |
| ) |
|
◆ createStandardContextMenu() [2/2]
QMenu * QTextEditProto::createStandardContextMenu |
( |
const QPoint & |
position | ) |
|
◆ currentCharFormat()
QTextCharFormat QTextEditProto::currentCharFormat |
( |
| ) |
const |
◆ currentFont()
QFont QTextEditProto::currentFont |
( |
| ) |
const |
◆ cursorForPosition()
QTextCursor QTextEditProto::cursorForPosition |
( |
const QPoint & |
pos | ) |
const |
◆ cursorRect() [1/2]
QRect QTextEditProto::cursorRect |
( |
| ) |
const |
◆ cursorRect() [2/2]
QRect QTextEditProto::cursorRect |
( |
const QTextCursor & |
cursor | ) |
const |
◆ document()
QTextDocument * QTextEditProto::document |
( |
| ) |
const |
◆ ensureCursorVisible()
void QTextEditProto::ensureCursorVisible |
( |
| ) |
|
◆ find()
bool QTextEditProto::find |
( |
const QString & |
exp, |
|
|
int |
options = 0 |
|
) |
| |
◆ fontFamily()
QString QTextEditProto::fontFamily |
( |
| ) |
const |
◆ fontItalic()
bool QTextEditProto::fontItalic |
( |
| ) |
const |
◆ fontPointSize()
qreal QTextEditProto::fontPointSize |
( |
| ) |
const |
◆ fontUnderline()
bool QTextEditProto::fontUnderline |
( |
| ) |
const |
◆ fontWeight()
int QTextEditProto::fontWeight |
( |
| ) |
const |
◆ loadResource()
QVariant QTextEditProto::loadResource |
( |
int |
type, |
|
|
const QUrl & |
name |
|
) |
| |
◆ mergeCurrentCharFormat()
void QTextEditProto::mergeCurrentCharFormat |
( |
const QTextCharFormat & |
modifier | ) |
|
◆ moveCursor()
void QTextEditProto::moveCursor |
( |
int |
operation, |
|
|
int |
mode = QTextCursor::MoveAnchor |
|
) |
| |
◆ print()
void QTextEditProto::print |
( |
QPrinter * |
printer | ) |
const |
◆ setCurrentCharFormat()
void QTextEditProto::setCurrentCharFormat |
( |
const QTextCharFormat & |
format | ) |
|
◆ setDocument()
void QTextEditProto::setDocument |
( |
QTextDocument * |
document | ) |
|
◆ setTextCursor()
void QTextEditProto::setTextCursor |
( |
const QTextCursor & |
cursor | ) |
|
◆ textBackgroundColor()
QColor QTextEditProto::textBackgroundColor |
( |
| ) |
const |
◆ textColor()
QColor QTextEditProto::textColor |
( |
| ) |
const |
◆ textCursor()
QTextCursor QTextEditProto::textCursor |
( |
| ) |
const |
◆ toString()
QString QTextEditProto::toString |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- qtexteditproto.h
- qtexteditproto.cpp