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
◆ ~KClipboardSynchronizer()
|
protected |
Definition at line 87 of file kclipboard.cpp.
Member Function Documentation
◆ isReverseSynchronizing()
|
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.
◆ isSynchronizing()
|
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.
◆ self()
|
static |
Returns the KClipboardSynchronizer singleton object.
- Returns
- the KClipboardSynchronizer singleton object.
Definition at line 71 of file kclipboard.cpp.
◆ setReverseSynchronizing()
|
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.
◆ setSynchronizing()
|
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.