KTextEditor
Go to the documentation of this file.
20 #ifndef KDELIBS_KTEXTEDITOR_EDITOR_H
21 #define KDELIBS_KTEXTEDITOR_EDITOR_H
25 #include <QtCore/QObject>
131 void setSimpleMode (
bool on);
138 bool simpleMode ()
const;
157 virtual const QList<Document*> &documents () = 0;
167 virtual const KAboutData *aboutData ()
const = 0;
174 const QString &defaultEncoding ()
const;
183 void setDefaultEncoding (
const QString &defaultEncoding);
217 virtual bool configDialogSupported ()
const = 0;
230 virtual void configDialog (
QWidget *parent) = 0;
239 virtual int configPages ()
const = 0;
258 virtual QString configPageName (
int number)
const = 0;
271 virtual QString configPageFullName (
int number)
const = 0;
279 virtual KIcon configPageIcon (
int number)
const = 0;
293 class EditorPrivate*
const d;
305 KTEXTEDITOR_EXPORT
Editor *
editor (
const char *libname );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:49:21 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.