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

Public Member Functions

void MessageChanged (string message)
 
 
- Public Member Functions inherited from QtGui.IQWidgetSignals
void CustomContextMenuRequested (QPoint pos)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtGui.IQSplashScreenSignals.MessageChanged ( string  message)

This signal is emitted when the message on the splash screen changes. message is the new message and is a null-string when the message has been removed.

See also showMessage() and clearMessage().