#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& KTextEditor::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 KTextEditor::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 KTextEditor::DocumentAdaptor::text |
( |
| ) |
const |
|
slot |
§ totalCharacters
int KTextEditor::DocumentAdaptor::totalCharacters |
( |
| ) |
const |
|
slot |
§ empty
bool KTextEditor::DocumentAdaptor::empty |
|
read |
§ encoding
const QString & DocumentAdaptor::encoding |
|
readwrite |
§ lines
int DocumentAdaptor::lines |
|
read |
§ text
QString DocumentAdaptor::text |
|
readwrite |
§ totalCharacters
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 Oct 19 2016 23:32:28 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.