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

Public Member Functions

void MessageChanged (string text)
  More...
 
- Public Member Functions inherited from QtGui.IQWidgetSignals
void CustomContextMenuRequested (QPoint pos)
  More...
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject obj=null)
  More...
 
void Destroyed ()
  More...
 

Member Function Documentation

void QtGui.IQStatusBarSignals.MessageChanged ( string  text)

This signal is emitted whenever the temporary status message changes. The new temporary message is passed in the message parameter which is a null-string when the message has been removed.

See also showMessage() and clearMessage().