22#include <tqclipboard.h>
26#include "tdelibs_export.h"
42 friend class KlipperWidget;
58 static void setSynchronizing(
bool sync );
80 static void setReverseSynchronizing(
bool enable );
91 return s_reverse_sync;
99 void slotSelectionChanged();
100 void slotClipboardChanged();
106 static void setClipboard( TQMimeSource* data, TQClipboard::Mode mode );
110 static bool s_reverse_sync;
111 static bool s_blocked;
117 enum Configuration { Synchronize = 1 };
119 static void newConfiguration(
int config );
Controls and provides information to all KDE applications.
This class is only for internal use.
static bool isReverseSynchronizing()
Checks whether the Clipboard buffer will be copied to the Selection buffer upon changes.
static bool isSynchronizing()
Checks whether Clipboard and Selection will be synchronized upon changes.