Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | LinkActivated (string link) |
More... | |
void | LinkHovered (string link) |
More... | |
![]() | |
void | ParentChanged () |
More... | |
void | OpacityChanged () |
More... | |
void | VisibleChanged () |
More... | |
void | EnabledChanged () |
More... | |
void | XChanged () |
More... | |
void | YChanged () |
More... | |
void | ZChanged () |
More... | |
void | RotationChanged () |
More... | |
void | ScaleChanged () |
More... | |
void | ChildrenChanged () |
void | WidthChanged () |
void | HeightChanged () |
![]() | |
void | Destroyed (QObject obj=null) |
More... | |
void | Destroyed () |
More... | |
void QtGui.IQGraphicsTextItemSignals.LinkActivated | ( | string | link | ) |
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 | link | ) |
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().