#include <kclipboard.h>
Static Public Methods | |
| KClipboardSynchronizer * | self () |
| void | setSynchronizing (bool sync) |
| bool | isSynchronizing () |
| void | setReverseSynchronizing (bool enable) |
| bool | isReverseSynchronizing () |
This class is only for internal use.
Definition at line 34 of file kclipboard.h.
|
|
Checks whether the Clipboard buffer will be copied to the Selection buffer upon changes.
Definition at line 86 of file kclipboard.h. |
|
|
Checks whether Clipboard and Selection will be synchronized upon changes.
Definition at line 63 of file kclipboard.h. |
|
|
Returns the KClipboardSynchronizer singleton object.
|
|
|
Configures KClipboardSynchronizer to copy the Clipboard buffer to the Selection buffer whenever the Clipboard changes.
|
|
|
Configures KClipboardSynchronizer to synchronize the Selection to Clipboard whenever it changes. Default is false.
|
1.2.18