• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces
 

interfaces

  • interfaces
  • tdetexteditor
blockselectiondcopinterface.cpp
1 #include "blockselectiondcopinterface.h"
2 #include "blockselectioninterface.h"
3 
4 #include <dcopclient.h>
5 using namespace KTextEditor;
6 
7 BlockSelectionDCOPInterface::BlockSelectionDCOPInterface( BlockSelectionInterface *Parent, const char *name)
8  : DCOPObject(name)
9 {
10  m_parent = Parent;
11 }
12 
13 BlockSelectionDCOPInterface::~BlockSelectionDCOPInterface()
14 {
15 
16 }
17 
18 uint BlockSelectionDCOPInterface::blockSelectionInterfaceNumber ()
19 {
20  return m_parent->blockSelectionInterfaceNumber();
21 }
22 bool BlockSelectionDCOPInterface::blockSelectionMode ()
23 {
24  return m_parent->blockSelectionMode ();
25 }
26 bool BlockSelectionDCOPInterface::setBlockSelectionMode (bool on)
27 {
28  return m_parent->setBlockSelectionMode (on);
29 }
30 bool BlockSelectionDCOPInterface::toggleBlockSelectionMode ()
31 {
32  return m_parent->toggleBlockSelectionMode ();
33 }
DCOPObject
KTextEditor::BlockSelectionDCOPInterface::~BlockSelectionDCOPInterface
virtual ~BlockSelectionDCOPInterface()
Destructor Cleans up the object.
Definition: blockselectiondcopinterface.cpp:13
KTextEditor::BlockSelectionDCOPInterface::BlockSelectionDCOPInterface
BlockSelectionDCOPInterface(BlockSelectionInterface *Parent, const char *name)
Construct a new interface object for the text editor.
Definition: blockselectiondcopinterface.cpp:7
KTextEditor::BlockSelectionDCOPInterface::blockSelectionMode
bool blockSelectionMode()
Returns the status of the selection mode - true indicates block selection mode is on.
Definition: blockselectiondcopinterface.cpp:22
KTextEditor::BlockSelectionDCOPInterface::toggleBlockSelectionMode
bool toggleBlockSelectionMode()
toggle blockseletion mode
Definition: blockselectiondcopinterface.cpp:30
KTextEditor::BlockSelectionDCOPInterface::setBlockSelectionMode
bool setBlockSelectionMode(bool on)
set blockselection mode to state "on"
Definition: blockselectiondcopinterface.cpp:26
KTextEditor::BlockSelectionInterface
An interface for the Document class which allows the selection method to be changed between selecting...
Definition: blockselectioninterface.h:35
KTextEditor::BlockSelectionInterface::blockSelectionMode
virtual bool blockSelectionMode()=0
slots !!!
KTextEditor::BlockSelectionInterface::toggleBlockSelectionMode
virtual bool toggleBlockSelectionMode()=0
toggle block seletion mode
KTextEditor::BlockSelectionInterface::setBlockSelectionMode
virtual bool setBlockSelectionMode(bool on)=0
Set block selection mode to state "on".
KTextEditor
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10

interfaces

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

interfaces

Skip menu "interfaces"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces by doxygen 1.9.1
This website is maintained by Timothy Pearson.