class BlockSelectionDCOPInterface

DCOP interface to BlockSelectionInterface. More...

Full nameKTextEditor::BlockSelectionDCOPInterface
Definition#include <blockselectiondcopinterface.h>
InheritsDCOPObject (dcop) [virtual public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This is the main interface to the BlockSelectionInterface of KTextEdit. This will provide a consistant dcop interface to all KDE applications that use it.

 BlockSelectionDCOPInterface ( BlockSelectionInterface *Parent, const char *name )

BlockSelectionDCOPInterface

Construct a new interface object for the text editor.

Parameters:
ParentBlockSelectionInterface- The parent BlockSelectionInterface object that will provide us with the functions for the interface.

 ~BlockSelectionDCOPInterface ()

~BlockSelectionDCOPInterface

[virtual]

Destructor Cleans up the object.

bool  blockSelectionMode ()

blockSelectionMode

[k_dcop]

is blockselection mode on ? if the blockselection mode is on, the selections applied via the SelectionInterface are handled as blockselections and the paste functions of the ClipboardInterface works blockwise (copy too, but thats clear I hope ;)

bool  setBlockSelectionMode (bool on)

setBlockSelectionMode

[k_dcop]

set blockselection mode to state "on"

bool  toggleBlockSelectionMode ()

toggleBlockSelectionMode

[k_dcop]

toggle blockseletion mode