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 Member Functions | |
| KClipboardSynchronizer * | self () | 
| void | setSynchronizing (bool sync) | 
| bool | isSynchronizing () | 
| void | setReverseSynchronizing (bool enable) | 
| bool | isReverseSynchronizing () | 
| 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
| 
 | 
| Returns the KClipboardSynchronizer singleton object. 
 
 Definition at line 97 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 180 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 186 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:

