Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KTextEditor::BlockSelectionDCOPInterface Class Reference

DCOP interface to BlockSelectionInterface. More...

#include <blockselectiondcopinterface.h>

Inheritance diagram for KTextEditor::BlockSelectionDCOPInterface:

DCOPObject List of all members.

DCOP Methods

bool blockSelectionMode ()
bool setBlockSelectionMode (bool on)
bool toggleBlockSelectionMode ()

Public Methods

 BlockSelectionDCOPInterface (BlockSelectionInterface *Parent, const char *name)
virtual ~BlockSelectionDCOPInterface ()

Detailed Description

DCOP interface to BlockSelectionInterface.

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

Author:
Ian Reinhart Geiser <geiseri@kde.org>

Definition at line 18 of file blockselectiondcopinterface.h.


Constructor & Destructor Documentation

KTextEditor::BlockSelectionDCOPInterface::BlockSelectionDCOPInterface BlockSelectionInterface *    Parent,
const char *    name
 

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.

virtual KTextEditor::BlockSelectionDCOPInterface::~BlockSelectionDCOPInterface   [virtual]
 

Destructor Cleans up the object.


Member Function Documentation

bool KTextEditor::BlockSelectionDCOPInterface::blockSelectionMode  
 

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 KTextEditor::BlockSelectionDCOPInterface::setBlockSelectionMode bool    on
 

set blockselection mode to state "on"

bool KTextEditor::BlockSelectionDCOPInterface::toggleBlockSelectionMode  
 

toggle blockseletion mode


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:37 2003 for kdelibs by doxygen1.2.18