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:

Static Public Methods | |
KClipboardSynchronizer * | self () |
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. |
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
|
Returns the KClipboardSynchronizer singleton object.
Definition at line 103 of file kclipboard.cpp. Referenced by setReverseSynchronizing(), and setSynchronizing(). |
|
Configures KClipboardSynchronizer to synchronize the Selection to Clipboard whenever it changes. Default is false.
Definition at line 186 of file kclipboard.cpp. References self(), and setupSignals(). |
|
Checks whether Clipboard and Selection will be synchronized upon changes.
Definition at line 63 of file kclipboard.h. |
|
Configures KClipboardSynchronizer to copy the Clipboard buffer to the Selection buffer whenever the Clipboard changes.
Definition at line 192 of file kclipboard.cpp. References self(), and setupSignals(). |
|
Checks whether the Clipboard buffer will be copied to the Selection buffer upon changes.
Definition at line 86 of file kclipboard.h. |
The documentation for this class was generated from the following files: