Interfaces
kregexpeditorinterface.h
Go to the documentation of this file.
virtual void changes(bool)=0
This signal is emitted whenever the regular expression changes.
virtual void setMatchText(const QString &)=0
Set text to use when showing matches.
A graphical editor for regular expressions.
Definition: kregexpeditorinterface.h:94
virtual ~KRegExpEditorInterface()
Definition: kregexpeditorinterface.h:103
virtual void canRedo(bool)=0
This signal tells whether redo is available.
virtual void undo()=0
virtual void redo()=0
virtual void canUndo(bool)=0
This signal tells whether undo is available.
virtual void doSomething(QString method, void *arguments)=0
This method allows for future changes that will not break binary compatibility.
virtual QString regExp() const =0
returns the regular expression of the editor in Qt3 QRegExp syntax.
virtual void setRegExp(const QString ®exp)=0
Set the regular expression for the editor.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:27:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:27:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.