Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
QtGui.IQGraphicsTextItemSignals Interface Reference
Inheritance diagram for QtGui.IQGraphicsTextItemSignals:
Collaboration diagram for QtGui.IQGraphicsTextItemSignals:

Public Member Functions

void LinkActivated (string link)
  More...
 
void LinkHovered (string link)
  More...
 
- Public Member Functions inherited from QtGui.IQGraphicsObjectSignals
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 ()
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject obj=null)
  More...
 
void Destroyed ()
  More...
 

Member Function Documentation

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().