kdecore Library API Documentation

KClipboardSynchronizer Class Reference

This class is only for internal use. Allowing to automatically synchronize the X11 Clipboard and Selection buffers. More...

#include <kclipboard.h>

Inheritance diagram for KClipboardSynchronizer:

Inheritance graph
[legend]
Collaboration diagram for KClipboardSynchronizer:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

KClipboardSynchronizerself ()
 Returns the KClipboardSynchronizer singleton object.

void setSynchronizing (bool sync)
 Configures KClipboardSynchronizer to synchronize the Selection to Clipboard whenever it changes.

bool isSynchronizing ()
 Checks whether Clipboard and Selection will be synchronized upon changes.

void setReverseSynchronizing (bool enable)
 Configures KClipboardSynchronizer to copy the Clipboard buffer to the Selection buffer whenever the Clipboard changes.

bool isReverseSynchronizing ()
 Checks whether the Clipboard buffer will be copied to the Selection buffer upon changes.


Friends

class KlipperWidget
class KApplication

Detailed Description

This class is only for internal use. Allowing to automatically synchronize the X11 Clipboard and Selection buffers.

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

Definition at line 34 of file kclipboard.h.


Member Function Documentation

KClipboardSynchronizer * KClipboardSynchronizer::self  )  [static]
 

Returns the KClipboardSynchronizer singleton object.

Returns:
the KClipboardSynchronizer singleton object.

Definition at line 103 of file kclipboard.cpp.

Referenced by setReverseSynchronizing(), and setSynchronizing().

void KClipboardSynchronizer::setSynchronizing bool  sync  )  [static]
 

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

Default is false.

See also:
isSynchronizing

Definition at line 186 of file kclipboard.cpp.

References self(), and setupSignals().

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.

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

Definition at line 192 of file kclipboard.cpp.

References self(), and setupSignals().

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.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 12:47:17 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001