#include <documentadaptor_p.h>
For documentation see Document.
Definition at line 29 of file documentadaptor_p.h.
DocumentAdaptor::DocumentAdaptor |
( |
Document * |
document | ) |
|
DocumentAdaptor::~DocumentAdaptor |
( |
| ) |
|
|
virtual |
bool DocumentAdaptor::clear |
( |
| ) |
|
|
slot |
bool DocumentAdaptor::cursorInText |
( |
const QPoint & |
cursor | ) |
|
|
slot |
const QString& KTextEditor::DocumentAdaptor::encoding |
( |
| ) |
const |
|
slot |
QPoint DocumentAdaptor::endOfLine |
( |
int |
line | ) |
const |
|
slot |
bool DocumentAdaptor::insertLine |
( |
int |
line, |
|
|
const QString & |
text |
|
) |
| |
|
slot |
bool DocumentAdaptor::insertLines |
( |
int |
line, |
|
|
const QStringList & |
text |
|
) |
| |
|
slot |
bool DocumentAdaptor::insertText |
( |
const QPoint & |
cursor, |
|
|
const QString & |
text, |
|
|
bool |
block |
|
) |
| |
|
slot |
bool DocumentAdaptor::insertTextLines |
( |
const QPoint & |
cursor, |
|
|
const QStringList & |
text, |
|
|
bool |
block |
|
) |
| |
|
slot |
bool DocumentAdaptor::isEmpty |
( |
| ) |
const |
|
slot |
int DocumentAdaptor::lineLength |
( |
int |
line | ) |
const |
|
slot |
int KTextEditor::DocumentAdaptor::lines |
( |
| ) |
const |
|
slot |
bool DocumentAdaptor::reload |
( |
| ) |
|
|
slot |
bool DocumentAdaptor::removeLine |
( |
int |
line | ) |
|
|
slot |
bool DocumentAdaptor::save |
( |
| ) |
|
|
slot |
bool DocumentAdaptor::saveAs |
( |
| ) |
|
|
slot |
bool DocumentAdaptor::setEncoding |
( |
const QString & |
encoding | ) |
|
|
slot |
bool DocumentAdaptor::setText |
( |
const QString & |
text | ) |
|
|
slot |
bool DocumentAdaptor::setTextLines |
( |
const QStringList & |
text | ) |
|
|
slot |
QString KTextEditor::DocumentAdaptor::text |
( |
| ) |
const |
|
slot |
int KTextEditor::DocumentAdaptor::totalCharacters |
( |
| ) |
const |
|
slot |
bool KTextEditor::DocumentAdaptor::empty |
|
read |
const QString & DocumentAdaptor::encoding |
|
readwrite |
int DocumentAdaptor::lines |
|
read |
QString DocumentAdaptor::text |
|
readwrite |
int 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-2016 The KDE developers.
Generated on Wed May 11 2016 01:58:30 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.