Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Changed (QClipboard.Mode mode) |
| |
void | SelectionChanged () |
| |
void | FindBufferChanged () |
| |
void | DataChanged () |
| |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQClipboardSignals.Changed | ( | QClipboard.Mode | mode | ) |
This signal is emitted when the data for the given clipboard mode is changed.
This function was introduced in Qt 4.2.
See also dataChanged(), selectionChanged(), and findBufferChanged().
void QtGui.IQClipboardSignals.DataChanged | ( | ) |
This signal is emitted when the clipboard data is changed.
On Mac OS X and with Qt version 4.3 or higher, clipboard changes made by other applications will only be detected when the application is activated.
See also findBufferChanged(), selectionChanged(), and changed().
void QtGui.IQClipboardSignals.FindBufferChanged | ( | ) |
This signal is emitted when the find buffer is changed. This only applies to Mac OS X.
With Qt version 4.3 or higher, clipboard changes made by other applications will only be detected when the application is activated.
This function was introduced in Qt 4.2.
See also dataChanged(), selectionChanged(), and changed().
void QtGui.IQClipboardSignals.SelectionChanged | ( | ) |
This signal is emitted when the selection is changed. This only applies to windowing systems that support selections, e.g. X11. Windows and Mac OS X don't support selections.
See also dataChanged(), findBufferChanged(), and changed().