Interfaces
kregexpeditorinterface.h
Go to the documentation of this file.
A graphical editor for regular expressions.
Definition: kregexpeditorinterface.h:95
virtual void undo()=0
virtual void setRegExp(const QString ®exp)=0
Set the regular expression for the editor.
virtual void canRedo(bool)=0
This signal tells whether redo is available.
virtual ~KRegExpEditorInterface()
Definition: kregexpeditorinterface.h:103
virtual QString regExp() const =0
returns the regular expression of the editor in Qt3 QRegExp syntax.
virtual void setMatchText(const QString &)=0
Set text to use when showing matches.
virtual void changes(bool)=0
This signal is emitted whenever the regular expression changes.
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 void redo()=0
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.