interfaces Library API Documentation

blockselectiondcopinterface.h

00001 #ifndef BlockSelection_DCOP_INTERFACE_H
00002 #define BlockSelection_DCOP_INTERFACE_H
00003 
00004 #include <dcopobject.h>
00005 #include <dcopref.h>
00006 #include <qstringlist.h>
00007 #include <qcstring.h>
00008 
00009 namespace KTextEditor
00010 {
00011     class BlockSelectionInterface;
00018     class BlockSelectionDCOPInterface :  virtual public DCOPObject
00019     {
00020     K_DCOP
00021 
00022     public:
00028         BlockSelectionDCOPInterface( BlockSelectionInterface *Parent, const char *name );
00033         virtual ~BlockSelectionDCOPInterface();
00034     k_dcop:
00035         uint blockSelectionInterfaceNumber ();
00036         
00045         bool blockSelectionMode ();
00046 
00050         bool setBlockSelectionMode (bool on) ;
00051 
00055         bool toggleBlockSelectionMode ();
00056     
00057     private:
00058         BlockSelectionInterface *m_parent;
00059     };
00060 }
00061 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:16:14 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001