Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | LinkActivated (string arg1) |
| |
void | LinkHovered (string arg1) |
| |
Public Member Functions inherited from QtGui.IQGraphicsObjectSignals | |
void | ParentChanged () |
| |
void | OpacityChanged () |
| |
void | VisibleChanged () |
| |
void | EnabledChanged () |
| |
void | XChanged () |
void | YChanged () |
void | ZChanged () |
void | RotationChanged () |
| |
void | ScaleChanged () |
| |
void | ChildrenChanged () |
void | WidthChanged () |
void | HeightChanged () |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQGraphicsTextItemSignals.LinkActivated | ( | string | arg1 | ) |
This signal is emitted when the user clicks on a link on a text item that enables Qt::LinksAccessibleByMouse or Qt::LinksAccessibleByKeyboard. link is the link that was clicked.
See also setTextInteractionFlags().
void QtGui.IQGraphicsTextItemSignals.LinkHovered | ( | string | arg1 | ) |
This signal is emitted when the user hovers over a link on a text item that enables Qt::LinksAccessibleByMouse. link is the link that was hovered over.
See also setTextInteractionFlags().