KDEUI
#include <kclipboard.h>
Static Public Member Functions | |
static bool | isReverseSynchronizing () |
static bool | isSynchronizing () |
static KClipboardSynchronizer * | self () |
static void | setReverseSynchronizing (bool enable) |
static void | setSynchronizing (bool sync) |
Protected Member Functions | |
~KClipboardSynchronizer () | |
Detailed Description
This class is only for internal use.
Allowing to automatically synchronize the X11 Clipboard and Selection buffers.
Definition at line 35 of file kclipboard.h.
Constructor & Destructor Documentation
|
protected |
Definition at line 87 of file kclipboard.cpp.
Member Function Documentation
|
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 177 of file kclipboard.cpp.
|
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 166 of file kclipboard.cpp.
|
static |
Returns the KClipboardSynchronizer singleton object.
- Returns
- the KClipboardSynchronizer singleton object.
Definition at line 71 of file kclipboard.cpp.
|
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 171 of file kclipboard.cpp.
|
static |
Configures KClipboardSynchronizer to synchronize the Selection to Clipboard whenever it changes.
Default is false.
- See also
- isSynchronizing
Definition at line 160 of file kclipboard.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.