#include <documentadaptor_p.h>
For documentation see Document.
Definition at line 29 of file documentadaptor_p.h.
◆ DocumentAdaptor()
| DocumentAdaptor::DocumentAdaptor |
( |
Document * | document | ) |
|
◆ ~DocumentAdaptor()
| DocumentAdaptor::~DocumentAdaptor |
( |
| ) |
|
|
virtual |
◆ clear
| bool DocumentAdaptor::clear |
( |
| ) |
|
|
slot |
◆ cursorInText
| bool DocumentAdaptor::cursorInText |
( |
const QPoint & | cursor | ) |
|
|
slot |
◆ encoding
| const QString & DocumentAdaptor::encoding |
( |
| ) |
const |
|
slot |
◆ endOfLine
| QPoint DocumentAdaptor::endOfLine |
( |
int | line | ) |
const |
|
slot |
◆ insertLine
| bool DocumentAdaptor::insertLine |
( |
int | line, |
|
|
const QString & | text ) |
|
slot |
◆ insertLines
| bool DocumentAdaptor::insertLines |
( |
int | line, |
|
|
const QStringList & | text ) |
|
slot |
◆ insertText
| bool DocumentAdaptor::insertText |
( |
const QPoint & | cursor, |
|
|
const QString & | text, |
|
|
bool | block ) |
|
slot |
◆ insertTextLines
| bool DocumentAdaptor::insertTextLines |
( |
const QPoint & | cursor, |
|
|
const QStringList & | text, |
|
|
bool | block ) |
|
slot |
◆ isEmpty
| bool DocumentAdaptor::isEmpty |
( |
| ) |
const |
|
slot |
◆ lineLength
| int DocumentAdaptor::lineLength |
( |
int | line | ) |
const |
|
slot |
◆ lines
| int DocumentAdaptor::lines |
( |
| ) |
const |
|
slot |
◆ reload
| bool DocumentAdaptor::reload |
( |
| ) |
|
|
slot |
◆ removeLine
| bool DocumentAdaptor::removeLine |
( |
int | line | ) |
|
|
slot |
◆ save
| bool DocumentAdaptor::save |
( |
| ) |
|
|
slot |
◆ saveAs
| bool DocumentAdaptor::saveAs |
( |
| ) |
|
|
slot |
◆ setEncoding
| bool DocumentAdaptor::setEncoding |
( |
const QString & | encoding | ) |
|
|
slot |
◆ setText
| bool DocumentAdaptor::setText |
( |
const QString & | text | ) |
|
|
slot |
◆ setTextLines
| bool DocumentAdaptor::setTextLines |
( |
const QStringList & | text | ) |
|
|
slot |
◆ text
| QString DocumentAdaptor::text |
( |
| ) |
const |
|
slot |
◆ totalCharacters
| int DocumentAdaptor::totalCharacters |
( |
| ) |
const |
|
slot |
◆ empty
| bool KTextEditor::DocumentAdaptor::empty |
|
read |
◆ encoding
| const QString KTextEditor::DocumentAdaptor::encoding |
|
readwrite |
◆ lines
| int KTextEditor::DocumentAdaptor::lines |
|
read |
◆ text
| const QString KTextEditor::DocumentAdaptor::text |
|
readwrite |
◆ totalCharacters
| int KTextEditor::DocumentAdaptor::totalCharacters |
|
read |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.15.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.