• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • @topname@
  • Sitemap
  • Contact Us
 

interfaces

kregexpeditorinterface.h

00001 #ifndef __kregexpeditorinterface_h__
00002 #define __kregexpeditorinterface_h__
00003 
00004 #include <qstring.h>
00005 
00071 class KRegExpEditorInterface
00072 {
00073 public:
00078   virtual QString regExp() const = 0;
00079 
00080 protected:
00081 // These are signals: in classes that actually implement the interface.
00082 
00086   virtual void canUndo( bool ) = 0;
00087 
00091   virtual void canRedo( bool ) = 0;
00092 
00099   virtual void changes( bool ) = 0;
00100 
00101 public:
00102 // These are public slots: in classes that implement the interface.
00103 
00108   virtual void setRegExp( const QString &regexp ) = 0;
00109   virtual void redo() = 0;
00110   virtual void undo() = 0;
00111 
00119   virtual void setMatchText( const QString& ) = 0;
00120   
00133   virtual void doSomething( QString method, void* arguments ) = 0;
00134 };
00135 
00136 #endif
00137 

interfaces

Skip menu "interfaces"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

@topname@

Skip menu "@topname@"
  •     kdnssd-avahi
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for @topname@ by doxygen 1.5.5
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal