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;
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 );
TsConfig readConfig(const QString &fname)
Config page interface for the Editor.
QString number(KIO::filesize_t size)
Accessor interface for Editor part.
KSharedConfigPtr config()
Namespace for the KDE Text Editor Interfaces.
Editor * editor(const char *libname)
Helper function for the EditorChooser.
A KParts derived class representing a text document.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.