kregexpeditorinterface.h
A graphical editor for regular expressions.
Definition: kregexpeditorinterface.h:72
virtual void canRedo(bool)=0
This signal tells whether redo is available.
virtual void setMatchText(const TQString &)=0
Set text to use when showing matches.
virtual void doSomething(TQString method, void *arguments)=0
This method allows for future changes that will not break binary compatibility.
virtual void changes(bool)=0
This signal is emited whenever the regular expression changes.
virtual void canUndo(bool)=0
This signal tells whether undo is available.
virtual TQString regExp() const =0
returns the regular expression of the editor in Qt3 QRegExp syntax.
virtual void setRegExp(const TQString ®exp)=0
Set the regular expression for the editor.