22 #include <tqclipboard.h>
25 #include <tqstrlist.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 );
123 #endif // KCLIPBOARD_H
static bool isReverseSynchronizing()
Checks whether the Clipboard buffer will be copied to the Selection buffer upon changes.
Controls and provides information to all KDE applications.
static bool isSynchronizing()
Checks whether Clipboard and Selection will be synchronized upon changes.
This class is only for internal use.