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

KClipboardSynchronizer Class Reference

Allowing to automatically synchronize the X11 Clipboard and Selection buffers. More...

#include <kclipboard.h>

List of all members.

Static Public Methods

KClipboardSynchronizer * self ()
void setSynchronizing (bool sync)
bool isSynchronizing ()
void setReverseSynchronizing (bool enable)
bool isReverseSynchronizing ()


Detailed Description

Allowing to automatically synchronize the X11 Clipboard and Selection buffers.

This class is only for internal use.

Author:
Carsten Pfeiffer <pfeiffer@kde.org>
Since:
3.1

Definition at line 34 of file kclipboard.h.


Member Function Documentation

bool KClipboardSynchronizer::isReverseSynchronizing   [inline, static]
 

Checks whether the Clipboard buffer will be copied to the Selection buffer upon changes.

Returns:
whether the Clipboard buffer will be copied to the Selection buffer upon changes.
See also:
setSelectionSetting

Definition at line 86 of file kclipboard.h.

bool KClipboardSynchronizer::isSynchronizing   [inline, static]
 

Checks whether Clipboard and Selection will be synchronized upon changes.

Returns:
whether Clipboard and Selection will be synchronized upon changes.
See also:
setSynchronizing

Definition at line 63 of file kclipboard.h.

KClipboardSynchronizer* KClipboardSynchronizer::self   [static]
 

Returns the KClipboardSynchronizer singleton object.

Returns:
the KClipboardSynchronizer singleton object.

void KClipboardSynchronizer::setReverseSynchronizing bool    enable [static]
 

Configures KClipboardSynchronizer to copy the Clipboard buffer to the Selection buffer whenever the Clipboard changes.

Parameters:
enable  true to enable implicit selection, false otherwise. Default is true.
See also:
selectionSetting

void KClipboardSynchronizer::setSynchronizing bool    sync [static]
 

Configures KClipboardSynchronizer to synchronize the Selection to Clipboard whenever it changes.

Default is false.

See also:
isSynchronizing


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